Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Something dumb with my goto function
Message
De
04/07/2002 11:40:18
 
 
À
04/07/2002 11:32:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00675365
Message ID:
00675369
Vues:
9
Is SuperID numeric? It needs to be.

Also, "case" is a reserved word and that **could** (who knows) be impacting things.

good luk



>Hi All,
>I am now working late at night to meet my deadline, but i cannot get this piece of code working. It suppose to read in action and just go to that record~!!!!!
>
>This code is located in a form, and when I pass the parameter in from another form, it doesnt work. and gives me error 10. sytax error.
>can someone help me out?
>************
>parameter superid, act
>
>thisform.alwaysontop = .t.
>
>if empty(act)
> act = 'leave'
>endif
>
>
>if act = 'search'
>
> goto superid in case
>endif
>
>
>*************
>Thanx!
>Tom
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform