Jump to content

btiltonjr

Newbies
  • Posts

    5
  • Joined

  • Last visited

btiltonjr's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Jeff-p I have had limited use with the FMP9 php site developer. If you are trying to build a complete site using php, I recommend the FMStudio plug in for dreamweaver. What I do know is that you need to indicate the action of the button on the edit form so it can perform the edit function in the filemaker php folder. You must also carry the record id as a hidden field on the page, within the form, of your edit page. This tells filemaker which record to edit. Your response page must be told to edit the record and you must have all fields which are on the edit form listed as fields to be edited. Without looking at the whole page code, it would be very difficult to see what is going on. Hope this helps!
  2. Thanks LaRetta, I can't believe I didn't figure that out. They say the mind is the first to go! Hmmmmmm. Thanks Again!
  3. jeff-p Are you using the PHP wizard included with FMP9 server to build your site?
  4. I can't remember how V6 worked, but in V9 you should be able to design a layout, showing just the fields you want accessed and than configure FM9 to host the page with IWP. It will than show the layout just the way you view it in the database. You can than limit access through privileges.
  5. Just wondering if anyone can help me with this? I have a conditional checkbox value list as a portal record, it can contain 10 items or 100 items depending on supporting fields. All the items have a differant value. Since there are so many, is there a way, through a script I can have all the items check when making a new record? I have been playing around but cannot come up with a script which will select all the items.
×
×
  • Create New...

Important Information

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