dbTalk Databases Forums  

Filemaker Pro 6 Windows Plugin

comp.databases.filemaker comp.databases.filemaker


Discuss Filemaker Pro 6 Windows Plugin in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Keith Hutchison
 
Posts: n/a

Default Filemaker Pro 6 Windows Plugin - 11-05-2006 , 02:23 PM






G'day.

The goal is to enable RealBasic to talk to Filemaker within a WinXP
environment.

Looking for someone to help create a Windows FMP 6 plugin.

Currently just looking for a sample ''hello world' project framework
that compiles
with Visual Studio .net.

If you know anyone that may be interested please pass this on.

Thanks

--
Keith Hutchison
http://balance-infosystems.com http://realopen.org
http://www.kasamba.com/Keith-Hutchison


Reply With Quote
  #2  
Old   
Howard Schlossberg
 
Posts: n/a

Default Re: Filemaker Pro 6 Windows Plugin - 11-05-2006 , 02:37 PM






Contact Wim Decorte. Se his website at http://www.connectingdata.com/

Keith Hutchison wrote:
Quote:
G'day.

The goal is to enable RealBasic to talk to Filemaker within a WinXP
environment.

Looking for someone to help create a Windows FMP 6 plugin.

Currently just looking for a sample ''hello world' project framework
that compiles
with Visual Studio .net.

If you know anyone that may be interested please pass this on.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Howard Schlossberg (818) 883-2846
FM Professional Solutions, Inc. Los Angeles

FileMaker 8 Certified Developer
Associate Member, FileMaker Solutions Alliance


Reply With Quote
  #3  
Old   
John Weinshel
 
Posts: n/a

Default Re: Filemaker Pro 6 Windows Plugin - 11-05-2006 , 05:20 PM



Actually, Wim's partner in BASIC programming on the Mac side is Todd Geist,
who just recently announced some more RB connections:


"[Ann] MBS FileMaker Plug-in v1.1 Released."

October 31 , 2006.

MonkeyBreadSoftware and geist interactive, release version 1.1 of the

MBS FileMaker plug-in.



What's New!



- Now FileMaker 7 Compatible!

- Run VBScripts or JScripts from FileMaker

- Trigger FileMaker Scripts via calculations

- Disable the window widgets. Turn of "Close", "Zoom", and "Minimize"

- Turn the Window Shadow on OSX on or off

- Set the Application Window Size and Position on Windows OS



Plus many more new functions, fixes, example files, and documentation.



The MBS plug-in now contains over 50 functions, adding power to

FileMaker in the areas of Applescript, Windows Scripts, Window

Management, and Screenshots. Planning for version 1.2 is already

underway. Many more features to come.



