|
David,
This one is a puzzler to me. I exported one of my 7.1 forms
with a date set focus in it to 7.5 so I could check this out.
My form works just fine. The date/time picker accepts the
SET_FOCUS command. It's in the exact same syntax that yours is (except I have
'TRUE' instead of 'True' but I tested that and it doesn't matter).
The only difference is I also issue a color command prior to
the set focus so I can see the focus.
Do you have anything else going on in your form? Is your PROPERTY command in the AFTER START section of the form? I
know a couple of times I've inadvertently placed the property command in the
wrong place. Do you issue the PROPERTY command from another object?
I don't know
Jan
----- Original Message -----
Sent: Monday, May 02, 2005 6:10 AM
Subject: [RBG7-L] - Re: PROPERTY
SET_FOCUS and Variable Date/Time Picker
Karen
Right click the control and select the FORMAT
tab. There is no choice for M/D/YYYY but you can type that in and it
works great (make sure your date format is MM/DD/YYYY before entering the
form)
But this doesn't solve the original question: Why
is PROPERTY fDateEnd SET_FOCUS 'True' working?
David
----- Original Message -----
Sent: Monday, May 02, 2005 1:43 PM
Subject: [RBG7-L] - Re: PROPERTY SET_FOCUS and Variable Date/Time
Picker
This has
always bothered me. You ARE on the date picker, but there is no
focus showing anywhere so you don't know where you are. Only if you
type something can you tell that you're in the date picker. And if
you want to type the month for April, you have to type "04" rather than
"4" to see something happen. My client is confused by all this.
Anyone have a good means of showing where you are? Or am I
missing a setting? (This will be in 7.1)
Karen
When I tried a snippet of code similar to yours, the
focus did indeed go to the date picker. Although it does not
readily show it. If I hit the tab key, focus indeed went to the next
field after the date picker indicating that focus was set to it.
However, are you wanting it to automatically open the drop
down window? Focus on the date picker does not automatically
open the calendar. I do not know of any property setting to open
the window, but perhaps there is one somewhere!
|
- [RBG7-L] - Re: PROPERTY SET_FOCUS and Variable Date/Time ... Jan Johansen
-