"F:\\Catalog\\Item_Pictures\\091112.jpg" - assume that's a typo in your post?
It will be useful to others if you post what version of word, what database is the backend and version. Also, include your INCLUDEPICTURE field definition.
The KB article above uses a JPG image, so one would presume...
We actually only utilize Citrix ICA onsite, but here's what I what I recall about MSTSC.
As you've realized, this is no issue with RDP5.1 because you can use command line parameters or a connection file.
However, RDP5 only has 1 command line parameter, the name of a connection as defined in...
Powerpoint has an explicit method called ApplyTemplate you need to use.
pwrptApp.Presentations.add True 'fyi, there is no name parameter for this method
pwrptApp.ActivePresentation.ApplyTemplate name
See also:
http://msdn.microsoft.com/library/en-us/off2000/html/ppmthapplytemplate.asp...
First, the FSO makes no differentiation if the drive is local or network (mapped drive or unc).
The fact that you state it works for a local path, but not a mapped drive or UNC path, screams permission-issue, as FengShui1998 eluded. Check both share permissions and file permissions(ntfs)...
Running Oracle 8.1.7 on Win2k SP3.
When using Oracle Admin. Assist. for Win NT, after selecting the Process Information option for the database in question, no threads are listed, nor do any threads ever become apparent and we have several concurrent users accessing this database. I can also...
Actually, that tip has been mentioned here times before, including
thread184-42545
thread184-34051
But as you elude, it is a gem that often goes unmined. IIRC, it was available in VFP3.
You may also be interested in http://support.microsoft.com/support/kb/articles/Q190878.asp
Jon Hawkins
User-defined fields are accessed thru the UserProperties collection.
http://msdn.microsoft.com/library/en-us/vbaol10/html/olobjUserProperties.asp
Jon Hawkins
http://www.serverwatch.com/tutorials/article.php/1499741
You'll want the "Accessing Active Directory via Active Server Pages" series, specifically your interest will start with Part 2.
Jon Hawkins
The Kodak/Wang imaging controls that come with Windows can convert image formats.
http://msdn.microsoft.com/library/en-us/3rdparty/html/hidh_method_saveas.asp
A few others I've used and could/would recommend:
http://www.data-tech.com/Products/ImageMan/Imaging.asp
http://www.informatik.com/
Jon...
You'll need to set the user accounts to be trusted for delegation as well. I'm also assuming your AD runs in native, not mixed mode.
I've got an article that thoroughly discusses your obstacles, if I can dig up, I'll post.
Jon Hawkins
For future reference, either use
1) command line access to xcacls.
2) ADSSecurity.DLL
3) WMI
Example of the former two can be found thread329-80789
Example with WMI http://msdn.microsoft.com/library/en-us/wmisdk/wmi/setsecuritydescriptor_method_in_class_win32_logicalfilesecuritysetting.asp...
IIRC, The IMailBoxStore class is not creatable, follow this example.
http://msdn.microsoft.com/library/en-us/wss/wss/_cdo_creating_a_mailbox_enabled_recipient.asp
Jon Hawkins
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.