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
...
User Profile
Collapse
-
-
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
ram28079Leave a comment:
-
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...
No activity results to display
Show More
Leave a comment: