I am trying to connect db2 UDB on win 2000 to a db2 400.
I am getting the following error message when i connect.
SQL5048N The release level of the database client is not
supported by the release level of the database
server.
Explanation: Database clients can only...
VB6,CR8,DB2 on AS400
I am using the following the code to connect to DB2 database thru VB6. When the propReport.SQLQueryString is executed the log-on dialog box is prompted for user-id and password.All the information is passed thru the SetLogOnInfo and the LogOnServer methods. Is there...
VB6
CR8
NT workstation 4.0
Database : DB2 on AS400
I am using the following connect string to connect VB to a report
Report.Database.LogOnServer "pdsodbc.dll", "A2", "A2", "test", "test1"
when the above code is executed , a logon dialog box is...
I have weird problem.
I have 2 groups and a detail section in the report.The last item line of the details section is repeating on the first line of the next page.
Did anyone face this?Please let me know the solution to this.
Now I am increasing the header hieght whenever I encounter this problem.I am looking for a permenant solution.
Can any one guess why this problem is happening, by the solution used(increasing the group header hieght).
Last week I deployed a application on the end user's PC.
Same report on different PC's looks different.
e.g. the report on the end-user's PC has to be zoomed to be visble ,but on my PC it is visible clearly without zooming.Although I made the resolution on my PC the same as the client PC ,I...
Thanks, I used another method to solve this problem
I unchecked the 'Supress if duplicated' option.
THen put the following formula in the 'Supress' option condition('X-2' box)
if (trim(Previous({fld})) = trim({fld})) and (trim(Previous ({GroupField})) = trim({rep.GroupField}) ) then
true...
I have a similar kind of problem must be the same.
I have checked the 'Suppress If Duplicated' option for a field in details section.But I the number of that field exceed one page and fill on the other page, the field is not suppressed at the top of the second page.It appears on the first line...
I have moved all Page header fields to GH1.This works fine.
But as you said, sometimes the old group header is carried to the top of next page.
Please let me know?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.