Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pretty pretty problem.
Message
From
03/07/1998 09:06:09
 
 
To
03/07/1998 05:33:47
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00114016
Message ID:
00114053
Views:
17
>The scenary:
> I have a program called 'datos'. Doesn't matter what he does.
> I have a form within i create a array named 'datos'
> In this form a textbox is bounded to array item datos(1, 1)
>
>Running form everything works fine cause i have the 'external...'
>The problem comes when i try to edit the form: when i issue in the command window 'modify form myform', the program datos is launched and gives me errors (the first one: no parameters sentence founded)
>
>I'm lucky that the program 'datos' is not a destructive one.
>
>Any other idea than changing array or program name ?
>
>Carlos

A simple solution: use square brackets -- DATOS[1,1] -- instead of the usual ones. DATOS(1,1) is understood as a call to a function, but with the other brackets it doesn´t happen.

HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform