Search results

  1. S

    how to get the field name within a browse

    hi , i have defined a browse, but i want to let my program distinguish the fields name in this browse, but it can not get these information thrw using handle's first-child and handle's:next-sibling like /**********************/ assign handle_widget = frm_handle:first-child...
  2. S

    Check whether a file is xcoded or not

    maybe ,you can get 2 bytes From the beginning of this file if xcode then 2 bytes = 0x13 0x59 so ....
  3. S

    how to get lexmark printer language template?

    Q: What OS platform are you using? Q: What barcode type are to entending to use? (EAN 13, Interveal 128 etc) A1: win2003 server A2:code 128 ,code 39 and code 93full ps: the PCL templete is a good way to create a new barcode for lexmark printer. it can be supportted by os win/unix, so i...
  4. S

    how to get lexmark printer language template?

    thanks for your replay, the lexmark printer supports the PCL language,but i have no any experience for PCL, i think it can be used by unix/win32,and it is a good way,but i google for hp_barcd.p,i can not find it, could you help me to send it or give me any examples, thanks a lot yours Nemo
  5. S

    how to get lexmark printer language template?

    hi all, i want to get lexmark printer language templete as you know,the ZPL printer language is supported by Zebra barcode printer, like : ^XA--------start command ^FO22,30^BY2,2,38^BCN,,N,N,N^FD COO2 PN MFGID DELLDATE SN ^FS ^FO40,71^A0,24,32^FD COO2 - PN - MFGID - DELLDATE - SN ^FS...
  6. S

    inventory movement code

    you can set the switch flag in the control file 7.9.24(Container/Shipper Control rcpm.p) flag name :Shipment Info For Receipts
  7. S

    B2B for MFG/PRO

    what's the demo's userid and password?
  8. S

    How to make Single receiver for Multiple PO

    Best on your requirement ,i think your supplier's means is one po not one receive, you can't use .5.7 for your supplier ,but 5.5.1.13(Scheduled Order Maintenance Supplier)
  9. S

    How to send attached Email through Progress/Syteline6.01

    yes,but it must be supported by os
  10. S

    record lock in procedure module

    thank you very much ,it resolved my problem...
  11. S

    Record Count / Are there any records in table

    what's the usage?
  12. S

    record lock in procedure module

    hi Guy, when i ran the program ,i found the code_mstr table has been locked in the procedure module, who can tell me ,how to auto release the record lock, or have another way to settle this issue except "release code_mstr". if you want to test ,please copy and save the source code as xxbb.p...
  13. S

    Tag

    fine ,you can get the reference from Euro Accounting module like : in .i file &IF "{1}" = "ADTXFORM.I" &THEN &GLOBAL-DEFINE ADTXFORM-I-TAG1 &IF FALSE &THEN &GLOBAL-DEFINE ADTXFORM-I-TAG2 &ENDIF ~{cx0167.i &2=~{2~} ~} &ELSEIF..... in .p file ..... {&ADTXFORM-I-TAG1} ......
  14. S

    CIM Upload

    you can try batchrun = yes. /*add this comments*/ input from "clnrloc.in" no-echo. repeat: {gprun.i ""ppptmt01.p""} input close. output close.
  15. S

    who can give me any information about EDI ECommerce ?

    who can give me any information about how to configure EDI ECommerce ? i want to setup QAD EDI ECommerce step by step, i do not know about it , but i need to know it clearly... thanks a lot... how to configure EDI ECommerce
  16. S

    Tag

    could you tell me what's mean about the "tag"?
  17. S

    How to Print Barcode using Progress

    i don't know how to use Symix Syteline but i have many succeed barcode system on QAD system,in these projects i will make the barcode scripts file as template,when i want to print the barcode ,i will make a printer's script file which is based on template and send the file to printer
  18. S

    Formatting dates

    you can use the following script, string(year(today),"9999") + string(month(today),"99") + string(day(today),"99").
  19. S

    How to get the data of inventory aging?

    customization , qad has not the report
  20. S

    Purchase Receipt(error) in eb2.1

    Re: Purchase Receipt(error) in eb2.1 still waiting ....... i think you can give us some information about it , such as 1,whether the 5.7 has customization or not 2,eb2.1 sp?
Back
Top