Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Picture
Message
From
15/04/2004 04:58:16
 
 
To
15/04/2004 04:47:35
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00894721
Message ID:
00895063
Views:
28
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform