dbTalk Databases Forums  

"blank" screen when calling bound FMP from Word - a bug or a feature?

comp.databases.filemaker comp.databases.filemaker


Discuss "blank" screen when calling bound FMP from Word - a bug or a feature? in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Christoph Bouthillier
 
Posts: n/a

Default "blank" screen when calling bound FMP from Word - a bug or a feature? - 07-28-2003 , 05:08 PM






Dear Listeners:

A very strange phenomenon:

A single FMP file with 1 record. It basically contains a field where one can
input serach terms for Google. Then an URL is formed that opens Google with
the search terms.

The field with the search terms is to be filled with a paste script step.

In Word the user highlights any string he wants to search in Google.
The user clicks on a new menu bar icon in Word.

The syntax of the Word macro is:

---
Sub Word2Google()
'
' Word2Google Macro
' Macro opgenomen op 27-07-2003 door Christoph Bouthillier
'
Selection.Copy
s = Shell("C:\Program Files\Claris Corp\FileMaker Pro
4.0\word2google.fp3")

End Sub
---

So the macro copies the search terms, opens the FMP file, the content is
pasted, the user can add domain restrictions and the search button opens
Google and closes the FMP file.

WORKS LIKE A CHARM.

But... (why is there always a "but"?) after binding the single file the Word
macro still calls the executable and opens its screen - BUT THERE IS NO
FILE!!!!!!!!!! There is just an blank (solution) screen, as if you would
start FMP by itself but not open a file yet.

I had to resort to writing an AutoIt keyboard macro and compile it. Now I
let Word call that macro in that Shell statement, which on its turn calls
the bound FMP solution - and it works like a charm again.

WHY?????


--


Met vriendelijke groet / Mit freundlichen Grüßen / With kind regards
Christoph Bouthillier
post (-a-t-) no-no-spam tekstotaal dot com
Please remove "no-no-spam" when e-mailing me directly - Thanks
------




Reply With Quote
  #2  
Old   
Christoph Bouthillier
 
Posts: n/a

Default Re: "blank" screen when calling bound FMP from Word - a bug or a feature? - 07-30-2003 , 10:24 AM






Dear Listeners:

I have a very slight suspicion - but no proof yet - that this behaviour
might be caused by the Transcoding plug-in from www.24usoftware.com which
works fine in an ordignary FP3 file but not (yet (possibly due to
additionally necessary passwords)) in a bound solution.

--


Met vriendelijke groet / Mit freundlichen Grüßen / With kind regards
Christoph Bouthillier
post (-a-t-) no-no-spam tekstotaal dot com
Please remove "no-no-spam" when e-mailing me directly - Thanks
------
"Christoph Bouthillier" <post (AT) tekstotaal (DOT) com> schreef in bericht
news:bg46t9$drn$1 (AT) paperboy (DOT) Austria.EU.net...
Quote:
Dear Listeners:

A very strange phenomenon:

A single FMP file with 1 record. It basically contains a field where one
can
input serach terms for Google. Then an URL is formed that opens Google
with
the search terms.

The field with the search terms is to be filled with a paste script step.

In Word the user highlights any string he wants to search in Google.
The user clicks on a new menu bar icon in Word.

The syntax of the Word macro is:

---
Sub Word2Google()
'
' Word2Google Macro
' Macro opgenomen op 27-07-2003 door Christoph Bouthillier
'
Selection.Copy
s = Shell("C:\Program Files\Claris Corp\FileMaker Pro
4.0\word2google.fp3")

End Sub
---

So the macro copies the search terms, opens the FMP file, the content is
pasted, the user can add domain restrictions and the search button opens
Google and closes the FMP file.

WORKS LIKE A CHARM.

But... (why is there always a "but"?) after binding the single file the
Word
macro still calls the executable and opens its screen - BUT THERE IS NO
FILE!!!!!!!!!! There is just an blank (solution) screen, as if you would
start FMP by itself but not open a file yet.

I had to resort to writing an AutoIt keyboard macro and compile it. Now I
let Word call that macro in that Shell statement, which on its turn calls
the bound FMP solution - and it works like a charm again.

WHY?????


--


Met vriendelijke groet / Mit freundlichen Grüßen / With kind regards
Christoph Bouthillier
post (-a-t-) no-no-spam tekstotaal dot com
Please remove "no-no-spam" when e-mailing me directly - Thanks
------






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.