Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Browse totally ignored!
Message
De
10/03/1998 18:45:23
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Browse totally ignored!
Divers
Thread ID:
00083767
Message ID:
00083767
Vues:
62
I can’t figure out just why the BROWSE in the following code, is totally ignored:
……………………………………………………………………………………………..
SET classlib to main_classes
obasic_info=createobject("xjfs")
obasic_info.show

Release classlib main_classes
* ========================================
DEFINE class xjfs as jfs_form

PROCEDURE commandgroup1.Click
DO case
CASE this.value=11
user_input=""
xthe_crit=""
xmenu=0

* If you put Browse here, it works.

DO form crit_form

BROWSE && Doesn’t work here.
ENDCASE
ENDPROC
ENDDEFINE
……………………………………………………………………………………………..
Yet, if you move the BROWSE to a line right before the “DO form crit_form”, the Browse works just fine!

The crit_form Form only has 4 textboxes on it and a CommandGroup with several buttons. Each of its buttons has a thisform.release in its Click method code. There is no other code on the crit_form.

Any advice would be appreciated.


John Fish
JF Services
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform