dynamic

  1. P

    Question Define trigger for all tables

    Hi there! I wanted to ask if there's a way to create a trigger for all tables ("write" for example). I was thinking on using the following code in a persistant procedure: ON WRITE OF Customer DO: END. But I don't want to have to have a block of code for each table. Is there a way to do the...
  2. Anderson Clayton

    Resolved Static or Dynamic

    Hi folks, I currently began to write my codes dynamicly, i mean, every temp-table, buffer, queries and objects in general, i just create in run time. i've been notice its necessary more lines to do this way, so, my doubt is whats the advantages in dynamic code comparing to static code?
  3. B

    Question Access child widgets to change the properties

    Hi there. First of all, this is my first post here so apologies if I am doing anything that breaks community rules. I'm trying to create a script that changes the properties of child widget (color, tooltip etc) when a certain event is used, and I want to accomplish this dynamically so that the...
  4. S

    Dynamic Temp-table To Static With Varying Fields Count

    Hi All, need your help on a requirement. it goes like: i have a delimited file with unknown numbers of columns. i can able to create a dynamic temp-table and populate entire data properly in that temp-table. Now i want to copy all these records to a static temp-table which is nothing but a...
  5. D

    Question How to specify validation expression for a dynamically created widget?

    Hello everyone, I am using Progress 10.2.B07 on Windows 7, 64-bit. For CHUI I try to write a simple program, which creates a Frame and a "FILL-IN" widget in it. Now, I stuck with specification of Validation Expression for the dynamic widget. Here is my code: def var hf as handle no-undo. def...
  6. W

    Answered Dynamically adding labels and fields to appbuilder screen

    Good afternoon all! I am currently working with an older .w appbuilder screen and have been tasked with adding labels and fields to this screen based on values in a table. Essentially the table contains a label and a format. There is more information but it isn't pertinent to the question. So I...
Top