Recent content by miles

  1. M

    ADM2 validation code where???

    Viewer Validation The downside of validation in the viewer is that if you have another viewer or other object or web interface then that validation is not performed. You may not have another interface at the moment but who knows the future. Also it's good to keep validation together in the...
  2. M

    ADM2 validation code where???

    ADM2 Validation I'm not doing any ADM2 OE10 coding yet but assume they are using the same as 9.1D. I say that because there is a possibility that they moved to DLP's. I put all validation in the sdo so that it is in 1 place and will be applied if all updating is done via the SDO regardless...
  3. M

    Current Callback Buffer

    Got an answer from Frank Meulblok (Progress) Frank said to use the SELF system handle and it works. No the peg issue is that I'm currently using Windows Live and I can't get it to send a message in test only, so peg rejects it. I should use my yahoo or gmail. Thanks for trying Lee. Miles
  4. M

    Current Callback Buffer

    Nice Try Lee but no cigar I'm doing that but that's not what I want. This is all dynamic and it may be dealing with 1 or more buffers. At the moment I got through each buffer. hTTbuffer:SET-CALLBACK-PROCEDURE("after-row-fill","adfAfterRowFill" +...
  5. M

    Current Callback Buffer

    I have some standard code that is applied to each buffer on the fill of a prodataset. Currently I set the callbacks to and IP + the buffer number. I then run my standard code passing the buffer number. Is there anyway that in a after-row-fill callback IP you can identify the buffer just...
Top