Re: Combo box issues

2024-06-27 Thread Ted Roche
Joe: Tamar Granor has probably published more articles on Combo- and Dropdowns than anyone. Visit her website at http://www.tomorrowssolutionsllc.com/index.html and search for "Combo" on her articles or presentation pages. Happy Hacking! P.S. Doug Hennig also: https://doughennig.com/papers.aspx "

AW: Combo box issues

2024-06-27 Thread juergen
-Ursprüngliche Nachricht- Von: ProFox Im Auftrag von Joe Yoder Gesendet: Donnerstag, 27. Juni 2024 02:19 An: profoxt...@leafe.com Betreff: Combo box issues I am looking for a way to have a combo box display its dropdown programmatically. I want to do this to make it obvious that the user n

RE: Combo box issues

2024-06-27 Thread Tracy Pearson
FORM.addedCombobox.DropDown() && This didn't drop it down *-- This drops down the list THISFORM.addedCombobox.SetFocus() KEYBOARD '{ALT+DNARROW}' ENDPROC ENDDEFINE -Original Message- From: ProfoxTech [mailto:pr

Combo box issues

2024-06-26 Thread Joe Yoder
I am looking for a way to have a combo box display its dropdown programmatically. I want to do this to make it obvious that the user needs to make a choice. I have read that 'thisform.combobox.dropdown()' should do the trick but the form comes up with the proper information in the dropdown which c