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 TouchToneTommy 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: sneg86
  • Content: Threads
  • Order by date
  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

    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...
  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 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 =...
  5. 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..
  6. 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