Thanks.
I'm asking this because if it can't be done i must find another way to simulate a report. Perhaps another DAP...
User Profile
Collapse
-
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 -
i took your advice and put pId = formName.Id and the return value pId.value and it worked fine.
Thanks a lot!Leave a comment:
-
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:
Code:Function returnId() Dim pId pId = formName.Id.value returnId = pId End Function
Code:Function public_DropMenu() Dim rId rId = parent.returnId() sqlStr
-
Browse Button in DAP
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.
I'm using Data Access Pages.
Thanks -
Problem with onclick() event
Hi all,
I have a little javascript function that assigns the value from a parent window to a field on a iframe. The function is on the parent page and its called by a button onclick() event on the other page. It works fine the first time i click on the button but if i click again the value isn't assigned anymore.
This is the function on the parent page:
Code:<SCRIPT language=javascript> function
-
-
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 i need to do is to pass the Id value from the "upper" page to the iframe page so that its automatically filled.
Any...
No activity results to display
Show More
Leave a comment: