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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. geeker21

    Data Report

    Mangro, thanks for the tips, I'll probably try your code in my next program. I have mine working, I found out that one of my field is 'causing the error message. I have my comment field with a data type of 'Memo', I changed it to 'Text' and my report is now working properly. bB: I'm not sure...
  2. geeker21

    Data Report Solutions

    Guys if you're still haveing problems with Data Report the thread below should be able to help: thread222-148876
  3. geeker21

    Data Report

    Mangro I have done the same thing, please see below: .CommandText = "Shape {SELECT StaffInfo.ID, StaffInfo.name, StaffInfo.team, Details.area, Details.billtrak, Details.disputeref, Details.enduser, Details.custref, Details.acct, Details.servnum, Details.product, Details.billsys...
  4. geeker21

    Data Report

    hheelp guys, anybody? please? :-(
  5. geeker21

    Data Report Grouping with Param passing

    hi boatbunny you looks seem very familiar with the DE in VB6, would you be able to provide me a better alternative with my code? Regards
  6. geeker21

    Data Report

    hi rajeshkatri and to whom who may assist I have posted my code below for a better understanding. I have tried and change my query several times and below is the most successful one at the moment. but there is one problem, I have to populate the fields on the different section of the Data...
  7. geeker21

    Data Report

    hi rajeshkatri I tried it too, I can't seem to work it out.... Any more suggestions?
  8. geeker21

    Data Report

    anyone out there have an answer to my question???? I'm really stuck and tried everything I know.... I need some assistance please..... :-(
  9. geeker21

    Data Report

    arcanist I tried to use your code format, but somehow i couldn't get to pass the parameter values on the child. the code always gives an error message "Item cannot be found in the collection corresponding to the requested name or ordinal." Would you be able to tell me what I am...
  10. geeker21

    "Report sections do not match data source"?

    thanks for trying Transcend, your help is very much appreciated. Anyone out there still have any ideas??? I'm really stuck here %-)
  11. geeker21

    "Report sections do not match data source"?

    hello i'm still having problems with the data report. Transcend, will you be able to provide me an example of creating a report using the Data Environment with an option of passing a parameter value? as I need to control the output in the report...
  12. geeker21

    "Report sections do not match data source"?

    hmmm maybe you have a point there. but yes, you can do data report w/o using DE, I have consumed most of my time using the DE in creating a report but have no success, as I have problems passing the values on a parameter. but first, I have to see if I can group my recordset (sorry I'm a newbie...
  13. geeker21

    "Report sections do not match data source"?

    Hi Transcend I've already seen that section from microsoft. This does not help as I am not using the Data Environment to create a report. Please see my codes below. I also got the idea from Microsoft, the codes seems alright except when I need to put details on other section of the report. I...
  14. geeker21

    "Report sections do not match data source"?

    Hi I have the same error problem as jerrycurl, did someone sorted this out? I am not using DE(Data Environment) to create the report. Hi DougP, I've seen the MSDN, but it did not help me sort out the problem, any other suggestions?

Part and Inventory Search

Back
Top