on the init of the report
public void init()
{
SysQueryRun sysQueryRun;
;
super();
this.queryPerfTable(); //do your query stuff here
//these code lines stop the system from remembering last used values
sysQueryRun = new SysQueryRun(element.query());
sysQueryRun.promptLoadLastUsedQuery(false);
element.queryRun(sysqueryRun);
}
Monday, May 31, 2010
Subscribe to:
Posts (Atom)