Results 1 to 2 of 2

Thread: View - Edit button in Grid using dual mode

  1. #1
    Allan Guest

    View - Edit button in Grid using dual mode


    Hello,

    I saw in your examples about putting buttons or images in a record to be able to view or edit a record.
    I found the example @ http://www.aspdb.org/aspdb/examples/EP_Row_Edit.asp

    Can I use this with a view and edit image and how. I can't seem to find where to put in the code the images.

    Any help would be aprreciated or if you had another example.


    Thanks

    Allan

  2. #2
    John Guest

    View - Edit button in Grid using dual mode (reply)

    Hi Allan,

    I don't quite understand your question, "Can I use this with a view and edit image and how." Also, I don't understand, "I can't seem to find where to put in the code the images." What do you mean "the code the images"?

    Maybe it will help to understand which line does the work for getting the edit buttons on every row? It's:

    X.dbEditParams = "(;,)" & _
    "TableName=Employees,BookMarkFlds=0,EditValida teName=PreventDel()," &_
    "UpdateIcon=True,DeleteIcon=True,EditIconsLayo ut=Left"

    The "UpdateIcon=True" means put an updateicon on the line, etc. Also, you must have the ENTERPRISE version for this to work. Maybe that's the problem. You can upgrade for the difference in price if you're interested.

    Thanks,
    John






    ------------
    Allan at 8/9/01 2:53:33 PM


    Hello,

    I saw in your examples about putting buttons or images in a record to be able to view or edit a record.
    I found the example @ http://www.aspdb.org/aspdb/examples/EP_Row_Edit.asp

    Can I use this with a view and edit image and how. I can't seem to find where to put in the code the images.

    Any help would be aprreciated or if you had another example.


    Thanks

    Allan

Posting Permissions

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