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 Wanet Telecoms Ltd 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: Ads
  • Content: Threads
  • Order by date
  1. Ads

    Shot In The Dark - Signature Capture Device and VB

    Hey... Ok, I have a signature capture device that draws a signature into a picture box... Everything works well, except I cannot get the Picture1.Picture item to save into it's OLE Database field. It saves a null field. My Qustion: Is the .Picture property the correct property to export or...
  2. Ads

    Problem with Date/Time as criteria in SQL Statement

    Hey... I am building a basic transaction program to be used at a Tanning Salon. When a staff member logs off, I want to query the recordset to focus to records for that Staff Member, on that Date, between login/logout times; this will enable calculation of Shift Sales, Packages, Totals...
  3. Ads

    Suggestions on Approach to Making a Time Booking Sheet

    Hi, I am making a program for a Tanning Salon where appointments are taken for the 12 available tanning beds at 15 minute increments. I want the GUI to look like the paper booking sheets they are already using. It seems logical to replicate the booking sheet using excel... but would it be...
  4. Ads

    Add New not occuring, even though AddNew function executes error free.

    Hey... I have a simple command button that adds new transactions to a customer table called datTransactionPackage. I've called the AddNew event for the the recordsource and append the information at runtime. Following is the add event called when "Add to Shopping Cart" is clicked...
  5. Ads

    Refreshing a table populated user contol combo box after addnew

    Hey... I have a combo box that I designed in a user control. The combo box is populated with a bunch of customers from a table called Customer during user control initiation (startup). The customer adds data to the customer table via data entry on a "Add New Customer" Form. The...
  6. Ads

    Making VB and Word Work Together

    I am in desperate need of help... I am have created a Word document with lots of VB buttons and controls which I have editted in Visual Basic. When I click Play in VB, it gives focus to the Word Document and everything runs smoothly. My Question: How come when I close and open the document...
  7. Ads

    Simply Question...Please Help...

    Simply Question...Please Help... I have to execute a batch file from my VBA. How is this possible? I know it is a simple piece of code but I can't remember it. Ads
  8. Ads

    Someone PLEASE Help...So Simple...

    I am trying to execute a simple command line in my visual basic application to launch a batch file. for example if i wanted to delete a picture from my harddrive, the ms-dos prompt would be: delete c:\pictures\christmas.jpg How do I execute it from VB? I have heard of a DOCMD or something...
  9. Ads

    passing JS string variable to HTML file...SIMPLE!

    I need to pass a variable from a js file into a html document for writting purposes. For example: JS file (text.js) ----------------- var wC='Hi my name is...' HTML file (index.html) ---------------------- <html> <body> <script language=&quot;javascript&quot; src=&quot;text.js&quot;>...

Part and Inventory Search

Back
Top