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 gkittelson 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. sneg86

    crystal report and oracle??

    I have a little VB.net web application which connects to Oracle using ADO.NET so i make connection Dim Oraclecon As OleDbConnection = New OleDbConnection("Provider=MSDAORA.1;Data Source=name;Password=pass;User ID=name;") and all work good till i try to use crystal report. it generate...
  2. sneg86

    change parameter

    i have sql query: select smth from table were id=param i change parameter and expect to see new data in my report but instead i have nothing there just blank report without data at all!! how could i change data in my report??
  3. sneg86

    change parameter

    In my report i have parameter in sql query. And i found 2 ways how to change parameter in VB.NET 2003(using crParameterValues.Add and crReportDocument.SetParameterValue) but then i save my report (crReportDocument.SaveAs("c:\\name.rpt", ReportFileFormat.VSNetFileFormat)) it's blank!! It's blank...
  4. sneg86

    change parameter

    In my report i have parameter in sql query. And i found 2 ways how to change parameter in VB.NET 2003(using crParameterValues.Add and crReportDocument.SetParameterValue) but then i save my report (crReportDocument.SaveAs("c:\\name.rpt", ReportFileFormat.VSNetFileFormat)) it's blank!! It's blank...
  5. sneg86

    change parameter and then convert to pdf using VB.NET

    in my report i have parameter in sql query something like this select * from table where id = {?docid}. i want it to change then refresh data and save report as .pdf i found an example how to change parameters : some defintions and choice parameter to change crParameterDiscreteValue =...
  6. sneg86

    how read and change columns in .xls

    I have some problems with WIN32::OLE, (Win32::OLE(0.1501) error 0x800a03ec in METHOD/PROPERTYGET "Open") i've read that OLE::Storage_Lite needed for WIN32::OLE correct work but unfortunately i can't install this module (it is not intended for this build of Perl...
  7. sneg86

    how read and change columns in .xls

    i have a rather big .xls file and some columns should be read and shanged if it's necessary. how could it be managed?? thanks..
  8. sneg86

    where from function is called(line,name)

    I make a simple module but fucnions in it should know where from they are called - file name and line in the file. Is it possible?? and how?? thanks in advance..

Part and Inventory Search

Back
Top