User Profile

Collapse

Profile Sidebar

Collapse
RAM28079
RAM28079
Last Activity: Mar 8 '08, 03:17 AM
Joined: Mar 2 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • RAM28079
    replied to parameter query in datareport
    hai ..
    good morning...

    here is the coding for passing the parametrer for the query
    the following codes are called as click event of a commd button on a form

    dim param1 as double
    dim param2 as string
    param1=inputbox ("Enter the first number value")
    param2=inputbox ("Enter the string value")
    dataenviroment1 .command param1,param2
    datareport1.sho w
    ...
    See more | Go to post
    Last edited by RAM28079; Mar 8 '08, 03:14 AM. Reason: to say hello

    Leave a comment:


  • dear
    you can solve the problem by writing into a free file
    print # freefile_variab le_name " text to be printed
    for next line
    print # freefile_variab le_name "nnnnnnnnnnnnnn nnnnnnn"


    this way you can maintain upto 132 column printing


    hope you can do it now...


    thanks


    ram28079
    See more | Go to post

    Leave a comment:


  • RAM28079
    started a topic parameter query in datareport

    parameter query in datareport

    i created a dataenvironment command with 2 query parameters which were received from the user through form.
    one for numeric datatype and another for a string datatype.
    when i call the report using the commnd it gives an error as....
    parameter object is improperly defined.Inconsi stent or incomplete information was provided with run time error no as
    2147220992(8004 0200)

    i have defined them as numeric and...
    See more | Go to post
No activity results to display
Show More
Working...