網(wǎng)站制作NEWS
SCROLL
vfp 做學(xué)生成績查詢表表單
先建表,然后建立表單,最后給按鈕加代碼,如:
sele 學(xué)生表 &&學(xué)生表先放到數(shù)據(jù)環(huán)境中
t1=alltrim(thisform.text1.value)
loca for 學(xué)號=t1
if found()
sele * from 學(xué)生表 where 學(xué)號=t1 into cursor "temp"
thisform.grid1.recordsource="temp"
else
messagebox("查無此人",64,"提示")
thisform.grid1.recordsource=""
endif
標(biāo)簽: vfp 做學(xué)生成績查詢表表單
多重隨機標(biāo)簽