Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Newbie, sending and retruning data FM-ASP-FM


This topic is 7030 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

Hi, I don't know much about FM yet, but i'm working on it. I'm working on a program that will run on both mac and pc and when a person first opens it, it will go to an asp page and verify the user in SQL or MYSQL. I'm ok with the asp part and SQL but how do i send data to the asp page from FM and then also return the results to the FM program. I know there has to be a post out there somewhere but again i don't know FM that well at all. any suggestions or sample code would be great .

thanks in advance

danny

Link to comment
Share on other sites

Hi, d! Welcome to FMFORUMS! I suppose it depends on your particular system, setup, and solution, but I'd probably use POST/GET to send to ASP/SQL and then use URL (GET) to return data to FileMaker. I only have experience with Custom Web Publishing, though, so I'm not sure if any of that applies to Instant Web Publishing.

<input type='hidden' name='myfield' value='[FMP-field:myfield]'>

]http://www.mysite.com/form.asp?myfield=[FMP-field:myfield]

http://www.mysite.com/FMPro/form.html?myfield=(whatever asp.net field syntax is)

--ST

Link to comment
Share on other sites

This topic is 7030 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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