Hello All,
I use a Browse with TSBrowse and autoappend.
Pushing the down key adds a new record.
I want that some fields are already filled in with a function like CopyLastDate() etc.
Is there an example for this problem.
Thanks
Willy Hermans
Hello All,
I use a Browse with TSBrowse and autoappend.
Pushing the down key adds a new record.
I want that some fields are already filled in with a function like CopyLastDate() etc.
Is there an example for this problem.
Thanks
Willy Hermans
DATA bAddRec // custom function for adding record (with your own message) ???
Frank
Thanks Frank,
I saw this and added
oLbx:bAddRec := {||MsgInfo("Test")}
This gives no result
Is there a working sample.
Thanks,
Willy Hermans