废话少说先上传代码,自己看吧!
procedure TForm1.Button10Click(Sender: TObject);
var
FExcel:Variant;
FWorkbook:Variant;
FWorkSheet:Variant;
XlsFileName:String;
i,j:Integer;
Field1,field2,Field3,Fi...
分类:
其他好文 时间:
2014-09-13 12:06:15
阅读次数:
338
'====VB判断webbrowser网页加载完毕Private Sub WebBrowser1_DocumentComplete(ByVal pDisp As Object, URL As Variant) If (pDisp Is WebBrowser1.Object) Then Msgbox ...
分类:
Web程序 时间:
2014-09-08 10:48:36
阅读次数:
283
【说明】这个例子答应大家很久了,一直没有时间弄,现在正式结合MyBean插件可以很方便的在客户端共享操作连接,执行数据库的各项工作,屏蔽了底层的通信解码器编码等工作,直接传递Variant,给了开发者足够的领活和自由。【服务端使用技术】diocp3:担当底层的通信任务。qworker/iocpTas...
分类:
数据库 时间:
2014-09-05 12:42:01
阅读次数:
382
遍历clientdataset,生成sql语句,参照咏南写则,增加了一表多主键的情况function TForm1.vartosql(value: Variant): wideString;vartmp:widestring;begin if (varisnull(Value)) or (var.....
分类:
数据库 时间:
2014-09-01 15:16:43
阅读次数:
261
The OleVariant type exists on both the Windows and Linux platforms. The main difference between Variant and OleVariant is that Variant can contain dat...
分类:
其他好文 时间:
2014-08-29 17:53:58
阅读次数:
201
WindowsSee this specific guide:How to Run OFBiz as Windows Service with Java Service WrapperLinuxAssuming your Linux distro uses some variant of the S...
分类:
系统相关 时间:
2014-08-29 12:24:27
阅读次数:
328
package com.wiseweb.util;
import com.jacob.activeX.ActiveXComponent;
import com.jacob.com.Dispatch;
import com.jacob.com.Variant;
public class WordtoHtml {
//--------------------------------------...
分类:
Web程序 时间:
2014-08-26 19:44:06
阅读次数:
207
1. Program -- > execute in background ---- >2. output device: MAIL ---- > PRINT OUT immediately3. setup the datetime schedule
分类:
其他好文 时间:
2014-08-25 16:20:04
阅读次数:
178
IntroductionVariant Call Format(VCF) is a text file format for storing marker and genotype data. This short tutorial describes how Variant Call Format...
分类:
其他好文 时间:
2014-08-22 16:04:49
阅读次数:
451
两种方式查看: 一.SQL_VARIANT_PROPERTY (expression , property )property : 1.BaseType SQL Server 数据类型 2.Precision 数值基本数据类型的位数 ...
分类:
数据库 时间:
2014-08-22 14:15:28
阅读次数:
668