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 SkipVought 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. tetorvik

    ActiveX controls in ASP.NET?

    Hi, Is it possible to handle ActiveX control properties in code-behind file as runtime? I haven't found any samples how to do it. It would be really nice to have for example activeX date control to replace all that javascript mess to handle correct date formats! Thanks, Teemu
  2. tetorvik

    Configuration problem!

    Hi, Any ideas what causes following configuration error? -- Error message -- Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser...
  3. tetorvik

    secure files using Form base Authentication

    Hi Jayson, I hope this helps... http://www.dotnetjunkies.com/howto/default.aspx?id=20 --Teemu
  4. tetorvik

    Problem with print button.

    Hi, I faced annoying problem when I was distributing my application that uses CR8.5 and Crystal Report Viewer to view reports. All goes fine until I want to print a report viewed through the CRViewer. The launched report looks ok on the viewer, but printing button doesn’t work properly. It...
  5. tetorvik

    Application paths

    Many thanks Sunaj!!!
  6. tetorvik

    Application paths

    How to find out the full path of an application (not the runnig one but others like IEXPLORER.EXE) if only *.exe file in known? Thanks!
  7. tetorvik

    ShellExecute problem!

    Hi!, I'm using ShellExecute api to launch different documents through my vb application. The application is based on ActiveX documents that are viewed through browsers. So when my application launches files like *.html or other web files. It opens documents in a browser (ok so far), but in...
  8. tetorvik

    Help needed with sql query!

    Correction: Baseball, golf and pizza are row1 classifications and Comedies and meet balls are row2 classification.
  9. tetorvik

    Help needed with sql query!

    Hi! I’m having a problem with a SQL query. I have two database tables Customer and CustomerClassification. Customer table contains information like name, address, phone etc. CustomerClassification contains other information about the customer like hobbies and other interests. One Customer...
  10. tetorvik

    Changed data on a form

    Is there any easy way to determine if a user has changed a data on a form? Thanks
  11. tetorvik

    Changing a section on the fly?

    Thanks for your reply "schu"! The report I created is ment to be a report template. And the vb - application is going to generate n reports from that template! Well I not sure if that is such a good idea. Since I'm guite a beginner with CR!
  12. tetorvik

    Changing a section on the fly?

    Hi, I've created a report(*.dsr) and I placed the page number field on the page header. I was just wondering if it's possible to change the section the field is located on the fly(from vb application), lets say from page header to page footer I'm using CR8.5 and VB6. Thanks!!
  13. tetorvik

    Group summary amounts

    Hi, I've created a report(*.dsr) and I placed the page number field on the page header. I was just wondering if it's possible to change the section the field is located on the fly(from vb application), lets say from page header to page footer I'm using CR8.5 and VB6. Thanks!!

Part and Inventory Search

Back
Top