T
thomas
Hi Stephen !
I'm back from holiday !
I can reproduce the problem in an example database. It not only in
runtime systems.
I've uploaded an mdb to
http://www.file-upload.net/download_21.08.06_h4s89e.zip.html
Two fields with data.
With small pictures its ok with bigger not.
The maxcharacters paramter is set to 0.
If I cant get it to work I've to buy a commercial control and I've
already built so much code around your control.
Any help on this would be great.
Thanks Thomas
Stephen Lebans schrieb:
- Zitierten Text ausblenden -
- Zitierten Text anzeigen -
Reply »
I'm back from holiday !
I can reproduce the problem in an example database. It not only in
runtime systems.
I've uploaded an mdb to
http://www.file-upload.net/download_21.08.06_h4s89e.zip.html
Two fields with data.
With small pictures its ok with bigger not.
The maxcharacters paramter is set to 0.
If I cant get it to work I've to buy a commercial control and I've
already built so much code around your control.
Any help on this would be great.
Thanks Thomas
Stephen Lebans schrieb:
- Zitierten Text ausblenden -
- Zitierten Text anzeigen -
There's several methods available to you:
1) Use a hidden Image control or a Hidden form containing an Image control
to initially load the selected Image. Compare the size of the Image
control's PictureData property to the current RTF2 control's MaxCharsAllowed
prop.
2) Since you are currently using the Clipboard, query the Clipboard object
for the current size of the copied Image it contains. This would require
some GDI coding but there is lot sof sample code out there.
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
Reply »