There are two ways of setting tabbing order. I suggest you try the following:
Go to Tools/Options/Forms and set 'Tab ordering' there to "By List".
Then, when you click on "Tab ordering" on a form, the list of the names of your controls are presented in tab order -- and you can drag the icon...
JimStarr:
What's the difference between using shellexecute and the code you suggest: do myprog2.exe ???
I was not aware of your method, and wonder what the differences are between the two techniques.
Thanks,
Jim Nelson
My understanding is that you can set the value for any property to a character string beginning with '=', and that string will then be evaluated as part of the INIT event for the object. Most common usage is for captions, within the Property sheet:
='first line'+chr[13]+'second line'
so, as...
Oh, I see -- what's happening is that if the first character in the caption is an equal sign, the rest is executed within INIT.
My little testing indicates that I can put just about any expression I want (VFP 8) in there, including references to variables and UDFs.
Furthermore, I can do that...
My question was not stated clearly.
What's the leading equal sign for? Why would I use it? What's the purpose? What other uses are there? Is it documented anywhere? (If so, and presuming there's some good reason for me to know about it, I might hope to learn other obscurities of value in...
Mike --
I do not understand the construct you refer to:
Or in the Caption put :
="="
Are you refering to the caption property in property window for the label? If so, what is the meaning of the leading equal sign followed by quoted text? Another in the (almost infinite)...
Ramani -- no, not a school project -- nice guess though -- we're working independently of each other .... sometimes it's not easy to know what keywords to use in a search for previous answers, so we end up repeating an earlier question using different words.
Jim Nelson
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.