Hello Ben:

I had that problem with a purchase order form I created with a header and
detail tables the way I solved it was to use the form properties
miscellaneous on after start 

Make sure that table 'A' is the master table

Then use the property command

Property component ID set_focus 'True'

In my case I wanted the form to start on the po_no column so I used the code
below. Works like a charm

PROPERTY DBEdit_po_no SET_FOCUS 'TRUE'

Larry



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin
Strickland
Sent: Monday, July 26, 2004 8:37 PM
To: RBG7-L Mailing List
Subject: [RBG7-L] - Re: Strange With A Form.



-----Original Message-----
From: BuildWealthTrainer [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 26, 2004 11:02 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [RBG7-L] - Re: Strange With A Form.

I have this form that is linked to two tables with 
A table first and B table second.  B has a region and a popup field in that
region

I have fields setup in both tables and the order of fields start in table A.

When I start the form whether it is Enter or Edit the cursor jumps down to
table B first and not to the first field I have in order in Table A.

Can anyone tell why this is happening?

B. Strickland

Reply via email to