重新顯示當前頁

2021-04-24 18:46:08 字數 378 閱讀 7410

procedure trppreviewform.rvrenderpreview1zoomchange(sender: tobject);

var string1: string[10];

begin

str(rvrenderpreview1.zoomfactor:1:1,string1);

// 將double型別的zoomfactor縮放百分數根據指定的位數轉換為串,

//並存入到string1中

zoomedit.text := s1;

// 顯示新的縮放因子

rvrenderpreview1.redrawpage;

// 在預覽螢幕上重新顯示當前報表頁

end;

ext GridPanel重新整理當前頁

gridpanel中分頁數很多,在當前頁中重新整理又會回到第一頁,每次這樣總是很麻煩。怎麼才能只重新整理當前頁呢?苦苦在原始碼中找尋,經測試,終於找到了一種方法。如bbar是ext.paging 物件,在要重新整理資料來源的事件中不要用store.load 用bbar.doload bbar.cur...

ASP禁止重新整理當前頁

方法1 dimsplitreflashpage dimdoreflashpage dimshuaxin time doreflashpage true shuaxin time 10 reflashtime now if notisnull session reflashtime andcint s...

ASP禁止重新整理當前頁

方法1 dim splitreflashpage dim doreflashpage dim shuaxin time doreflashpage true shuaxin time 10 reflashtime now if not isnull session reflashtime and c...