PDA

View Full Version : changing type_value



John Engleman
25-Apr-2005, 03:46 PM
Is there a way to change Type_Value dynamically based on another field?

John Engleman
jengleman@cfni.org

John Engleman
27-Apr-2005, 01:01 PM
I finally figured it out

Using the debugger, I found I could change the validation entry in the DD
all day long but the code was never read into the system again so it didn't
do anything.

I moved the CodeValidationTable object from the .DD to the .WO then set up a
function within the object and then sent a registerinterface command.

Now all I have to do is a call from the .ASP

The function figures out which validation table (set type_value to ?) to
call based on the field value sent from the .ASP

"John Engleman" <jengleman@cfni.org> wrote in message
news:uCp3WfdSFHA.2052@dacmail.dataaccess.com...
> Is there a way to change Type_Value dynamically based on another field?
>
> John Engleman
> jengleman@cfni.org
>