DC_DBNotify()

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
unixkd
Posts: 579
Joined: Thu Feb 11, 2010 1:39 pm

DC_DBNotify()

#1 Post by unixkd »

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.

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: DC_DBNotify()

#2 Post by rdonnay »

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
The eXpress train is coming - and it has more cars.

User avatar
unixkd
Posts: 579
Joined: Thu Feb 11, 2010 1:39 pm

Re: DC_DBNotify()

#3 Post by unixkd »

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.

Post Reply