6/18/2025 2:28:36 PM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
|
|
|
|
Custom Attachments Table
Posted: 17 May 07 3:48 PM
|
fiogf49gjkf0d Hi All,
I have a requirement from a client, to store certain attachments to the separate table. They want to store the physical final in the db. No Problem so far.
How would i now open this file? Perhaps if somebody could help here, i'd appreciate it. Thanks Daryn |
|
|
|
Re: Custom Attachments Table
Posted: 18 May 07 1:14 PM
|
fiogf49gjkf0d You will have to retrieve the physical from the db and store it locally, then you can use the following code to open the file.
Dim objShell
Set objShell = CreateObject("WScript.Shell") objShell.Run Chr(34) & & Chr(34), 1, false Set objShell = Nothing
Dawn |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|