web stats service from statcounter

Launch Visual Basic.

Click "Project" along the top of Visual Basic and choose "References" and "Add Type Library."

Click the checkbox near "FileMaker Pro Type Library" and choose "OK."

Call the FileMaker script with this code, according to the FileMaker official website:

"Dim FMProApp as FMPro70Lib.Application

CreateObject("FMPRO.application")

Dim FMProDocs, FMProDocs.Open("c:\MyFile.fp7","","")

Dim FMProDoc

FMProDoc.DoFMScript("MyScript")

Set FMProDoc=nothing"

Type this without the quotes at the front or back. Change the "MyFile" part to where your script is saved, and change "MyScript" to the name of the script. This will connect and run the FileMaker script.

10 Dec 2010

0 comments:

Post a Comment

:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

 
Top