Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Some queries
Message
De
20/10/1999 10:32:26
Kenneth Downs
Secure Data Software, Inc.
New York, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00278813
Message ID:
00278838
Vues:
13
Gerard:

A few answers:

>1. Is there a way of seeing the Tab Order on a sceen, i.e. a 1,2,3 with each field

Off the top of my head, I suppose you could put something in the INIT of your label class, but it would have to know which textbox or other control it was connected to. Assuming property Label1.MyControl, you could put: This.caption = IIF(EVAL(this.MyControl.tabstop),ALLT(STR(EVAL(this.MyControl.tabindex)))+": "+this.caption,this.caption)

>2. If I am using the up arrow key to go back through fields, when I hit a Combo Box,
> it selects the options, what I want to do is just go back another field ?

Perhaps the Keypress event of the combobox.

>3. Is there any way of Highlighting particular comments of a program that I want to draw
> particular attention to with say different font /colour.

Not sure what you mean.

>4. I cant seem to be able to INSERT a page in a page frame. e.g. I have pages 1,2,3,4 and
> I want to insert a new page between pages 2 and 3
>

Assuming page frame Pgf1:

Thisform.pgf1.AddObject("PageNew","page")
Thisform.pgf1.page4.pageorder = 5
thisform.pgf1.page3.pageorder = 4
thisform.pgf1.PageNew.pageOrder = 3


Hope this helps
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform