Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo Box RowSource
Message
De
25/08/1999 10:31:50
 
 
À
12/08/1999 03:25:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00252144
Message ID:
00257407
Vues:
24
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform