User Profile

Collapse

Profile Sidebar

Collapse
ze colmeia
ze colmeia
Last Activity: Nov 21 '06, 08:50 AM
Joined: Oct 3 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ze colmeia
    replied to Print Report from Data Access Page
    Thanks.
    I'm asking this because if it can't be done i must find another way to simulate a report. Perhaps another DAP...
    See more | Go to post

    Leave a comment:


  • ze colmeia
    started a topic Print Report from Data Access Page

    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
    See more | Go to post

  • ze colmeia
    replied to Pass value to scriptlet
    i took your advice and put pId = formName.Id and the return value pId.value and it worked fine.

    Thanks a lot!
    See more | Go to post

    Leave a comment:


  • ze colmeia
    started a topic Pass value to scriptlet

    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
    And on my scriptlet i have something like this:
    Code:
    Function public_DropMenu()
    Dim rId
    rId = parent.returnId()
    
    sqlStr
    ...
    See more | Go to post

  • ze colmeia
    started a topic Browse Button in DAP

    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
    See more | Go to post

  • ze colmeia
    started a topic Problem with onclick() event

    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
    ...
    See more | Go to post

  • ze colmeia
    replied to DAP as subform
    Any one please?
    See more | Go to post

    Leave a comment:


  • ze colmeia
    started a topic DAP as subform

    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...
    See more | Go to post
No activity results to display
Show More
Working...