Remark:
The following question has already been asked in thread 184-1829008 - but I was recommended to ask this question in a separate thread - so that other members of this forum can also follow this discussion better:
I have created a *.dbf file (corplook1.dbf) which has a character-field "company".
The file is not yet indexed.
Now I created a form with a listbox control - and filled that listbox (List1) on the form with properties as follows:
RowSource:
Select distinct company from corplook1 order by company
RowSourceType:
3 - SQL Statement
That works - Listbox1 is filled with the extracted companies in alphabetical order.
Now I can click....but how can I use that clicked name of the company to proceed (eg. to find more about it in a memofield?)
Possible ?, or do I have to transfer the *.dbf into an array/cursor to identify the contents by item before?
Peace worldwide - it starts here...
The following question has already been asked in thread 184-1829008 - but I was recommended to ask this question in a separate thread - so that other members of this forum can also follow this discussion better:
I have created a *.dbf file (corplook1.dbf) which has a character-field "company".
The file is not yet indexed.
Now I created a form with a listbox control - and filled that listbox (List1) on the form with properties as follows:
RowSource:
Select distinct company from corplook1 order by company
RowSourceType:
3 - SQL Statement
That works - Listbox1 is filled with the extracted companies in alphabetical order.
Now I can click....but how can I use that clicked name of the company to proceed (eg. to find more about it in a memofield?)
Possible ?, or do I have to transfer the *.dbf into an array/cursor to identify the contents by item before?
Peace worldwide - it starts here...