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 bkrike 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: Longia
  • Content: Threads
  • Order by date
  1. Longia

    Need Ad hoc report sample

    Hi Everybody, Had anybody created ad hoc report in crystal reports and ASP If so Please give me some idea about it. Example code would be great. Thanks
  2. Longia

    Creating SQL Server Stored Proc in VB

    Hello Everybody Need to know if I can create stored procedure from vb code. I need this because number of parameters in stored proc is not fixed, it varies as per my logic and every time I run my program I need different parameters so is there a way to create stored proc from VB program and...
  3. Longia

    How to run .bat file on specific time. like task scheduler

    I have a bat file and I want to run it after every one hour. Any ideas about that.
  4. Longia

    Function to check value is character

    Can any body help me with this? I need a function that checks for character value in field.
  5. Longia

    How to execute .cab file in vb

    Hi Everybody I need to know how to execute a .cab setup in vb program thanks
  6. Longia

    How to create Virtual directories through VB program

    Hi Folks Need help on creating vitual directories through VB program in IIS. Thanks
  7. Longia

    Passing Pararmeters with Executable

    Hello everybody Any ideas about passing parameters with application.exe to pass values to another application. Suppose I have my application created as Application.exe and I want to pass some values to this application from another application created in Panther or JAM. Can I do...
  8. Longia

    Com object Question

    Can anybody tell me how to register com object programatically in VB. I just want to take Com object from CD and resgister it programatically.
  9. Longia

    Can VB6.0 open Eventlog file of windows NT

    Can anybody find code to read Window NT event log file using visual basic? The event files are stored as "Application", "System" and "Security" at c:\winnt\system32\config\AppEvent.evt, c:\winnt\system32\config\SysEvent.Evt and c:\winnt\system32\config\SecEvent.Evt.
  10. Longia

    Sending e-mail through vb6.0

    Hi everybody Does anybody knows how to send automatic mail messages from VB screen?
  11. Longia

    Question about check box in vb

    Is there a way to control the value of multiple checkboxes simultaneously? I have searched internet for sample code, but found none that worked. I have the code below but very slow and I imagine can be done simpler. Is there a way to create an array of checkboxes? Could you suggest things I can...
  12. Longia

    Calling screens from other Appllication in VB

    Hi, Does anybody knows if it is possible to call PANTHER Screen in Visual basic. Has anybody ever had done this kind of stuff. Please guide me if so
  13. Longia

    Difference between crystal report and crystal info

    Can anybody tell me that what is difference between crystal reports and crystal info. which should be used as best reporting tool and why?
  14. Longia

    Problem updating record with Ado using VB6.0 & Informix

    Hi everybody, Here is my problem, I am using Visual Basic 6.0 and Informix 7.3 as backend for development.When I use the following code to update a specific record it updates all the records with null field. 'Insert telephone number into caa43640 (Attorney table) Set...

Part and Inventory Search

Back
Top