Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Go bottom
Message
De
11/10/2004 03:49:51
 
 
À
11/10/2004 03:06:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00950231
Message ID:
00950338
Vues:
16
>hi,
>
>i try but same message
>
>at myform procedure activate
>
>SELECT 1
>SELECT MAX(BILLNO) FROM (mstr()) INTO ARRAY laArray
>
>IF _TALLY > 0
>  THISFORM.TEXT1.VALUE = laArray + 1
>ENDIF
>
>
>thanks.

Your syntax says "There is an array or function named MSTR which will return a character result. Use that character result as the name of the table/alias from which MAX(billno) should be selected."

More than likely you mean

SELECT MAX(billno) FROM mstr INTO ARRAY laArray
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform