Jump to content

Bluedidz

Newbies
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Bluedidz

  1. Thank you for your replies. I am familiar with the web functionality, the problem is that for each database records the Easting & Northings will be different. I am trying to find a way (if possible) for FileMaker to look at both fields and replace the Easting & Northings within the url address. In an Access database this is a straight forward function to add.
  2. Hi, I am trying to replicate an Access database command in Filemaker (see original Microsoft Access script below) =IIf([NodeEasting] Is Null Or [NodeNorthing] Is Null,"No data","http://195.49.180//DorsetExplorer/?easting=" & Val([NodeEasting]) & "&northing=" & Val([NodeNorthing]) & "&zoom=200&Layers=1,2,3,4,5,6,7&ptx=400000&pty=100000&version=fwma") I have the Easting and Northing fields in my FM database and I need to set up a button which 'on click' will generate the right URL address according to the Easting & Northing for each record and open the web browser. Help much appreciated.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.