Home > database >  The new record
The new record

Time:10-13




Consult the picture of the new record is implemented in what way? The datawindow?

CodePudding user response:

PB, very simple to implement in the data window,

CodePudding user response:

General use datawindow in pb, the Grid type

CodePudding user response:

Use the datawindow InsertRow method

CodePudding user response:

reference dev1978 reply: 3/f
use the datawindow InsertRow method

Thank you, have the following problems:
1. After using insertrow cannot entry?
2. Record the record, the button next to the how to implement?

thank you

CodePudding user response:

reference 4 floor oDaShuai response:
Quote: reference dev1978 reply: 3/f

Use the datawindow InsertRow method

Thank you, have the following problems:
1. After using insertrow cannot entry?
2. Record the record, the button next to the how to implement?

Thank you


Design of dw, put a button, button text for half of the ellipsis,
Then write a script to judge in dw controls clicked event,
Use dwo. The name attribute to judge whether to click on the button

CodePudding user response:

Can't input, please check whether the following taborder is 0

CodePudding user response:

Can put a button control data window object, the default is not to show, when the INSERTROW displays it out,
  • Related