On Monday 04 August 2008 05:33:44 pm Paul McNary wrote:
> Paul McNary wrote:
> > Hello
> >
> > I have a form with 42 biz objects created with the data wizard and
> > put in the createBizobjs method of the form.
>
> Which of the 42 files is the primary biz object?

I believe it you don't set it the framework use the first one listed in the 
createBizObj method.
>
>
> OK I remembered to use .seek() and that selects a record.

You can test if you are on the correct record by
ctrl-D
self.PrimaryBizobj.getFieldVal('some-FieldName") or
self.Form.PrimaryBizobj.getFieldVal('some-FieldName")
depending where you are in the form.
> I then did a self.Form.refresh()

I assume you can't see the data.  Again, try using 
ctrl-d
self.RegID.Value
Where the RegID is the reg value assigned to the control in question.  Check 
your code the for the RegID value.

>
> It doesn't fill in the text boxes that the wizard created with
> DataSource public.company
> and
> DataField whatever, they are valid for the table.
>
> Thanks
>
> Paul McNary
> [EMAIL PROTECTED]




-- 
John Fabiani


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to