If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > FileMaker > Filemaker pro com Automation DoFMScript

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-01-06, 06:09
sivak4groups sivak4groups is offline
Registered User
 
Join Date: Feb 2006
Posts: 2
Filemaker pro com Automation DoFMScript

Hi All.
I want to call the DoFMScript from with a VC++ file to launch the script.

I have this set of code in VC++ for launching the script but it throws "Server Threw an Exception " error on this line fmdoc.DoFMScript(&sn).

IFMIDocument fmdoc;
fmdoc.CreateDispatch(clsid2,&e);
fmdoc.DoFMScript(&sn);

Can any body help me out on this. Am I missing something or need some thing else to complete this.

thanks
siva
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On