Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by shankarpatil

  1. shankarpatil

    connect udb to db2 400

    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...
  2. shankarpatil

    wierd problem with LogOnServer

    I tried that.Still does not work Thanks
  3. shankarpatil

    wierd problem with LogOnServer

    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...
  4. shankarpatil

    Trouble with logon information

    I changed it.Still the logon dialog box is prompted!
  5. shankarpatil

    Trouble with logon information

    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...
  6. shankarpatil

    Weird Problem with details section

    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.
  7. shankarpatil

    page header repeating on next page

    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).
  8. shankarpatil

    weird problem..Factors affecting Print Preview

    The problem is that the print out is different.It is like what you see in the preview is on the print out.
  9. shankarpatil

    weird problem..Factors affecting Print Preview

    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...
  10. shankarpatil

    Suppress if duplicated

    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...
  11. shankarpatil

    Suppress if duplicated

    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...
  12. shankarpatil

    page header repeating on next page

    I am trying to find out.Its not frequent though.
  13. shankarpatil

    page header repeating on next page

    Yes,it is checked.I want this GH1 to be repeated on each page
  14. shankarpatil

    page header repeating on next page

    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?

Part and Inventory Search

Back
Top