Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Showing a System Toolbar in the application.
Message
De
02/03/2000 11:07:13
Walter Meester
HoogkarspelPays-Bas
 
 
À
02/03/2000 10:19:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00340482
Message ID:
00340575
Vues:
28
Tim,

I don't think it is possible to display the form controls (because the formdesigner itself in not available at runtime). However if you make sure that the toolbars you want to popup at runtime are available in your VFP environment at default, just make a copy of your current resourcefile.

Good luck,

Walter,


>Question:I need a version for the form designer but can't seem the figure out what to put in this check resource function.
>
>I tried:
>IF lOk
> SELECT FoxUser
> GO TOP
> LOCATE FOR TYPE = "PREFW" AND ID = "FORMTOOLS"
> IF FOUND()
> REPLACE CKVal WITH 30445, ;
> Updated WITH DATE()
> ELSE
> INSERT INTO FoxUser (Type, Id, Name, Readonly, CKVal, Data, Updated) ;
> VALUES ("PREFW", "FORMTOOLS", "", .F., 30445, "", DATE())
> ENDIF
> USE IN FOXUSER
>ENDIF
>
>But no luck??!?!?
>
>Any ideas. The biggest question is where is this documented and what should.
>ckval be?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform