dbTalk Databases Forums  

from field to google earth

comp.databases.filemaker comp.databases.filemaker


Discuss from field to google earth in the comp.databases.filemaker forum.



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

Default from field to google earth - 03-19-2007 , 04:38 PM






hi to all
ive this problem: from a field (A) i want to create a script that let me go
online to this site http://maps.google.com/maps?f=q&hl=it&q=
and insert finally field (A); like this:
http://maps.google.com/maps?f=q&hl=it&q=A

how to solve this?
thanks
ps i've fmp6

thx
franco



Reply With Quote
  #2  
Old   
Ursus
 
Posts: n/a

Default Re: from field to google earth - 03-19-2007 , 04:46 PM






"franco" <iz6jhochiocciolayahoo.it> schreef in bericht
news:45ff10cc$0$37198$4fafbaef (AT) reader3 (DOT) news.tin.it...
Quote:
hi to all
ive this problem: from a field (A) i want to create a script that let me
go online to this site http://maps.google.com/maps?f=q&hl=it&q=
and insert finally field (A); like this:
http://maps.google.com/maps?f=q&hl=it&q=A

how to solve this?
thanks
ps i've fmp6

thx
franco

Put your string and the field together using &

"http://myString/" & FieldA

Keep well, Ursus




Reply With Quote
  #3  
Old   
franco
 
Posts: n/a

Default Re: from field to google earth - 03-20-2007 , 06:53 AM



Quote:
Put your string and the field together using &

"http://myString/" & FieldA

but how in scriptmaker?
thx




Reply With Quote
  #4  
Old   
Matt Wills
 
Posts: n/a

Default Re: from field to google earth - 03-20-2007 , 07:57 AM





On 03/20/2007 08:53:32 "franco" <iz6jhochiocciolayahoo.it> wrote:

Quote:
Put your string and the field together using &

"http://myString/" & FieldA

but how in scriptmaker? thx
FM6 doesn't allow you to use a calc in the Open URL script step, as later versions do.

Create a calc field to define the URL, then specify that field in the Open URL script step.

Matt


Reply With Quote
  #5  
Old   
JF Fortier
 
Posts: n/a

Default Re: from field to google earth - 03-20-2007 , 08:12 AM



Your gonna have to use the command "SetField" then you enter your
calculation for the selected field

"franco" <iz6jhochiocciolayahoo.it> a écrit dans le message de news:
45ffd950$0$37205$4fafbaef (AT) reader3 (DOT) news.tin.it...
Quote:
Put your string and the field together using &

"http://myString/" & FieldA


but how in scriptmaker?
thx





Reply With Quote
  #6  
Old   
Matt Wills
 
Posts: n/a

Default Re: from field to google earth - 03-20-2007 , 03:33 PM





On 03/20/2007 10:12:00 "JF Fortier" <jffortier_spam_ (AT) climatisationfortier (DOT) com> wrote:

Quote:
"franco" a écrit dans le message de news:
45ffd950$0$37205$4fafbaef (AT) reader3 (DOT) news.tin.it...

Put your string and the field together using &

"http://myString/" & FieldA

but how in scriptmaker? thx

Your gonna have to use the command "SetField" then you enter your
calculation for the selected field

If you're putting the information into a text global before Open URL, yes, that's how you would get the value in there, but if using a calc field, Set Field would not work.

Matt


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.