Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Modify memo
Message
De
12/12/2006 23:45:15
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
12/12/2006 22:56:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01177056
Message ID:
01177062
Vues:
13
>when doing a modify memo command, the window apears with the name of the file and field name, how can I change this to give the user instructions, ie change the text in the title bar?

create window yourwindow from ... title "your title"
modify memo yourmemo window yourwindow

Check the syntax for both commands in the help - this was offhead. You can also size your window, position it etc. Though, in this syntax it's practically in foxels, i.e. rows and columns. If you want to control it in pixels, create a form:
oFrm=createobject("form")
With oFrm
   .top=
   .left=
   .caption= 
   .fontname=
   ...etc etc, any properties you like
endwith
modify memo yourmemo window (oFrm.name)
oFrm.release()

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform