zhangxinghai
7th November 2013, 10:57
Hello,I have a problem which may be mentioned,I want to add a field to a form in a query session,the field is an calculated field from some logic.I searched the forum and found two ways were mentioned.Rush dll or AFS.But I couldn't find steps to use AFS.My main problem is
1.How to execute a session in a program script
2.Which event to capture (Ex. next record),So I can write script to put value.

mark_h
7th November 2013, 15:17
Rush is the way to go. I can't imagine all the coding that would have to take place using AFS code. I mean first you have to duplicate the form, then make all the calls necessary for next record, previous record, etc. Not to mention getting the data in the background to redisplay. Not worth it and it would probably be easier just writing a brand new display session(assiming that is what is meant by query session). If I was going to do it I would use rush.dll.