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]?