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

  1. crpryor1

    Zipcode/GS1 128C

    I have IDautomation's barcode and their VFP procedure prg. I need to do zipcodes, but i am not sure of the correct input string. This is the string that I am sending to the procedure Ê420162483216 (Ê = FNC, 420 = AI, 162483216 = Zip). The result is ÍÊJ!^P@0XÎ Can anyone tell me if this is right...
  2. crpryor1

    Barcode GS1 128c

    Thanks for all of the help. I had to buy a font from IDautomation and am stating over. There instruction are not real clear so it will be trial and error procedure. I have to give the output to the post office to verify. this will be slow process. Right now the string that I am sending to the...
  3. crpryor1

    Barcode GS1 128c

    JRBBLDR Thank you for your information and work. But this has to be done with GS1 128c. I have been playing with the code and have some of it done, I guess what I need is the font to test it. format is start code+fnc1 code+AI code+Zip code+check digit+stop code. Chuck
  4. crpryor1

    Barcode GS1 128c

    Mike Where do I get the font and and how do I build the character string. chuck
  5. crpryor1

    Barcode GS1 128c

    I need help with a routine for zip code printing (Barcode GS1 128c). I have Googled the internet for information and have some. Right now I am lost not sure where to start. This may be over my head. Could you send me to the right place or give me some advice. XP, VFP 7, VFP 9 Thanks In...
  6. crpryor1

    VFP 7 to 9

    Mike, That was the problem. Thank you Chuck
  7. crpryor1

    VFP 7 to 9

    Convering a vfp 7 form to vfp 9 everything works fine, but with forms with a pageframe the pages backcolor does not work. I get a very light gray. I can not change it to any color. What am I missing? Thank you Chuck
  8. crpryor1

    VFP on a PDA

    Thanks for all of your help. I knew that would be the answer, but I had to ask. I think I will look in to Syware, it may do what I want. It doesn't seem to hard?????? Chuck
  9. crpryor1

    VFP on a PDA

    Will VFP 9.0 run on a PDA? I have a client that wants to use a PDA for data entry and at the end of the day transfer the data to his PC. My question is can I use VFP 9.0 to do this? Thank You Chuck
  10. crpryor1

    Valid - Lostfocus

    Thanks everyone, for all of your help. Chuck
  11. crpryor1

    Valid - Lostfocus

    VFP 7 text box on a form, valid event fires twice if lostfocus has a setfocus command to another text box. If I remove the setfocus command valid only fires once. thanks in advance Chuck
  12. crpryor1

    Mail Merge date field

    Thank you Yes I do know that it can be formatted. The word doc is printed from VFP and the operator does not see the word doc and they cannot edit the doc. 95% of the time there will be a valid date. I need a way to skip this field if it is empty. thank you chuck
  13. crpryor1

    Mail Merge date field

    Mail Merge with word 2000 and VFP 7.0 DBF. If I have an empty date field word will print 12/30/1899. thank you Chuck
  14. crpryor1

    Mail merge no output on network

    Stewart, Thanks for the reply. I get a printout from my home office PC, It works fine here. But from my clients workstations I don’t get any printout. I do get an hourglass on the screen. chuck
  15. crpryor1

    Mail merge no output on network

    I have VFP 7.0, Office 2000. This routine works on my PC, but when I run it on a network I don’t get any printout or any errors. #DEFINE wdMainAndDataSource 2 #DEFINE wdSendToPrinter 1 #DEFINE wdDoNotSaveChanges 0 #DEFINE wdWindowStateMinimize 2 oWord = CREATEOBJECT("Word.Application")...
  16. crpryor1

    Build an exe

    Thanks for the reply. I have several project that run from an exe. But on this one with just a screen and nothing else I cannot get the screen to run. I think I need a read events command, but where do I put it.
  17. crpryor1

    Build an exe

    I have one screen, one table no menu. How can i build an exe file? VFP7
  18. crpryor1

    USB PRINTER

    win98 fpw26 lpt1 old ibm proprinter lpt2 old ibm proprinter usb new hp officejet v40 set as default can not print to usb at all when printing to lpt1 or 2 get messeage ( an error has occured in your program) click on ignore will then print ok > > I do not have 'set printer to' in any of my...
  19. crpryor1

    USB PRINTER

    Thanks, I will try this. Chuck
  20. crpryor1

    USB PRINTER

    win98 fpw26 lpt1 old ibm proprinter lpt2 old ibm proprinter usb new hp officejet v40 set as default can not print to usb at all when printing to lpt1 or 2 get messeage ( an error has occured in your program) click on ignore will then print ok > > I do not have 'set printer to' in any of my...

Part and Inventory Search

Back
Top