Hi all,
I noticed that dc_dbnotify() events (UPDATE, APPEND, DELETE etc) are not fired when editing a table in DCBROWSE. Any workaroundwill be appreciated.
Thanks.
Joe.
DC_DBNotify()
Re: DC_DBNotify()
Joe -
What results do you get when you do cell editing in the \exp19\samples\dbnotify\dbnotify.prg sample?
When I run the sample it correctly writes my changes to the dbnotify.dbf file.
Roger
What results do you get when you do cell editing in the \exp19\samples\dbnotify\dbnotify.prg sample?
When I run the sample it correctly writes my changes to the dbnotify.dbf file.
Roger
The eXpress train is coming - and it has more cars.
Re: DC_DBNotify()
Thanks Roger.
I used EDIT xbeBRW_ItemSelected;
MODE DCGUI_BROWSE_EDITDOWN;
When you use arrow key to move to the next/previous record, the cursor will remain in edit mode and DC_DBNotify() events will not fire.
Thanks.
I used EDIT xbeBRW_ItemSelected;
MODE DCGUI_BROWSE_EDITDOWN;
When you use arrow key to move to the next/previous record, the cursor will remain in edit mode and DC_DBNotify() events will not fire.
Thanks.