Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Picture
Message
De
15/04/2004 04:58:16
 
 
À
15/04/2004 04:47:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00894721
Message ID:
00895063
Vues:
26
Mohammed, The line in the help is missing a semi-colon ; to wrap the line onto the next line. Here is the correct line:
gcTable=GETFILE('DBF', 'Browse or Create a .DBF:', 'Browse', 1, 'Browse or Create')
You can replace the various parameters with your own values as required.


>hi,
>
>i open help,i get a code
>
>CLOSE DATABASES
>SELECT 0
>
>gcTable=GETFILE('DBF', 'Browse or Create a .DBF:', {i have message (missing operand}
>
> 'Browse', 1, 'Browse or Create')
>DO CASE
> CASE 'Untitled' $ gcTable
> CREATE (gcTable)
> CASE EMPTY(gcTable)
> RETURN
> OTHERWISE
> USE (gcTable)
> BROWSE
>ENDCASE
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform