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 strongm 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: bros
  • Order by date
  1. bros

    Can I send alphanumeric to paging using VB programming?

    Can anyone help me in VB programming for sending alphanumeric to paging system? Someone suggest me using TAP protocol, but I do not have any idea on it. I use the ATDT for dialing the phone and connect to the center, but how can I send the alphanumric through modem to the center? Please help...
  2. bros

    TAP protocol can use in VB

    Can I send the aphlanumeric through modem to pager using TAP Protocol? Can anyone send me the source code to show how to send the message? Thanks
  3. bros

    How do send text through modem using "TAP"??

    I know "ATD" can send the numeric through the modem, but can I use "TAP" ?? Help Thanks
  4. bros

    opendatabase, with password

    are u set the password in database? if u didn't set it, u no need to declare password in open database. "admin" is default. declare for others
  5. bros

    Printer Auto Rollback the Paper

    Thank TheTuna and Shan, But still not solve my problem. The example just forward only not backward for rolling the paper. Can anyone help me??
  6. bros

    Printer Auto Rollback the Paper

    Can I use vb programming to ask the printer Panasonic KX1121 to rollback the paper, (feed the paper). I try to print the label with continues paper like computer paper, I will not tear the label, just take the label out only. So, can I do it in VB?? Thanks
  7. bros

    SAVE BOLD & FONT COLOR IN RICHTEXTBOX?

    Thank strongm and mrvb50au, but if I just want certain word for BOLD only in a textbox, Can I do that?
  8. bros

    SAVE BOLD & FONT COLOR IN RICHTEXTBOX?

    can save the bold & color of font to database which I use the richtext box to key the info and I want it to display what I have be set before for the font TQ.
  9. bros

    Apostrophes in SQL Statements

    this solve in vb programming, but how about the crystal report??
  10. bros

    AUTO SEND FILE THROUGH PCANYWHERE USING VB?

    Ican use vb to write a program with link to pcanywhere to auto send file to my friends. Or just use vb to write the program sned & recieved file through modem??? bros
  11. bros

    multi Bill No In 1 table

    thanks for help.
  12. bros

    multi Bill No In 1 table

    Thank for reply. Digimond02, I can get the number running, just sometime 2 user get the same Ref #
  13. bros

    Run-Time Error '3027' Using ODBCDirect to Open RecordSet

    Set gws = CreateWorkspace("", "ADMIN", "", "") Set gdbDB = gws.OpenDatabase("C:\ABC", False, False, "dBASE IV") Set rstA = gdbDB.OpenRecordset("ABC.DBF", dbOpenDynaset) Why can I read & write in WinXP but Not In Win2000? It...
  14. bros

    multi Bill No In 1 table

    My program is running in multi-user enviroment, when user open the Billing Entry at the same time, they get the same Bill No and saved it. How do I to prevent this error occur, cause the Bill No is unique. I try to use LockEdit command but it not work properly. Can I Lock the record when...
  15. bros

    Visual Basic .NET

    anyone know the VB .NET language (for the WED programming), can u suggest any helpful website for me. Thank u.
  16. bros

    Handling string problem (')

    that great idea, but when I use crystal report to print data have "'", it give the the error. can anyone help me!!! thanks
  17. bros

    detect modem

    can i use the vb to detect the modem is on or off. q2: can i dedect the other side of user hangup the line through modem...??? please help, i ready need help. tq
  18. bros

    date format don't want to follow setting

    Can I set the control of date format in VB as "dd/mm/yyyy", cause windows date format is "dd/mmm/yy" and the window date format I don't want to change it. pls help me. tq
  19. bros

    win XP printing???

    Can I send printing through network printer with using LPT1 command in Ms Dos Prompt. e.g. type dir *.*>LPT1 TQ
  20. bros

    SEND TEXT FILE PRINTING WITH COM1

    I try to send a barcode printing to barcode print through COM1 with VB program. But it cannot send it. I just can send it in Ms Dos Prompt. pls help me...

Part and Inventory Search

Back
Top