FORXPRO6.0編的程式執行檔案為什么在本機輸入能搜出記錄在別的電腦卻是空白的?請各位老師指點迷津,謝謝
uj5u.com熱心網友回復:
本機是不是XP,其他機器是不是WIN7,目前在XP上能用的,在WIN7上,可能不能用uj5u.com熱心網友回復:
這個與作業系統沒有關系,看一下您的資源檔案!uj5u.com熱心網友回復:
我使用的是VFP9.一般需要的DLL檔案如下:
gdiplus.dll
msvcr71.dll
vfp9r.dll
vfp9rchs.dll
vfp9t.dll
也可以有foxuser.dbf, foxuser.fpt,
VFP6應該類似。
uj5u.com熱心網友回復:
1、資料保存在哪個地方;2、是否創建的索引帶條件過濾掉了?
需要排查
uj5u.com熱心網友回復:
建議把查詢按鈕的代碼貼出來看一下uj5u.com熱心網友回復:
public tian,lings,shilstian=thisform.text7.value
*select jjgz
select jjgz.rybh,jjgz.riqi from jjgz;
DISTINCT where ;
jjgz.rybh=thisform.combo3.value;
and year(jjgz.riqi)=thisform.text5.value;
and month(jjgz.riqi)=thisform.text6.value;
and jjgz.ling<>0;
into cursor lingtemp
select lingtemp
count to lings
*count for jjgz.rybh=thisform.text4.value;
* and year(jjgz.riqi)=thisform.text5.value;
* and month(jjgz.riqi)=thisform.text6.value;
* and jjgz.shil<>0;
* to shils
select jjgz.rybh,jjgz.riqi from jjgz;
DISTINCT where ;
jjgz.rybh=thisform.combo3.value;
and year(jjgz.riqi)=thisform.text5.value;
and month(jjgz.riqi)=thisform.text6.value;
and jjgz.shil<>0;
into cursor shiltemp
select shiltemp
count to shils
report form jjgz for jjgz.rybh=thisform.combo3.value and;
year(jjgz.riqi)=thisform.text5.value;
and month(jjgz.riqi)=thisform.text6.value;
PREVIEW
查詢語言是這樣的,在本機查有記錄,在別的機查卻空白沒記錄
uj5u.com熱心網友回復:
請在字符型 的thisform.text4.value; 加上 allt()函式試試uj5u.com熱心網友回復:
應該不是這個問題,有不有可能是路徑問題?怎樣指定路徑轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/40264.html
標籤:VFP
