由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - 问个access的问题, 谢谢
相关主题
大俠 问个关于asp连SQL server的问题快速搜索very large database的问题
what's the error msg of .pc file网上哪有文章介绍 SQL server 的 TDATA?
SQL Server的DTS?请教:关于oracle的构成--用Access来类比
可有谁知道在PB里插入ActiveX导致GPF的原因?Why SQL Server 7 Enterprise Manager is so slow?
Question : how to dynamically line an Exel graph into a VB programhelp one jdbc
about VB ActiveXquestion about sql trigger.
可不可以ACCESS做用户界面,MySQL做后端的数据库?how to link to remote access database?
help! about Crystal Report[转载] ASP问题: Operation must use an updateable query
相关话题的讨论汇总
话题: event话题: click话题: access话题: expression话题: macro
进入Database版参与讨论
1 (共1页)
S*****g
发帖数: 282
1
一个access做的小数据库,
作乐个用户界面,有几个按钮。在作的机器上用得很好,copy到另外的机器上,click按
钮就出以下message:
“The expression On Click you entered as the event property setting produced
the following error: A problem occurred while HSC was communicating with the
OLE server or ActiveX Control.
* The expression may not result in the name of a macro, the name of a
user-defined function, or [Event Procedure].
*There may have been an error evaluating the function, event, or macro."
我完全是新手,周围也没有会的人, 不知道该镇么办了,有人知道吗?这是为什么?真
么改呀?
p******a
发帖数: 41
2
well, I am not sure if this will help. The database may be partially corrupt.
Backup before trying.
1. Delete the problem form.
2. Compact the database.
3. Close it.
4. At the command prompt, enter something like this. It's all one line,
and include the quotes:
"c:\Program Files\Microsoft office\office\msaccess.exe" /decompile
"c:\My Documents\MyDatabase.mdb"
5. Open it and compact again.
6. Open a code window, and choose Compile from the Debug menu. Repeat
until there are no compile errors.
7.

【在 S*****g 的大作中提到】
: 一个access做的小数据库,
: 作乐个用户界面,有几个按钮。在作的机器上用得很好,copy到另外的机器上,click按
: 钮就出以下message:
: “The expression On Click you entered as the event property setting produced
: the following error: A problem occurred while HSC was communicating with the
: OLE server or ActiveX Control.
: * The expression may not result in the name of a macro, the name of a
: user-defined function, or [Event Procedure].
: *There may have been an error evaluating the function, event, or macro."
: 我完全是新手,周围也没有会的人, 不知道该镇么办了,有人知道吗?这是为什么?真

i**h
发帖数: 424
3
Post that button onclick handler

【在 S*****g 的大作中提到】
: 一个access做的小数据库,
: 作乐个用户界面,有几个按钮。在作的机器上用得很好,copy到另外的机器上,click按
: 钮就出以下message:
: “The expression On Click you entered as the event property setting produced
: the following error: A problem occurred while HSC was communicating with the
: OLE server or ActiveX Control.
: * The expression may not result in the name of a macro, the name of a
: user-defined function, or [Event Procedure].
: *There may have been an error evaluating the function, event, or macro."
: 我完全是新手,周围也没有会的人, 不知道该镇么办了,有人知道吗?这是为什么?真

1 (共1页)
进入Database版参与讨论
相关主题
[转载] ASP问题: Operation must use an updateable queryQuestion : how to dynamically line an Exel graph into a VB program
Drop table error.about VB ActiveX
[Help]怎么改Access数据库所在的文件夹权限?可不可以ACCESS做用户界面,MySQL做后端的数据库?
Why can't I find the proC compiler?help! about Crystal Report
大俠 问个关于asp连SQL server的问题快速搜索very large database的问题
what's the error msg of .pc file网上哪有文章介绍 SQL server 的 TDATA?
SQL Server的DTS?请教:关于oracle的构成--用Access来类比
可有谁知道在PB里插入ActiveX导致GPF的原因?Why SQL Server 7 Enterprise Manager is so slow?
相关话题的讨论汇总
话题: event话题: click话题: access话题: expression话题: macro