RTF2-Object by Access 2003 and reports

  • Thread starter Thread starter dieter kieschke
  • Start date Start date
D

dieter kieschke

Hallo

I using the RTF2-Object from Lebans under Office XP with Access XP it
works correctly. if I use the Application under Office 2003 with Access
2003 it works on my Computer online correktly on an computer by my company
it comes the message ("Eigenschaft ist schreibgeschütz"/problem with
writeprotected). This message comes on my Computer only if I Export the
report to Snapshot or RTF.
I have found that the message is coming by the Command
Me.acxTitelnumber.Object.rtfText = rtfHelp and
Me.acxTitelnumber.rtfText = Me.acxTitelnumber.rtfText

I have the following command
Me.acxTitelnumber.Object.Enabled = True
in the code with these command it works and AccessXP correctly.

Can same body Help me.
 
From what Event are you issuing the commands from?

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
The Commands are in the event detail_format
for example
Private Sub Detailbereich_Format(Cancel As Integer, FormatCount As Integer)
' this subroutine loads the combobox with new values

' local variables (only for this subroutine)

Am Thu, 7 Oct 2004 20:27:22 -0300 schrieb Stephen Lebans
From what Event are you issuing the commands from?

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
My Access2003 machine is not online right now. I have to replace the
keyboard sometime this weekend. IF you can send me your MDB that
demonstrates this issue I will try to find a workaround.

--

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


dieter kieschke said:
The Commands are in the event detail_format
for example
Private Sub Detailbereich_Format(Cancel As Integer, FormatCount As Integer)
' this subroutine loads the combobox with new values

' local variables (only for this subroutine)

Am Thu, 7 Oct 2004 20:27:22 -0300 schrieb Stephen Lebans
 
can you tell me your e-Mail address because I can't send you the test.Mdb
over here because it is too big

EMail:[email protected]
Am Fri, 8 Oct 2004 16:00:35 -0300 schrieb Stephen Lebans
My Access2003 machine is not online right now. I have to replace the
keyboard sometime this weekend. IF you can send me your MDB that
demonstrates this issue I will try to find a workaround.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Go to my Web site, leave Feedback containing your EMail address and I
will contact you.

--

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


dieter kieschke said:
can you tell me your e-Mail address because I can't send you the test.Mdb
over here because it is too big

EMail:[email protected]
Am Fri, 8 Oct 2004 16:00:35 -0300 schrieb Stephen Lebans
 
I have send you my EMail address on feedback of your Web site


Am Sat, 9 Oct 2004 14:23:31 -0300 schrieb Stephen Lebans
Go to my Web site, leave Feedback containing your EMail address and I
will contact you.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
I do not believe I have received the Feedback form with your Email
address Dieter.

--

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


dieter kieschke said:
I have send you my EMail address on feedback of your Web site


Am Sat, 9 Oct 2004 14:23:31 -0300 schrieb Stephen Lebans
 
I have also the Problem if I use more then one RTF2-Object in a form.
I got the same error message for the secand RTF2-Object if I open the form
with the command docmd.openform strFormname
if I open the form with the command strFormname, , , , , acDialog
the will be no errormessages.
regards
Dieter Kieschke

Am Fri, 15 Oct 2004 00:47:26 -0300 schrieb Stephen Lebans
I do not believe I have received the Feedback form with your Email
address Dieter.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Dieter I still have not received your Email address via the FeedBack
form on my web site.

--

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


dieter kieschke said:
I have also the Problem if I use more then one RTF2-Object in a form.
I got the same error message for the secand RTF2-Object if I open the form
with the command docmd.openform strFormname
if I open the form with the command strFormname, , , , , acDialog
the will be no errormessages.
regards
Dieter Kieschke

Am Fri, 15 Oct 2004 00:47:26 -0300 schrieb Stephen Lebans
 
I have send you now a feedback with my e-mailaddress the same procedure I
has done last week.


Am Sun, 17 Oct 2004 00:21:51 -0300 schrieb Stephen Lebans
Dieter I still have not received your Email address via the FeedBack
form on my web site.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Dieter I emailed you a question regarding a problem getting your WOrd
Automation code to work on my system. Have not heard back from you yet.

--

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


dieter kieschke said:
I have send you now a feedback with my e-mailaddress the same procedure I
has done last week.


Am Sun, 17 Oct 2004 00:21:51 -0300 schrieb Stephen Lebans
 
Back
Top