I really like being able to have all the form code contained within the form, it is particularly helpful when upgrading version as the new form file has all the support code. There is one place, Table Settings, that still requires external EEPs such as “After Saving row;” has anyone figure out a way to do this from an internal EEP? Can a Custom Action be called from this location? It would sure be nice to have the capability to save the EEPs in this section with the form. I can probably use a stored procedure but it would defeat the purpose of having all the code within the form.

 

Next question, is there a PROPERTY option that would change the status of a form from EDIT to BROWSE from within the form? What I want to do is call the form:

EDIT USING my_form WHERE my_condition

And on then from the “On Before Start EEP” or “On After Start EEP” check the user privilege and if necessary change the status to BROWSE so only viewing and no editing is allowed. I realize that I can use the PROPERTY command to individually change all the columns to read only but some forms that have several hundred columns with numerous Component IDs would be a real pain to change. Would something like:

PROPERTY my_table EDIT ‘TRUE’

Work?

Any help and/or suggestions will be greatly appreciated.

Javier,

 

Javier Valencia, PE

President

Valencia Technology Group, L.L.C.

14315 S. Twilight Ln, Suite #14

Olathe, Kansas 66062-4578

Office (913)829-0888

Fax (913)649-2904

Cell (913)915-3137

================================================

Attention:

The information contained in this message and or attachments is intended

only for the person or entity to which it is addressed and may contain

confidential and/or privileged material.  Any review, retransmission,

dissemination or other use of, or taking of any action in reliance upon,

this information by persons or entities other than the intended recipient

is prohibited. If you received this in error, please contact the sender and

delete the material from all system and destroy all copies.

======================================================

 

Reply via email to