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

    How To Invoke an ActiveX Control

    I hope someone can shed some light on this issue I am facing. I desined an ActiveXControl in VB 6. Now I want to call/invoke my ActiveX control from my asp page . When user clicks on a button I want my ActiveX Control Program to Display in a browser. I am still unable to find any helpful...
  2. Dalel23

    Use of Having In a stored procedure

    I am using VB as a front-end. I would like to call a stored procedure by passing a parameter with multiple value. I having difficulties creating the stored procedure. The use of Having is because I could have multiple values seletected by the user. CREATE PROCEDURE...
  3. Dalel23

    Record Auditing

    I have an interface designed in VB 6 with an Access Database Backend. I have a couple fields defined in my database CreatedDate, CreatedByID, LastAuditDate, LastAuditByID, LastRevisionDate, and LastRevisedBy. User clicks on create button, at that point and capturing the user network logging...
  4. Dalel23

    Group by Max Date

    I have this Stored Procedure that I converted from an Access Query that is not returning the correct result. The SumOfWt_Add is retuning incorrect result. For example if Bales_Add for a particular Row is 0 and the Avg_Bales_Wt is 1200 then result I get is 0. It should be 0.6. CREATE...

Part and Inventory Search

Back
Top