Hi Everybody,
I'll try to explain this as best I can....
I have a listbox created from resource.
When the listbox is first created there is no database associated with it
(REDEFINE LISTBOX oLbx ID 131 of oDlg UPDATE)
When the user selects a database file drop a drop down list, I need to display 3 fields from this database.
I need to re-define the listbox with the new database.
I have tried doing a:
REDEFINE Listbox oLbx FIELDS RepData->Time, STR(RepData->Sat), STR(RepData->HR) ID 131 ;
FIELDSIZES 60,35,35 ;
HEAD "Time","SPO2","HR";
of oDlg UPDATE
but it gives me a duplicate ID error.
Any ideas to get around this problem?
Thanks in advance,
Jeff