I am planning a move my data from VFP to MySQL.
I have a VFP table of flags (which can be applied to contacts' records to show what they are interested in and so on) in which I have a field called AfterApply.
This field's default value is a parameter statement. In several records I have written in code to do other things when that flag is applied. Every time any flag is applied, the following line executes : EXECSCRIPT(AfterApply, Ik, ThisMany, Began, tdEnds)
Can you give me some advice on the best way to implement this in the MySQL world?
Thanks,
Stewart
I have a VFP table of flags (which can be applied to contacts' records to show what they are interested in and so on) in which I have a field called AfterApply.
This field's default value is a parameter statement. In several records I have written in code to do other things when that flag is applied. Every time any flag is applied, the following line executes : EXECSCRIPT(AfterApply, Ik, ThisMany, Began, tdEnds)
Can you give me some advice on the best way to implement this in the MySQL world?
Thanks,
Stewart