Search results

  1. S

    converting days to year, month and days

    hi kenny.willems, say carrer start date = 18/12/2003 (ie 8th dec 2003) so till date i have 1978 days . how i got is (18/12/2003 - today). Now i want to convert 1978 days into certain years, months and remaining days, say 5 years, 5 months, 1 day.. TIA Shiva
  2. S

    converting days to year, month and days

    Hi All, I need to convert 1978 days into years, month and days. how do i do this? TIA Shiva
  3. S

    Xref

    To find out which index Progress uses for a particular query, use the XREF option in the COMPILE statement. The SEARCH lines in the XREF output file show the indexes that are accessed for every record selection statement. Progress 4GL Triggers and Indexes Check for this file on the internet...
  4. S

    Xref

    COMPILE program.p XREF program.xrf When you compile program.p with XREF, program.xrf will get generated in the root directory. If you open the program.xrf file you will find how program.p was compiled. each line by line it will be in detail. say u have a find first pt_mstr......... at line...
  5. S

    Downloading patches from QAD site

    Which version of mfgpro you are using ? To download the patches you need to login into www.support.qad.com and you should have login to download the patches.
  6. S

    GL Reference in 3.21.1

    tr_hist & trgl_det -> tr_trnbr = trgl_trnbr tr_gldet & glt_det -> trgl_gl_ref = glt_ref glt_det & gltr_hist -> glt_ref = gltr_ref glt_line = gltr_line
  7. S

    EDI imported SO and Manual creation of SO

    so_inv_mthd is the field in so_mstr. Where "The method for invoicing: EDI, Paper, Both, None." So it should have an "E" in it for orders that come in via EDI. You can look at this field as well as the so_userid if you run EDI with a single user id.
  8. S

    Problem with Progress: shared memory

    Moved to: http://www.progresstalk.com/showthread.php?t=114947
Back
Top