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 IamaSherpa 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. joelabine

    OE Invoice date

    So sorry to bother you Ettienne or anyone here. Just want to make sure I understand right and I do things correctly... I thought this was the purpose of this forum.
  2. joelabine

    OE Invoice date

    So if I understand correctly dates are set when Open is called (or as soon as the object is allocated) on a Accpac.Session objet? Is this right? So if my software starts on November 11th and creates an invoice on November 12th, the invoice will be November 11th. If the following is right than...
  3. joelabine

    OE Invoice date

    Hi DjangMan, Thanks for the info. I thought that those fields would have been set automatically by Accpac, just like it does in the UI. Do you guys know if there are any other fields that I should set before shipping and invoicing so my software acts like the UI? Thanks again
  4. joelabine

    OE Invoice date

    Maybe I did not explain myself correctly (or did not understand your answer correctly). Sorry English is not my first language. What can I do to avoid this behaviour? I want all my shipment and invoice to have the current date. Thanks
  5. joelabine

    OE Invoice date

    Ok so basically changing the value of "INVDATE" and "SHIDAT" will solve my problem?
  6. joelabine

    OE Invoice date

    Ok, using "SHIDATE" let me force shipment date. But I'm still asking why Accpac is not handling this correctly.
  7. joelabine

    OE Invoice date

    Hi, I'm generating shipments and invoices in OE module in a home made software. What happened today is really weird. When I look at the shipments and invoices created today by my software I realize that they don't have the same date! Some have yesterday's date and some have today's date...All...
  8. joelabine

    Printer source issue

    That's was a good trail. That's weird. I opened the report in Crystal Report, went in the printer setup, select my printer, save the report. Retried to print from Accpac... And it worked! So I guess there was something wrong in the rpt file. Thanks!
  9. joelabine

    Printer source issue

    Ok I found why the printer wants to print from the manual feeder. The paper type passed to the printer is different from the one configured in the printer tray 1. The Actual configuration is "normal" and the print sent to the printer by Accpac wants to print to "Bristol"?? paper. Any way to...
  10. joelabine

    Printer source issue

    With update 3
  11. joelabine

    Printer source issue

    5.6A
  12. joelabine

    Printer source issue

    Oh I just realize one more thing. If I show the print preview and print from the print preview... It's working. Printer takes the paper from the tray 1 as expected.
  13. joelabine

    Printer source issue

    Hi, Did anybody face the following issue: I have a Lexmark E230dn. Whenever I try to print from Accpac the paper source is redirected to the "manual feeder" even if I choose "automatic" or "Tray 1" in the Accpac printer setup configuration window. I tried to update the driver, tried another...
  14. joelabine

    Order Entry update

    Thanks, you guys are blazing fast!
  15. joelabine

    Order Entry update

    Another question. How can I be sure which date format is going to be use by the AUDTDATE? Does it uses the system date format?
  16. joelabine

    Order Entry update

    Yeah this is what I'm going to do then. Thanks for your help
  17. joelabine

    Order Entry update

    Ok just to be sure, my only option is to read the database directly?
  18. joelabine

    Order Entry update

    Hi, I need to find a way to know if an order entry changed since the last time my software read the information. (Something like "last post date and time") So what I did is to list all the fields in the OE0520 view. Copy all values in an Excel sheet. Then I updated the order entry and list...
  19. joelabine

    Get Invoice number and Shippment number

    Thanks Works perfectly.
  20. joelabine

    Get Invoice number and Shippment number

    Forgot the update at the end. ... :oAccpacLienCie>>OpenView("OE0520", vOEORDH)//Order header :oAccpacLienCie>>OpenView("OE0500", vOEORDD)//Order detail ... vOEORDD>>Fields("LINENUM")>>PutWithoutVerification(32)//' Item line number vOEORDD>>Read vOEORDD>>Fields("QTYSHIPPED")>>Value = 1//'...

Part and Inventory Search

Back
Top