![]() |
#10 |
Сенбернар
|
Вот так еще попробуйте :
Цитата:
public void init()
{ Query q; QueryRun qr; super(); q = this.queryRun().query(); q.recordLevelSecurity(false); qr = new QueryRun(q); this.queryRun(qr); }
__________________
Best Regards, Roman |
|