Search results

  1. Z

    Print Report from Data Access Page

    Hi all, Can anyone please tell me if its possible to have a button on a Data Access Page that when clicked passes a parameter and prints an Access Report? Thanks in advance
  2. Z

    Pass value to scriptlet

    Hi all... i'm having trouble trying to pass a field value from a Data Access Page to a Scriptlet. Om my DAP i have: Function returnId() Dim pId pId = formName.Id.value returnId = pId End Function And on my scriptlet i have something like this: Function public_DropMenu() Dim rId rId =...
  3. Z

    Browse Button

    Hello Is there any way to save the file path to a field on a table, usign a browse button? I tried using a button type=file but i can't associate it with my table field. Thanks
  4. Z

    Problem with getting an onclick event to work with DataPageSize set to All

    Hello. Im working with DAPs. On one particular DAP i need to have a list of all the emails associated with a PersonId, with the option of adding new records. So i set DataPageSize to All and allow additions and deletions. I also have 2 command buttons: one to Save and other to Add record. This...
  5. Z

    Upload file path to Access Database

    Hi all, Im working with DAP's and i need to have an upload button on one. I only need to store the file path and name into the database but i cant seem to do it. Any sugestions?
  6. Z

    DAP as subform

    Hi, i need to do something like this: ACC2000: How to Simulate a Subform or Subreport on a Data Access Page , that is to use a DAP as a subform on a iframe. It works for me when exists data on the table for the Id, but when there isn't any data related with the Id, the Id field is empty. What...
Back
Top Bottom