Results 1 to 2 of 2

Thread: Can't even see the Edit buttons

  1. #1
    Paul Cook Guest

    Can't even see the Edit buttons

    Hi, I'm trying to add the 'add, delete, update, edit' buttons to my page but to no avail.

    X.dbNavigationItem="top, next, prev, bottom, filter, add, delete, update, edit"
    ..
    ..
    ..
    ..
    X.dbEditParams="TableName=Desktop,BookMarkFlds =0"
    X.dbeditflds="2,3,4"

    Everything seems to work okay - aspdb displays a grid and form as expected (with the navigation buttons) - but theres no sign of the four edit buttons. No errors are displayed. Any ideas?

    Paul.

  2. #2
    Paul Cook Guest

    Can't even see the Edit buttons (MORE)

    It looks like the resaon behind this is because I am using INNER JOIN in the original query.

    X.dbSQL="Select * FROM Desktop INNER JOIN Suppliers ON Desktop.SupplierKey = Suppliers.Key"

    How can I make this work so that aspdb comes up with the edit buttons?

Posting Permissions

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