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: *

  • Users: CBT
  • Order by date
  1. CBT

    Exporting to Excel

    I have Excel 97 which is version 8 right ?? Don't think it matter whether you have excel or not, when using the crystal report ocx control. Here's the codes ....... crwReports.ReportFileName = strFile crwReports.Connect = ReportsDSN crwReports.ParameterFields(0) ... etc 'Export to a file in...
  2. CBT

    Exporting to Excel

    I am using Crystal report version 7 in VB 6 I need to export the report to Excel version 8. I could do this from the crystal viewer with export option, but I do not want to bring up the viewer just to do this. So I export directly to a file from the crystl32.ocx control, however the control only...
  3. CBT

    dynamically assigning a value to a variable

    related question. declare the string as nvarchar is limited to 4000 characters. Is there a way to get round this. Would declare as ntext work, if so please give an example Cheers

Part and Inventory Search

Back
Top