添加 ACTIVEX 控制項問題

unlist 2003-08-29 08:09:25
表單添加Microsoft chart control控件
圖形可以按要求顯示,但如何保存顯示圖形
到表呢?請指教
...全文
30 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
magnetmoon 2003-08-30
  • 打赏
  • 举报
回复
Imports an OLE object from a file and places it into a general field.
Syntax

APPEND GENERAL GeneralFieldName
[FROM FileName]
[DATA cExpression]
[LINK]
[CLASS OLEClassName]

Arguments

GeneralFieldName Specifies the name of the general field in which the OLE object is placed. You can specify a general field in a table open in a noncurrent work area by including the table alias with the field name.

FROM FileName Specifies the file containing the OLE object. You must include the entire file name, including its extension. If the file is located in a directory other than the current default directory, include the path with the file name.

DATA cExpression Specifies a character expression that is evaluated and passed as a character string to the OLE object in the general field. The OLE object must be capable of receiving and processing the string. For example, you cannot send a character string to a graphics object such as one created using Paintbrush.

LINK Creates a link between the OLE object and the file that contains the object. The OLE object appears in the general field but the object definition remains in the file. If you omit LINK, the OLE object is embedded in the general field.

CLASS OLEClassName Specifies an OLE class for an OLE object other than the default class.

Tip You can determine the class for an OLE object by running REGEDIT and double-clicking the OLE object. The class name is listed under Identifier.

You can specify a class name when the file extension for the file containing the OLE object is different from the default extension and you want to force the behavior for the class. If the default extension can be used by multiple OLE servers, include the class to specify a particular server.

Remarks

If an OLE object already exists in the general field, it is replaced with the OLE object from the file.

For additional information about OLE objects in Visual FoxPro, see Chapter 16, dding OLE,?in the Developer Guide.

2,722

社区成员

发帖
与我相关
我的任务
社区描述
VFP,是Microsoft公司推出的数据库开发软件,用它来开发数据库,既简单又方便。
社区管理员
  • VFP社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