Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error 1924
Message
 
 
À
15/11/2011 21:52:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Divers
Thread ID:
01528993
Message ID:
01529003
Vues:
39
>>>i have this code but i believe that is correct then when i run it, there is an error code 1924...this is my code..
>>>
>>>do form C:\LibrarySystem\Form\transaction
>>> transaction.pageframe1.page1.enabled = .t.
>>> transaction.pageframe1.ActivePage=1
>>> transaction.pageframe1.page2.enabled = .f.
>>> transaction.pageframe1.page3.enabled = .f.
>>>
>>>i attach image for the error...
>>>thank you...
>>
>>Try
>>
>>do form C:\LibrarySystem\Form\transaction name Transaction
>>
>>your code follows.
>>
>>Name clause is needed to be able to reference this form.
>
>
>i really appreciated the reply..
>but unfortunately, it also doesn't work..
>it always tells the error code 1924...
>i cannot find where is the error

Try using a different name for the form, say,

do form .. name frmTrans

and use this reference to change properties.

Also, why do you need to do this outside the form? Why not pass a parameter that will control form's behavior?
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform