Jump to content

lagartixa2001

Members
  • Posts

    8
  • Joined

  • Last visited

lagartixa2001's Achievements

Apprentice

Apprentice (3/14)

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

Recent Badges

0

Reputation

  1. Does it possible set a cookie that value is a result of inlineaction...? For example: I've a -db=A.fp5 with fieldB, fieldC, user_ID and a script that create a value for user_ID, called CREATE_ID. And I wrote this tag in my html page: [FMP-if:currentcookie:User_ID.neq.] [FMP-InlineAction: -db=A.fp5, -lay=web, fieldB="ValueB", fieldC="ValueC", user_ID={FMP-cookie:User_ID}, -new][/FMP-InlineAction] [FMP-else] [FMP-InlineAction: -db=A.fp5, -lay=web, fieldB="ValueB", fieldC="ValueC", -script=CREATE_ID, -new][/FMP-InlineAction] <<***>> [/FMP-if] <<***>> == I'd like to set a cookie with user_ID value, but I don't know how to do it... I tried [FMP-SETCOOKIE: User_ID=field:User_ID, EXPIRES=30 ] and the value allways is blank... Please help meeeeeeeeeeeeee!
  2. Thank you very
  3. Hi, probabli everybody had look at the bottom side of this forum and saw something likes this: Page: 1 2 3 ... where the numbers are linked and when you click on the number 2, for example, the content of the second page are displayed for you... My question is: How can I do it using CDML tools? Does it possible?
  4. Hi, I 've a db that contains 4 fields: fieldmain fieldA fieldB fieldC - When FieldA is empty, the fieldmain have to use a valuelist X; - When FieldA and FieldB are empty, the fieldmain have to use a valuelist Y; - When FieldA, FieldB and FieldC are empty, the fieldmain have to use a valuelist Z; - When all fields are empty, do nothing. Does it possible?:
  5. I'm trying to migrate PHP + FMP5 because I had problems to acess FMP5 using CDML tags and FM support don't support me... Well, to access FileMaker 5.0 using PHP I've to install the ODBC drive, correct? The Data Access Companion is a plugin that share FMP data to ODBC... To browse FMP records I've to connect to ODBC, that will connect to FMP5 via Data Access that will return to browser... Exist a limit of users? I've to do anything after change records in my database?
  6. Thanks for answer my question.... Do you know the name of the server toll and language that you mentioned? And if possible... where can I get it? I can't use the FMP Client because I've a lot of machines in diferent cities. [This message has been edited by lagartixa2001 (edited December 01, 2000).]
  7. I have to upload images via html into my FMP5 database. I know the tag to upload is <form action="" METHOD=POST enctype="multipart/form-data"> <input type=file name=image> </form> but... what i have to do to insert the uploaded file to my database?:
  8. Hello, I'm brazilian and sorry if may English is bad... Does it possible import pictures to FMP using XML or other language? If Yes, how can do it? Thanks
×
×
  • Create New...

Important Information

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