Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo Box RowSource
Message
From
25/08/1999 10:31:50
 
 
To
12/08/1999 03:25:01
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00252144
Message ID:
00257407
Views:
23
Marcia,

Another question. I am trying to refresh my list box after setting a filter but I'm not getting anywhere fast.

Here's the code in the button to set the filter:

DO FORM LOCERROR

wait wind 'Searching for Id: ' + m.findid timeout 2
wait wind 'Searching for Spec No ' + m.findspec timeout 2

IF LEN(ALLT(m.findID)) = 14
SELE MISFORM
DO CASE
CASE G_FINDSPC = .T.
LOCATE FOR spec_no = m.findspec
IF FOUND()
ENDIF

CASE G_FINDID = .T.
LOCATE FOR CDC_id = m.findid
IF FOUND()
m.bfile = bfilenam
sele finsyst
set filter to bfilenam = m.bfilenam
brow
ThisForm.FileList.refresh()
thisform.filelist.requery()
ENDIF
ENDCASE
ENDIF
THISFORM.REFRESH()

TIA

Jeff T
Thanks in Advance.

J. Turner
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform