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 TouchToneTommy 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. annettesue

    how can I launch a dependent window for certain condition?

    Hi, I hope someone can help me with this problem...now I have a independent window where user can maintain the programme. If user key in a player number, I'll do some validation to check whether the section code for the player number is valid...if it's invalid then dependent window will be...
  2. annettesue

    audit trail

    hi, I want to do a audit trail report where the report will be printed out if user click on the button. Can someone tell me how to create a temp-table to keep all the record(before and after modify) to generate a report? annette.
  3. annettesue

    Unknown Value for Mandatory field

    Mike, I'm running on V2.0. Really appreciate your help. Thanks for your advice. I'll try to figure out why the messages prompted before taking any action. annette.
  4. annettesue

    Unknown Value for Mandatory field

    Mike, I've tried several times, but when I added the calculated field, the 'edit' button still disabled. How do I get the dialog box titled Calculated Field Editor? It is from the SDO? By the way, do you know the reason why when there's no record in the table, with a calculated field added...
  5. annettesue

    Unknown Value for Mandatory field

    Mike, May I know where is the Expression editor widget? Is it in the SDO's Column Editor? In the previous version of progress(9.1D), I know we can edit the calculated field from the SDO. I am not sure will the procedure DATA.CALCULATE be generated in progress dynamics? annette.
  6. annettesue

    Unknown Value for Mandatory field

    Mike, Am I? If not, how am I suppose to do? I can't find a more simpler way of doing it. The procedure that gives me those messages is 'initializeObject' for Browser. All the messages will prompt out if there is no record in the table when I tried to run the programme. I prompt a message for...
  7. annettesue

    Unknown Value for Mandatory field

    Mike, there is no way for me to click the "edit" button. What I've done is I use a Browser Procedure and get the value from there. (I followed the progress programming handbook.) There are 4 sections as follow: /* definition */ DEFINE VARIABLE gcfields AS CHARACTER...
  8. annettesue

    Unknown Value for Mandatory field

    Mike, I tried to use the calculated field but i've encounter few problem. If there is no record in the table, error messages will prompt, such as: - **No record is available (91) - Unable to extract BUFFER-VALUE for field<fieldname>.(7366) - Unable to update RowObject Field.(142) - Unable to...
  9. annettesue

    Unknown Value for Mandatory field

    hi, i m using a joined SDO to create my SDB and SDV in progress dynamics environment. I've this error message prompted while adding or copying a record when running my container/prog. &quot;<tablename>.<fieldname> is mandatory, but have unknown(?) value.&quot; The <tablename.fieldname> is not...
  10. annettesue

    How to loop through few records?

    Mike, I have manage to solve all the problem regarding this matter...i didn't use LINE-COUNTER...i just PAGE STREAM....and i have change my coding where i use a big DO to loop through all the records...then i print all the header accordingly....and then the numbers... thanx for ur concern...
  11. annettesue

    calculated field using progress dynamics

    hi, does anyone know how to add a CALCULATED FIELD into browser using progress dynamics?Plz help... another problem is..there are errors when i run my container/window...&quot;WARNING: -nb exceeded. Automatically increasing from <number> to <number>(5407)&quot; and &quot;DITEM is not large...
  12. annettesue

    How to loop through few records?

    A BIG THANX for your help, Mike..I manage to solve most of the problems now..except for the alphabet problem. If i do the &quot;DO i = 1 TO 26 WITH FRAME..&quot; loop(coz I want to loop from A-Z), i'll get my output printed for 26 files from A to Z for the same order(ORDER) and number(NO.)...
  13. annettesue

    How to loop through few records?

    Sorry for disturbing..I am really struggling to do this program. This is what i am doing now..I manage to print out the serialnum according to ORDER that user key in. The problem that i encounter is: 1. I want to print out serialnum for that particular order in one page but it came out where...
  14. annettesue

    How to loop through few records?

    I've found out that dynamics don't recognize MOD and keep prompt out error &quot;Unknown or could not understand line after --&quot;MOD&quot;&quot;, so I've changed it to use just m = 2 and it's work fine...now my problem is: although i did a loop for my pc_parameter, it only prints out the...
  15. annettesue

    How to loop through few records?

    Hello Mike, many many**thanks to your help. I've manage to solve my previous problem using what you've suggested...^o^... Now I m facing some layout problem..I would like my layout to be something like: 123456 123457 123458 123459 How am i going to arrange it? I tried to use...
  16. annettesue

    How to loop through few records?

    Mike, may I know what's the meaning by <this_item>.By the way, do I need to break my string of pc_parameter into something like below and open query to refer to the serial number's table(so that i can get the serial number for particular order), c_s1 = ENTRY(1, pc_parameter,CHR(1))...
  17. annettesue

    How to loop through few records?

    I am new to progress dynamics.i want to print a range of serial numbers for each order that user key in. e.g. Order: 11,15,23,45..., serial number for such orders with be printed out accordingly.i've prepared 10 fields for user to key in the order but it's not necessary for them to key in every...
  18. annettesue

    error 132?

    Thanx Mike..Yes, the problem is regarding the unique index and it's actually help me to check wether i'm creating a duplicate for the index field. annettesue.
  19. annettesue

    error 132?

    I am using the progress dynamics. After I've created the container and I tried to run it, an error message stated that &quot;<tablename> already exists with <field>_obj 0 (132)&quot; when I tried to add a new record....I have checked with the proKB but I can't find any suitable solution. Could...
  20. annettesue

    problems in creating report with progress dynamic..

    i m creating a report using progress dynamic. since that i use d independent window to create d report, i encounter a few of problems. i want to create two smart select (smart data field)using d same field in a dynamic viewer but d sdo only allow to use each field once..what should i do?

Part and Inventory Search

Back
Top