Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
.command
Message
 
À
17/02/2000 13:49:14
Erin Eby
Mission Critical Software
Gainesville, Floride, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Divers
Thread ID:
00333582
Message ID:
00333588
Vues:
11
>I am working with EDI and FoxPro, and was wondering what the .command does? i am importing an invoice and this line is placed in the code where the program interprets the EDI rawdata into an invoice in SBT. the name of my table alias is x_poindict and the line is written like this:
>lc_string = ALLTRIM((x_poindict.command))
>where lc_string is just a variable. any help would be greatly appreciated. TIA

Hi Erin,

In this case, the "." is a separator between the table name/alias (x_poindict) and a field name in that table/alias (command).

Check the structure of the x_poindict table or view for a field called COMMAND. The value of that field will be stored in lc_string, trimmed of blanks on both ends (the ALLTRIM).

HTH.
Evan Pauley, MCP
Positronic Technology Systems LLC
Knoxville, TN

If a vegetarian eats vegetables, what does a humanitarian eat?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform