Applies To: |
|
Summary: |
When you use one of the above list functions and then you use FormAddList to populate the list, you may find that a bank record appears in the list, this will be more evident if you use mode 1 for FormListBox() |
Solution: |
Set the buffer to some useful setting
before you call FormListBox(), the following code fragment shows
how you might achieve this.
DevSeek(hDev2, 1); |
Keywords: |
Related Links
Attachments