DataSetPageProducer |
尚未結案
|
a120803
初階會員 發表:61 回覆:66 積分:25 註冊:2003-03-12 發送簡訊給我 |
|
delphiwww
資深會員 發表:145 回覆:363 積分:368 註冊:2002-03-13 發送簡訊給我 |
|
a120803
初階會員 發表:61 回覆:66 積分:25 註冊:2003-03-12 發送簡訊給我 |
我的程式大概是這樣子: 但是沒有HTML內容ㄝ switch( ComboBox1->IndexItem )
{
case 0:
DataSetPageProducer->DataSet=Table1;
break;
case 1:
DataSetPageProducer->DataSet=Table2;
break;
default:
break;
}
FileHandle=FileOpen(HTMLName,fmOpenWrite);
HTMLContent=DataSetTableProducer1->Content() ;
FileWrite(FileHandle,HTMLContent.c_str(),HTMLContent.Length());
FileClose(FileHandle);
|
a120803
初階會員 發表:61 回覆:66 積分:25 註冊:2003-03-12 發送簡訊給我 |
我的程式大概是這樣子: 但是沒有HTML內容ㄝ, 是否改完DataSetPageProducer的DataSet屬性後,要用什麼方法來update呢 switch( ComboBox1->IndexItem )
{
case 0:
DataSetPageProducer->DataSet=Table1;
break;
case 1:
DataSetPageProducer->DataSet=Table2;
break;
default:
break;
}
FileHandle=FileOpen(HTMLName,fmOpenWrite);
HTMLContent=DataSetTableProducer1->Content() ;
FileWrite(FileHandle,HTMLContent.c_str(),HTMLContent.Length());
FileClose(FileHandle);
|
delphiwww
資深會員 發表:145 回覆:363 積分:368 註冊:2002-03-13 發送簡訊給我 |
table是否open
或者先用兩個DataSetPageProducer看看
引言: 我的程式大概是這樣子: 但是沒有HTML內容ㄝ, 是否改完DataSetPageProducer的DataSet屬性後,要用什麼方法來update呢 switch( ComboBox1->IndexItem ) { case 0: DataSetPageProducer->DataSet=Table1; break; case 1: DataSetPageProducer->DataSet=Table2; break; default: break; } FileHandle=FileOpen(HTMLName,fmOpenWrite); HTMLContent=DataSetTableProducer1->Content() ; FileWrite(FileHandle,HTMLContent.c_str(),HTMLContent.Length()); FileClose(FileHandle); |
a120803
初階會員 發表:61 回覆:66 積分:25 註冊:2003-03-12 發送簡訊給我 |
|
delphiwww
資深會員 發表:145 回覆:363 積分:368 註冊:2002-03-13 發送簡訊給我 |
|
Ktop_Robot
站務副站長 發表:0 回覆:3511 積分:0 註冊:2007-04-17 發送簡訊給我 |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |