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

    method or data member not found

    I have a form called : tblINVOICE which contains a field called PRICERATIO. I also have a subform called : tblINVOICEDETAIL Subform with fields called PURCHASEWEIGHT, PRICE, BOATPRICE, and AMOUNT. I have written this code(below) to calculate what the BOATPRICE and AMOUNT's are for each record...
  2. bigfigkid

    Order/Invoicing Question

    I have an order/invoice system which consists of a form with a subform. General information such as client name, date and invoice number are found in the main form, and the subform contains the items ordered along with quantity ordered and quantity shipped. My question is this. I would like...
  3. bigfigkid

    Textbox Error

    Hi Everyone ! Happy Holidays ... I have an access form which has in particular a textbox and subform. The subform is comprised from a query, and the textbox references a field in the subform. Everything works fine, until at which time I have no results in the subform, and the textbox gives me...
  4. bigfigkid

    checksum

    I have researched a bit through this forum and others about checksums. From what I gather, a checksum is a summation of bytes using the xor function, and is used as a 'check' so to speak to verify that data is valid. The below lines of code are in hex format and each have a checksum I believe...
  5. bigfigkid

    updating data in subform

    Hi all ! I have on order/invoice dbase in access. Our invoice form has a subform, which contains the quantity ordered and quantity shipped fields. Most of the time there are no changes, and the quatity ordered = quantity shipped. I would like to place a command button on my invoice form...
  6. bigfigkid

    pcanywhere problem

    I'm in a small office with only 5 computers, so i'm using the server for day to day data entry and other activities. I have managed to setup pcanywhere 11.0 on this server as a host behind my smc router without much difficulty. However, I don't like the fact that the remote control feature...
  7. bigfigkid

    spaces in a textbox

    I am aware of the ltrim, rtrim and trim functions. But I would like to remove any spaces inside a string. Any ideas ?
  8. bigfigkid

    problem with textbox

    why is it that when i copy and paste a textbox which has been locked, all that is pasted is the formula or subroutine which gives the value of the text box instead of just the value of the text box
  9. bigfigkid

    Run Time Error 429

    Sorry about this dumb question, but this is the first time I have used the package and deployment wizard to make insallation files for a program I have devised which uses the com port. Why do I get the following error when trying to run a compiled program on a computer without visual basic ...
  10. bigfigkid

    computer specific application

    Any ideas on how to construct a vb program to only work on a specific computer ? Perhaps reading some kind of s/n, maybe hardrive or cpu ? How can I accomplish this task ? thanks in advance for your time
  11. bigfigkid

    mscomm1

    I need to read and write through a serial port. From my readings it seems that I need to use the mscomm1 commands. I have visual basic version 6, and after running a sample 'scan program' i get the following message in a text file : Class MSCommLib.MSComm of control MSComm1 was not a loaded...
  12. bigfigkid

    security

    I am considering securing workstations at the office via a smart-card login. I have no experience with this type of security, but it seems practical. I presume smart card device (reader/writer) to operate from serial port. I would like to write a vb application to check authorization on...

Part and Inventory Search

Back
Top