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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bpratl

  1. bpratl

    Run MS Publisher from VFP

    Unfortunately they are using Publisher 98 so Tamar's suggestion of oPub = CREATEOBJECT("Publisher.Application") Did not work. I have not tried it with a later version. Mike Lewis ShellExecute() API works great and solved the problem. Thanks for quick response.
  2. bpratl

    Run MS Publisher from VFP

    How would I go about running MS Publisher from a VFP application? I can run EXCEL and WORD without any problems but Publisher won't work for me.
  3. bpratl

    Update tables on network

    Hi, Thanks for all that replayed. I will take your sugestions and post results. Bob
  4. bpratl

    Update tables on network

    Hi, We have a small network,with 4 workstations,using a POS system with VFP 9.0. The problem is at closing and doing the nightly reports and updates everything goes well providing all workstations are log off VFP. If any stations are left on the progran crashes and files are not updated...
  5. bpratl

    Active x - Modal/Modeless??

    Mike, The History form (modeless) is displayed when clicking on one of the three last invoice numbers,which show up on the order entry form (modeless). The labor edit box is a Chado Spelltext Active X edit window. After reviewing sales history(read only) and releasing the history form, the Edit...
  6. bpratl

    Active x - Modal/Modeless??

    Scott, There is nothing abnormal in the Active X Spellchecker properties. Bob
  7. bpratl

    Active x - Modal/Modeless??

    We have a order entry form with a Active X spellchecker control, for a note field, which works fine until we added a Sales Histroy form to display past order data. The form pops up when Icon is clicked. The problem is if the History forms Windowtype is set to Modeless the spellchecker field is...
  8. bpratl

    Printing two 8x5 Invoices on same sheet

    Mike, Thanks again for your reply. Yes we are using a laser printer. The old dos POS system is using 8.5 x 5.5 forms on perforated plain paper. Thw invoice is delevered with the order, signed and them seperated. The customer is left with their copy. The system is now using VFP 9.0 SP1 and the...
  9. bpratl

    Printing two 8x5 Invoices on same sheet

    Hi again, Info for mgagnon: 1. Does it work on any machine? 2. Are we talking dev machine vs user machine? No - same results on three different machines. 3. Have you save your report with the custome size as a default setting for your printer driver? Yes - Saved in the reports...
  10. bpratl

    Printing two 8x5 Invoices on same sheet

    Mike, I am testing and running the application from my MAIN.prg in the project manager. I have tried two different laser printers, HP1020 & Lexmark R232. Is the report sending a page eject when it see's the page footer? If I send a single form to the printer with a "nopageeject" nothing is...
  11. bpratl

    Printing two 8x5 Invoices on same sheet

    Mike, Thanks for your reply. I set up the custom form size as you suggested,in the SERVER PROPERTIES and on the invoice form in the report\printer properties\page setup. The invoice prints out the proper size; but on two seperate sheets. How can I surpress the first page EJECT - ("nopageeject"...
  12. bpratl

    Printing two 8x5 Invoices on same sheet

    Hi, In the process of upgrading FP2.5 to VFP9.0 and am having problem in trying to print two short (8.5 x 5.5) POS invoices,with laser, on one perforated 8x11 paper.One is customer and other is store copy. Setting up short 5.5" form is no problem. The problem is we keep getting two invoices,on...
  13. bpratl

    Cursor cannot be modified - error 2072

    The form in question is for selling & quoting on part sales. It uses three tables: Customer, Order & Inventory. Parts are displayed in a grid. All works well when selling a stock part from inventory. When trying to sell a non-stock part we use append blank, update customer # , quantity & sell...
  14. bpratl

    Cursor cannot be modified - error 2072

    When appending the first record, to a grid, on a form we get a error 2072 - "Cursor cannot be modified" during a replacement. Buffering 5 is being used. Adding tableupdates and moving record pointer has no effect on this error. This only happens when the grid is unpopulated.
  15. bpratl

    Tableupdate in VFP 9.0

    Thanks to all who responded. QueryUpload plus a SAVE methode did the trick. Bob

Part and Inventory Search

Back
Top