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 TouchToneTommy 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. Danielvb

    Access Forms and Barcodes

    Hi team: Plaease I need some help. I wrote a small application in Visual Basic 6.0 that scan barcodes and I am posting a little part of the code. NOW I am writing an Application in Access 2002 that has: -- One textbox for that will capture the barcode info -- The user scan the barcode using...
  2. Danielvb

    How to in Expression Builder

    Hi everyone I am using Access2000 and Access 2002. I have a table that has 4 fields Employee Name Text(50) Social Secutiry Text(12)- format$( ___-__-_____) Sex Combo Box (M/F) Date of Birth Date - Format$ (mm/dd/yyyy) A user is going to enter the information and I am affraid that he/she...
  3. Danielvb

    MSFlexGrid - Visual Basic 6.0

    Hello Everyone Please I need some help to find the right example using MSFlexGrid in Visual Basic 6.0 I know how to create and add information to an MSFLexGrid but I have never done tasks such as typing, updating or entering information into a cell I have the following tasks that I am having...
  4. Danielvb

    Creating a Folder on the Desktop

    Hi thanks for your time. Question please? Is there is a way to search for the Desktop directory and get the path so that I can plug into my little coding. Please advice. Thanks again... Daniel
  5. Danielvb

    Creating a Folder on the Desktop

    Hi eveyone Plaese I need some help. I am writing a small application in Visual Basic 6.0. This applciation should be compatible with windows 98, Millenium, 2000, and XP. The following task are: 1.- Create a folder(Accounting I) in the Desktop 2.- Copy two executables files to the folder...
  6. Danielvb

    Visual Bsic 6.0, Emails, and Browser

    Hello guys: Please I need help. I am writing an small application in Visual Basic 6.0. The Application creates a text files that must be attached to the email and send it to a company via email. Missing Tasks: -- I need to know which components or references I need to use in my program to...
  7. Danielvb

    Windows 98 - Windows 2000

    Hello everyone Plaease I need your help. I have a small application that runs in Windows 98 and windows 2000. I found this code that help me to ReStart the PC. For windows 98 works but windows 2000. '=========== 'CODE HERE: | '=========== Const EWX_LOGOFF = 0 Const EWX_SHUTDOWN = 1 Const...
  8. Danielvb

    Tabs - Visual Basic 6.0

    Thanks alot to all. Your time is very appreciate Daniel Hollywood, Fl
  9. Danielvb

    Tabs - Visual Basic 6.0

    Hello team Please I need help. I am creating a text file that has tabs delimeter. Which command can I use to print tabs for example: print#f, "James" 0100 04/05/2003 45.2 if you see there is not comma delimeters but must insert a tab in between the info Thanks for your help...
  10. Danielvb

    How to ... In Visual Basic

    Thanks for having the time to reply my email I really appreciate it Daniel
  11. Danielvb

    How to ... In Visual Basic

    Hello Team Please I need help. -- I have an application that was installed from a deployment package. -- the deployment Package create a Directory in the following path C:\Sales containing the executables and other files -- In the c:\Sales path there is an executable named sales.exe -- I...
  12. Danielvb

    Pinting question

    Thanks everyone for your inputs. It is very appreciate. I will try your advices. THIS IS FOR TheTuna: ==================== I am using an Empson Receipt Printer TM-T88II Series MODEL M129B Thanks to all for your time Daniel Hollywood, FL U.S.A
  13. Danielvb

    Time

    Thanks to all for your tips. I will allways appreciate Daniel Hoillywood, FL
  14. Danielvb

    Pinting question

    Thanks fro reply I have one more last question after the printer finished printing, the program prints 8 spaces. Question? What command in Visual Basic 6.0 ot chr() can I used to cause the paper to be cut? Thanks in advance for your time Daniel Hollywood, FL
  15. Danielvb

    Pinting question

    Hello everyone: I am writing a program (Visual Basic 6.0) that must print a time in-out to a receipt printer (LPT1). -- There are two pirnters (receipt printer[LPT1] and a Laser printer) connected to a PC [windows-98 operating system] -- The Laser printer is set up as a default I need to...
  16. Danielvb

    Time

    Hello programmers: Please I need help, I am writing a program that deals with date and time. -- A text file contains the following information 1- EmployeeID 2- Date (format month/day/year) 3- Time (The time is formated like this [Format$(Time, "hh:mm:ss AMPM")]) --The record looks...
  17. Danielvb

    String - Visual Basic 6.0

    Hello Gurus: Marry Christmas to all!! Please I need help. -- I have a record thas has comma delimeter -- Sometimes the user do not validate the name and people-status and in the string migh come a comma -- I move the big record to the sRecord variable "1250A","James...
  18. Danielvb

    Array

    Hello programmers Please I need you advice. I have an one dimension array declared as dim MyArray(9000) as string I am working with Windows 98 and Visual Basic 6.0 *** Question: What is the maximun store size for one dimension array? Can I declare Dim MyArray(13000) as string...
  19. Danielvb

    Date Question - Visual Basic 6.0

    Thanks alot DrJavaJoe Your tips have been so helpful to me. Take care Daniel Hollywood,FL
  20. Danielvb

    Date Question - Visual Basic 6.0

    Please I need help. -- I am writing a process in which SUNDAY is the first day of the week -- I need to dectect the beginning of the last week. For example: a) 11/25/2002 (SUN) - 11/30/2002 (SAT). This is my last week b) 12/02/2002 is the current date I need to detect the firts day of the...

Part and Inventory Search

Back
Top