Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pretty pretty problem.
Message
De
03/07/1998 09:06:09
 
 
À
03/07/1998 05:33:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00114016
Message ID:
00114053
Vues:
19
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform