Passing Parameters to a blank application

High guys, I am struggling to pass parameters to a blank application. In OnExecute I have a code like $qr=mysql_query(“select MemberNo,FullName,IdNo from xxx where MemberNo=[p_MemberNo]”)

I am connecting to the blank application from a form, however the blank application caches the first [p_MemberNo] and ignores the subsquent ones, how can I force the blank application to always receive the new =[p_MemberNo]?

Re: Passing Parameters to a blank application

The other option is to create a session var and then load the value of the session var and not rely on the passed var in the URL.

Regards,
Scott.