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

    How to shut down the application after some idle time

    The application should be shut down after 15 minuts idle time. Please help! Thanks
  2. NatashaM

    How to pass text parameter that contains semicolon?

    I pass the parameters for the Report from VB using that code: CrystalReport1.ParameterFields(10) = "@Comments;" & txtComments & ";True" And if the data contains the semicolon it doesn't show up in the report. How can I avoid that? Thanks
  3. NatashaM

    How to set a checkbox in datagrid column?

    In the datagrid I set for some columns Format property to the checkbox but in runtime it shows only 0 or 1. I found some suggestion to write that code : DataGrid1.Columns(3).DataFormat.Type = StdFormat.fmtCheckbox but nothing changed. Any other ideas? Thank you!
  4. NatashaM

    How to check is the screen reader open?

    I need the code to check is Jaws (the screen reader) is running. Please help! Thanks
  5. NatashaM

    Open Excel Application

    I realized the problem is in different. First I try to export the Crystal report to MSExcel. And the problem is here - in the exported file. When I try to open that exported report in Excel I get an error "Errors were detected in 'FileName.xls', but MSExcel was able to open the file by...
  6. NatashaM

    Open Excel Application

    I use the code Set X = CreateObject("Excel.Application") X.Visible = True X.Workbooks.Open (Xfile) that works with MS Office 2000 and gives an error with MS Office XP "Open method of Workbooks class failed". Any suggestions ? Thanks
  7. NatashaM

    Export button doesn't work

    Kees, thanks, but it didn't help.
  8. NatashaM

    Export button doesn't work

    In the distributed report the export button is enabled but when you click on it nothing happens. It looks like some DLL is missing. I added all required DLLs that I have on my developer machine where everything works and it did not help. Any other ideas?
  9. NatashaM

    parameters error when open Crystal Report

    Hi all, I created several Crystal reports using the stored procedures. Some stored procedures have parameters. When I open the report from VB without any stored procedure parameters after the report with parameters I got run-time error 20553 "Invalid Parameter" or an error 20532...

Part and Inventory Search

Back
Top