Search results

  1. Z

    Need help for Program

    first sod_det where sod_nbr = so_nbr and sod_site = so_site should be each sod_det where sod_nbr = so_nbr and sod_site = so_site You should also change your "find first tl_hist" to include a match on t1_soline = sod_line.
  2. Z

    Help with Progress Display Format

    Try this: session:set-numeric-format("'", ",").
  3. Z

    New Member

    The period number is stored in glc_cal, fieldname glc_per. You may need to use glc_start and glc_end to determine the appropriate period (period start and end dates). HTH
  4. Z

    issue with updateable browse

    I'm not very familiar with browses or queries, and am sure there's probably a basic problem I'm missing here. Hopefully one of you knowledgeable folks can point me in the right direction. I took an example from Progress help, and modified for my use (removing the option to create a new record...
  5. Z

    eB2.1 PCR/PCO - report by item?

    In eB2.1, is there a report (or inquiry) to find existing PCO's (or PCR's) by item? I am looking for something similar to 13.13.4 ECO by Item Report, but for PCO's. Also, do you know of anywhere that PCO/PCR information is shown other than the 1.9 menu?
  6. Z

    Lookup Vs. Blank Parameter

    Irregardless of the method you choose, one thing you will need to make sure you're doing is using the variable upartlist rather than the field usrw_charfld[1].
  7. Z

    Lookup Vs. Blank Parameter

    Try checking for an empty string?
  8. Z

    Is it a Bug or a feature?

    "Maybe I'm missing your point, but the MINIMUM function will work like any normal >, <, = string comparison, and since 'n' < 'o' and 'p' > 'o'..." as KnutHandsome stated just prior to your last post. " OR" < " nV" = FALSE As the first character in each string is a space, the second character...
Back
Top