MonkeyBreadSoftware (http://www.monkeybreadsoftware.de), maker of the

popular MBS Plug-in for RealBasic and geist interactive (http://

www.geistinteractive.com) have teamed up to bring the extensive MBS

function library to FileMaker. The MBS RealBasic plug-in contains

over 10000 functions, many of which would be useful to Filemaker.

This release brings the total number of functions ported to FileMaker

to 55.



The plug-in is available for FileMaker 7, 8 and 8.5. It is available

for Windows XP and as Universal Binary for Mac OS X. There is a

Developer Tool available to help you get started quickly with

documentation and Calculation builder. Demos are available on the

website, along with license and purchasing information.



more info: http://www.geistinteractive.com/mbs/

download: http://www.monkeybreadsoftware.de/fi...r/download.cgi



Press Contact

Todd Geist, geist interactive

mailto:todd (AT) geistinteractive (DOT) com






--
John Weinshel
Datagrace
Vashon Island, WA
(206) 463-1634
Certified For Filemaker 8
Certified For Filemaker 7


"Howard Schlossberg" <howard (AT) antispahm (DOT) fmprosolutions.com> wrote

Quote:
Contact Wim Decorte. Se his website at http://www.connectingdata.com/

Keith Hutchison wrote:
G'day.

The goal is to enable RealBasic to talk to Filemaker within a WinXP
environment.

Looking for someone to help create a Windows FMP 6 plugin.

Currently just looking for a sample ''hello world' project framework
that compiles
with Visual Studio .net.

If you know anyone that may be interested please pass this on.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Howard Schlossberg (818) 883-2846
FM Professional Solutions, Inc. Los Angeles

FileMaker 8 Certified Developer
Associate Member, FileMaker Solutions Alliance



Reply With Quote
  #4  
Old   
Citizen10Bears@gmail.com
 
Posts: n/a

Default Re: Filemaker Pro 6 Windows Plugin - 11-06-2006 , 08:55 AM



I connect to FMP8.5 with the directlink ODBC driver from VB2005.

I would be pleased to give you code if you think it would help...

Tim


Reply With Quote
  #5  
Old   
Joseph Mele
 
Posts: n/a

Default Re: Filemaker Pro 6 Windows Plugin - 11-06-2006 , 10:45 AM



Just wondering - why are you using fmdotnet??

Just curious


Joe Mele
www.fmplugin.net

<Citizen10Bears (AT) gmail (DOT) com> wrote

Quote:
I connect to FMP8.5 with the directlink ODBC driver from VB2005.

I would be pleased to give you code if you think it would help...

Tim




Reply With Quote
  #6  
Old   
John Weinshel
 
Posts: n/a

Default Re: Filemaker Pro 6 Windows Plugin - 11-06-2006 , 11:53 AM



Reading this made me realize Howard's original reply was pointing in the
right direction, to Wim's fmDotNet:

http://www.connectingdata.com/fmdotnet.htm

Wim's created a set of VS classes that allow creation of a data connection
to the XML feed from Filemaker Server Advanced.

But Tim's suggestion might make more sense-- I've never been able to make a
direct ODBC connection from VS2005. I can make the data connection, but it
keeps breaking on an error:

'Error [HYCOO] [DataDirect][ODBC SequLink driver][Optional feature not
implemented.]

But I can, just in the Server Explorer, see the target table and columns,
via an ODBC connection. Pretty cool.

So yeah, I'd love to see your code.

Thanks,
--
John Weinshel
Datagrace
Vashon Island, WA
(206) 463-1634
Certified For Filemaker 8
Certified For Filemaker 7


<Citizen10Bears (AT) gmail (DOT) com> wrote

Quote:
I connect to FMP8.5 with the directlink ODBC driver from VB2005.

I would be pleased to give you code if you think it would help...

Tim




Reply With Quote
  #7  
Old   
Keith Hutchison
 
Posts: n/a

Default Re: Filemaker Pro 6 Windows Plugin - 11-07-2006 , 01:32 PM




John Weinshel wrote:
Quote:
Actually, Wim's partner in BASIC programming on the Mac side is Todd Geist,
who just recently announced some more RB connections:


"[Ann] MBS FileMaker Plug-in v1.1 Released."

I've got licenses for the MBS plugins for REALBasic which are great

I'm really just looking for some sample code c++ that compiles within
visual studio .net to create a plugin that works within Filemaker Pro
6.

Thanks

Keith



Reply With Quote
  #8  
Old   
John Weinshel
 
Posts: n/a

Default Re: Filemaker Pro 6 Windows Plugin - 11-07-2006 , 05:49 PM



Whole different world, and I haven't a clue. I've fiddled around a little
with the sample plugin code that ships with-- it may only ship with
Filemaker Developer, I can't remember now where they put it. As I recall,
the API left only one 'hook' available, which limited the possibilities for
plugin developers, and they opened that up some with post-6.

You might try contacting some of the plugin developers for some leads. Many
of them are very generous and eager to share, perhaps more so in this
instance, since there's hardly a market for plugins for 6. I'd ask at CNS
(who make SMTPiT) and Troi. Joseph Mele, who contributed to this thread, may
also have some more useful advice.

--
John Weinshel
Datagrace
Vashon Island, WA
(206) 463-1634
Certified For Filemaker 8
Certified For Filemaker 7


"Keith Hutchison" <keith.kjtl.hutchison (AT) gmail (DOT) com> wrote

Quote:
John Weinshel wrote:
Actually, Wim's partner in BASIC programming on the Mac side is Todd
Geist,
who just recently announced some more RB connections:


"[Ann] MBS FileMaker Plug-in v1.1 Released."


I've got licenses for the MBS plugins for REALBasic which are great

I'm really just looking for some sample code c++ that compiles within
visual studio .net to create a plugin that works within Filemaker Pro
6.

Thanks

Keith




Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.