Results 1 to 3 of 3

Thread: Add/Copy in ASPDB vs Tornado

  1. #1
    Join Date
    Aug 2005
    Posts
    18

    Add/Copy in ASPDB vs Tornado

    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?

  2. #2
    Join Date
    Oct 2002
    Posts
    933

    Classic ASP-db "COPY" in EditADD

    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?).


    Frank

  3. #3
    Join Date
    Oct 2002
    Posts
    933

    Edit Add with copy

    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()

    Look at the screen dump at the attached gif file.

    I'll do an exmaple in the EditAdd area.

    Frank
    Attached Images Attached Images
    Last edited by Frank; 04-03-2007 at 04:13 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •