I am having problems with EZ_FListBox.
I note in Codeclip the FListBox is entered as:
EZ_FListBox %FORM1_LISTBOX1, 7, 2, 30, 17, "", "STV"
When I enter a FListBox in the designer, it produced:
EZ_FListBox %FORM1_FLISTBOX1, 7, 2, 30, 17, "", "STV"
when it is compiled.
Is there any reason for the difference?