Subject | Re: [IBO] TIWDBAdvWebGrid, IBObjects and IWDBNavigator |
---|---|
Author | nols_smit |
Post date | 2005-07-14T20:39:48Z |
I did a CallStack in procedure TIBODataset.Resync( Mode: ResyncMode )
aand
got the following:
TIBODataset.Resync([rmExact..rmCenter])
TTIWCustomWebGrid.RenderString(True,$1310E60)
TTIWCustomWebGrid.RenderHTML($1310E60)
TWebActionItem.DispatchAction(???,$12C07F4,True)
TCustomWebDispatcher.DispatchAction($12F5998,$12C07F4)
Regards,
Nols Smit
--- In IBObjects@yahoogroups.com, "Jason Wharton" <jwharton@i...>
wrote:
aand
got the following:
TIBODataset.Resync([rmExact..rmCenter])
TTIWCustomWebGrid.RenderString(True,$1310E60)
TTIWCustomWebGrid.RenderHTML($1310E60)
TWebActionItem.DispatchAction(???,$12C07F4,True)
TCustomWebDispatcher.DispatchAction($12F5998,$12C07F4)
Regards,
Nols Smit
--- In IBObjects@yahoogroups.com, "Jason Wharton" <jwharton@i...>
wrote:
> Showing us the callstack from this exception would be very helpful.On
>
> Jason Wharton
> www.ibobjects.com
>
>
> > -----Original Message-----
> > From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]
> > Behalf Of nols_smita
> > Sent: Monday, July 11, 2005 2:25 AM
> > To: IBObjects@yahoogroups.com
> > Subject: [IBO] TIWDBAdvWebGrid, IBObjects and IWDBNavigator
> >
> >
> > Hi,
> >
> > I'm trying to switch over from the IBX to IBObjects.
> >
> > Because I'm not sure whether my problem is in the using of of
> > IBObjects or the TIWDBAdvWebGrid of TMSSoftware. Perhaps someone
> > with experience on both sides may assist me.
> >
> > On the window, I have a IWDBNavigator and a TIWDBAdvWebGrid.
> >
> > The DataSource of the TIWDBAdvWebGrid and IWDBNavigator points to
> > IBOQuery component.
> >
> > When I click in the Insert button of IWDBNavigator, I get a error
> > message from the IBOQuery component stating: Record not found.
> >
> > When I delete the TIWDBAdvWebGrid or use a IBDataSet component, I
> > don't get the error message.
> >
> > Any suggestions?
> >
> >
> > Regards,
> >
> > Nols Smit
> >