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: *

  • Users: Danielvb
  • Content: Threads
  • Order by date
  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 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. Danielvb

    Closing Browser

    Hello everyone Please I need help. I am writing some asp pages and it must be tested in Nestscape and IE. One of the active server pages has a image that said [ Close Browser ]. Questions: I am looking for a code in VBScript to close the browser. If not, Can you guide me with some...
  15. Danielvb

    FileSystemObjects

    Hello programmers: Please I need your help. Everytime that I run this code I got the following error: --> Error Type: Microsoft VBScript runtime (0x800A0046) Permission denied /masterfolder/yougotmail.asp, line 134 -->Line 134 is the following: Set ts = fso.OpenTextFile(strPath ,1) I am...
  16. Danielvb

    QueryString

    Hello Team I have a program in Visual Basic 6.0 that creates an email in which contains a link. The user must click on the link that redirect the an ASP page. I am sending the code so I would like to have your feedback if the querystring is ok and the way that I am getting the values in the...
  17. Danielvb

    Text File - Visual Basic 6.0

    Hello programmers: I am having problem controlling the printing from the text file. This is the issue: -- My program creates a text file. -- When the user opens the text file, the information gets display on a text box -- The form has a print bottom so the user can print the text - Once...
  18. Danielvb

    LixtBox - Visual Basic 6.0

    Hi programmers: Version: Visual Basic 6.0 I need help with a listbox which Style is 1-checkbox. when the program opens the listbox gets populated by 50 states. I have three buttons: 1- to select and unselect one more states 2- Select All - to check or select all states 3- Unselect All - to...
  19. Danielvb

    Microsoft OutLook 2002

    Hello team: I need a help one more time. I am writing an application in Visual Basic 6.0 in which: --I have to access the Address Book from Microsoft Outlook version 2002 --Read and copy the email address list into an Excel Sheet --Read and copy the user names list into another Excel Sheet...
  20. Danielvb

    Working with Text Files

    Hello people Please I need your help. I have two pages in ASP Iselect.asp and Idisplay.asp. The first page (Iselect.asp) the user select from the drop downbox a state and once he/she hit the submit bottom the paramenters passes to the other page (Idisplay.asp). The second page...

Part and Inventory Search

Back
Top