473,473 Members | 1,862 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Procedure Attributes

ken
Hi,
How can I get to the Procedure Attributes window? According to
documentation its in the tools menu of the MS Access VB editor. I can't
find it...its not there...

I'm using Access 2000.

If anyone knows how I can get to it I will really appreciate an answer.

Thank you.

Nov 13 '05 #1
13 1972
ken
anyone? I'm trying to bind an axtivex control to a memo field. I found
directions on how to do this, but they involve going into the procedure
attributes window....

Thanks.

Nov 13 '05 #2

"ken" <ge****@gmail.com> wrote in message
news:11**********************@g47g2000cwa.googlegr oups.com...
anyone? I'm trying to bind an axtivex control to a memo field. I found
directions on how to do this, but they involve going into the procedure
attributes window....

Thanks.


I think you should check that documentation again. AFAIK there's no such
thing as a "Procedure Attributes" window.
Nov 13 '05 #3
DFS
ken wrote:
anyone? I'm trying to bind an axtivex control to a memo field. I found
directions on how to do this, but they involve going into the
procedure attributes window....

Thanks.


You're probably thinking of the Object Browser window.

Nov 13 '05 #4
ken
No I mean the Procedure Attributes, maybe not window, but menu. I found
it in this post:
http://groups.google.com/group/comp....d767b3555c4da1

check it out...its the 5th message by S. Lebans.

Nov 13 '05 #5
DFS
ken wrote:
No I mean the Procedure Attributes, maybe not window, but menu. I
found it in this post:
http://groups.google.com/group/comp....d767b3555c4da1
check it out...its the 5th message by S. Lebans.


Duh... I should have remembered that - it's a Visual Basic feature - not
part of Access.
Nov 13 '05 #6

"ken" <ge****@gmail.com> wrote in message
news:11**********************@g44g2000cwa.googlegr oups.com...
No I mean the Procedure Attributes, maybe not window, but menu. I found
it in this post:
http://groups.google.com/group/comp....d767b3555c4da1
check it out...its the 5th message by S. Lebans.


He was referring to a Procedure Attributes window in VB, not in Access.
Nov 13 '05 #7
ken
So...how would I open this up in VB...? Do I have to open the activex
control and configure it for my access database?

Nov 13 '05 #8

"ken" <ge****@gmail.com> wrote in message
news:11*********************@z14g2000cwz.googlegro ups.com...
So...how would I open this up in VB...? Do I have to open the activex
control and configure it for my access database?


I'm not entirely certain. I take it you didn't get instructions with the
control?

If the control is already developed, perhaps it's a simple matter of copying
a file into place, then going into Tools->References and setting a reference
for it.

Nov 13 '05 #9
ken
The control is DHTML edit control for IE 5.0. It comes with access. I'm
trying to bind it to a memo field. I found out by trial/error that the
property DocumentHTML contains the html code of what you type into the
control. Unfortunately on form close when I want to do:
MyMemoField=ActivexCtl0.DocumentHTML
I get an error saying that "object doesn't support this property or
meathod". However if I put the above code into a push button, then it
works?

Anyhow, it would be nice if I could bind this to the memo field so this
happens automatically.

If I can't get this to work, I guess I'll have to use the rich text
control.

I tell you though, there is not a lot of documentation on this guy...

Thanks for replying.

Nov 13 '05 #10
Did you not download the sample VB project? I thought it came within the
control's archive but it's been a long time since I looked at this control.

To understand how to access the proper interface of the control see a
similiar sample project here:
http://www.lebans.com/htmleditor.htm

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"ken" <ge****@gmail.com> wrote in message
news:11**********************@g47g2000cwa.googlegr oups.com...
The control is DHTML edit control for IE 5.0. It comes with access. I'm
trying to bind it to a memo field. I found out by trial/error that the
property DocumentHTML contains the html code of what you type into the
control. Unfortunately on form close when I want to do:
MyMemoField=ActivexCtl0.DocumentHTML
I get an error saying that "object doesn't support this property or
meathod". However if I put the above code into a push button, then it
works?

Anyhow, it would be nice if I could bind this to the memo field so this
happens automatically.

If I can't get this to work, I guess I'll have to use the rich text
control.

I tell you though, there is not a lot of documentation on this guy...

Thanks for replying.

Nov 13 '05 #11
ken
You use the HTML control as a viewer which is not bound to anything...
I need help on binding the control to a memo field.

Nov 13 '05 #12
Access, as a host ActiveX container, only supports simple databinding. Very
few controls can be successfully bound to a field unless the control was
designed from the beginning with Access in mind.

You will have to simulate databinding yourself as in the sample project I
pointed you to.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.

"ken" <ge****@gmail.com> wrote in message
news:11**********************@g49g2000cwa.googlegr oups.com...
You use the HTML control as a viewer which is not bound to anything...
I need help on binding the control to a memo field.

Nov 13 '05 #13
"Stephen Lebans"
<ForEmailGotoMy.WebSite.-WWWdotlebansdot...@linvalid.com> wrote in
news:_2**********************@ursa-nb00s0.nbnet.nb.ca:
Access, as a host ActiveX container, only supports simple
databinding. Very few controls can be successfully bound to a
field unless the control was designed from the beginning with
Access in mind.

You will have to simulate databinding yourself as in the sample
project I pointed you to.


It's generally best practice to not bind controls to memo fields,
anyway, as a way of avoiding lots of potential corruption issues, as
the memo pointers are the most fragile aspect of Jet storage.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 13 '05 #14

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Wim van Rosmalen | last post by:
I've upgraded MS-Access 2002 to a MS-Access Project (adp), so now I have to deal with more sophisticated queries (may I call them so?) like stored procedures. I have a form with a combobox for...
3
by: 8leggeddj | last post by:
Hello, I am having a problem when using access xp as a frontend for sql server 2000. I have been trying to update a number of stored procedures (Just simple adding fields etc) which results in...
8
by: Thomasb | last post by:
With a background in MS SQL Server programming I'm used to temporary tables. Have just started to work with DB2 ver 7 on z/OS and stumbled into the concept of GLOBAL TEMPORARY TABLE. I have...
11
by: Leroy | last post by:
Hello, I have a question regarding the maximum number of parameters that can be passed to a procedure. In VB 6 the max was 60. What is the max for Dot Net? please and thanks.
4
by: hicks | last post by:
I'm trying to invoke a DB2 stored procedure. The stored proc is coded in C and compiled to a shared library, which has been placed in the <DB2 dir>/functions directory. The platform is Solaris....
9
by: serge | last post by:
/* Subject: How to build a procedure that returns different numbers of columns as a result based on a parameter. You can copy/paste this whole post in SQL Query Analyzer or Management Studio...
11
by: Stef Mientki | last post by:
hello, Is there some handy/ nice manner to view the properties of some variable ? As a newbie, I often want to see want all the properties of a var, and also some corner values (large arrays)...
9
by: vikram.mankar | last post by:
I have a stored procedure thats transferring/processing data from one table to two different tables. The destination tables have a unique value constraint as the source tables at times has...
7
by: Mark B | last post by:
How do I have a SiteMap based on the output of a stored procedure? (I want to pass a @LanguageCode parameter to it so it will display the top Menu in the appropriate language).
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.