Hi Razzak The Date picker is the first thing under layout. I just tried the Property command and I still can't tell where the cursor is when I ADD a row.
Is the cursor suppose to show up in the date field? Maybe I an wanting something that is not possible? If I press Tab the current date does show up in the field but you just can't tell where you are until you press Tab. Thanks Marc ----- Original Message ----- From: "A. Razzak Memon" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, November 11, 2004 5:19 PM Subject: [RBG7-L] - Re: DB Date / Time picker > > At 03:49 PM 11/11/2004 -0600, Marc Schluter wrote: > > >I have a form and the first things is a DB Date Picker. > >How can get the focus to show up there when I add a row? > > > >The date is blank but you do not know where the cursor is? > > > Marc, > > Here's how: > > Either make the DB Date/Time Picker control as #1 in the > Tab Order List, i.e: > > Form Designer | Layout | Change Tab Order | Tab Order Settings > > OR > > Assign a <ComponentID> to that DB Date/Time Picker control > and then use the following PROPERTY command as "On Row Entry" > EEP under Table Row Settings: > > PROPERTY <ComponentID> SET_FOCUS 'TRUE' > RETURN > > Hope that helps! > > Very Best R:egards, > > Razzak. > >
