Someone ask about the Add with Copy feature that was in aspDB and is not in Tornado. Is there a way to recreate this feature in Tornado, we have several clients that will not let us switch to Torando because they would lose this 'copy' ability to start a new record. Anything?
I remember this question was asked some time ago. I do not remember the resolution as some work was done. Please refresh my memory and state the case more clear (You are asking about in edit ADD - the feature of COPY in classic ASPdb to be duplicated in Tornado?).
I checked and it is all there. I remember I implemented that after a few requests several years ago. The implementation is in dbButtonsOnOff. All you need to do is to turn on the various buttons like copy, cancel, adddroptoggle etc... Look at the following code and check out the online manual 'dbButtonsOnOff'->
Dim X As New Tornado.z
X.dbQP = "U=1|S=1|M=Grid!sys=t|D=Nwind|ni=b5,add|Q=Employee s| bm=employees;0|gdf=1,2,3|eaf=1,2,3|Dt=Access|TH=ti t=Edit Add Copy"
X.dbButtonsOnOff = "AddCopy=t"
X.ASPdbNET()