Hey Paul, Yes, that does work! Much simpler and easier to do. Thank you
Cory Cross > Date: Thu, 22 Mar 2007 19:46:14 -0700 > From: Paul McNett <[EMAIL PROTECTED]> > Subject: Re: [dabo-users] HowToSetupPCG wiki entry > To: Dabo Users list <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > I just read the wiki (nice job Cory, thanks!) > > I'm not editing the wiki because I'm not sure it will work, but knowing > the source code like I do this *should* work. Let me know... > > Instead of doing biz.next() and then explicitly calling frm.refresh(), > you should be able to do: > > frm.next(<datasource>) > > ...which will implicitly call frm.refresh(). > > > -- > pkm ~ http://paulmcnett.com > > > > > ------------------------------ > > Message: 7 > Date: Thu, 22 Mar 2007 19:50:20 -0700 > From: Paul McNett <[EMAIL PROTECTED]> > Subject: Re: [dabo-users] HowToSetupPCG wiki entry > To: Dabo Users list <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Paul McNett wrote: > > I just read the wiki (nice job Cory, thanks!) > > > > I'm not editing the wiki because I'm not sure it will work, but knowing > > the source code like I do this *should* work. Let me know... > > > > Instead of doing biz.next() and then explicitly calling frm.refresh(), > > you should be able to do: > > > > frm.next(<datasource>) > > > > ...which will implicitly call frm.refresh(). > > Shoot, replace "frm.refresh()" with "frm.update()" in my above text. > Anyway, let me know if this suggestion doesn't work. > > -- > pkm ~ http://paulmcnett.com > > > _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
