RE: Combobox followup

2024-06-19 Thread Tracy Pearson
erClass.&comboboxName..Visible = .T. RETURN containerClass.&comboboxName. ENDFUNC -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Joe Yoder Sent: Tuesday, June 18, 2024 9:56 PM To: profoxt...@leafe.com Subject: Re: Combobox followup T

Re: Combobox followup

2024-06-18 Thread Joe Yoder
t; Endwith > > > wOOdy > > -Ursprüngliche Nachricht- > Von: ProFox Im Auftrag von Joe Yoder > Gesendet: Dienstag, 18. Juni 2024 02:33 > An: profoxt...@leafe.com > Betreff: Combobox followup > > Thanks Eric for the input. I think I have correctly made the cha

AW: Combobox followup

2024-06-18 Thread juergen
Yoder Gesendet: Dienstag, 18. Juni 2024 02:33 An: profoxt...@leafe.com Betreff: Combobox followup Thanks Eric for the input. I think I have correctly made the changes you suggested but the code fails with "Unknown member oComboBox" Here is the code as I have it now: * Procedure

Re: Combobox followup

2024-06-17 Thread Mike Copeland
To see if it's a scope issue, declare your variable as public, not local. Mike Copeland Sent from Proton Mail Android Original Message On 6/17/24 6:33 PM, Joe Yoder wrote: > Thanks Eric for the input. I think I have correctly made the changes you > suggested but the cod

Combobox followup

2024-06-17 Thread Joe Yoder
Thanks Eric for the input. I think I have correctly made the changes you suggested but the code fails with "Unknown member oComboBox" Here is the code as I have it now: * Procedure to add a ComboBox to the form PROCEDURE AddComboBoxToForm(toForm, nTop, nLeft, cname) LOCAL oComboBox oCombo