Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Other Internet Technologies

Discussions on various or otherwise legacy and deprecated web technologies.
Instant Web Publishing (iwp), .net, flash, ajax, fx.php, PHP site assistant, FMStudio Lasso, CDML

  1. Started by qwerty`,

    Hi, I wonder if there is any way i can allow user to change their account password using IWP.

    • 2 replies
    • 794 views
  2. Started by ibiubu,

    If I perform a search using the -RecID tag the FMP-IncludeField works: http://xx.xx.xx.xx/FMPro?-db=Answers.fp5&-Lay=Web&-format=surveystep1.html&-Op=eq&-Error=surveyerror.html&-RecID=34934&-find... Web page includes FMP-IncludeField that pulls the the contents of a field [fmp-include:surveystep1D3.txt]. This displays the correct .txt file. But if I replace -RecID with a specific field, for example, one called "CurrentID," FMP-IncludeField does not work properly: http://xx.xx.xx.xx/FMPro?-db=Answers.fp5&-Lay=Web&-format=surveystep1.html&-Op=eq&-Error=surveyerror.html&CurrentID=32978&-find The FMP-Inc…

  3. Started by chzboi,

    We have FM Unlimited 5 as a web server hosting files from our FM server. One of the html files is a form which our sales force uses to submit requests. When a request is submitted we have some code that changes the status of a field from "incomplete" to "completed". The code looks like this... " <INPUT TYPE="hidden" NAME=DesignRequest::requeststatus Value="Completed">" All is well.... until.... We upgraded the FM Unlimited server to OS X(10.2.8) and FM unlimited 6.0v4. Now when the submit button is selected we get an error that states...

    • 4 replies
    • 719 views
  4. Started by Garry Claridge,

    Here is the code for using PHP/CDML to edit multiple records on one page. This is the Format file which presents the data for editing. This example is using Checkboxes {yes,no} for each record: <body>Hello World<br> <form action="http://localhost/fmmultied.php" method="POST"> [FMP-Record] [FMP-IF: yes_no .eq. Yes] Yes<input type="checkbox" name="yes_no[]" value="[FMP-CurrentRecID]" checked> [FMP-Else] Yes<input type="checkbox" name="yes_no[]" value="[FMP-CurrentRecID]"> [/FMP-If] <input type="hidden" name="rec_id[]" value="[FMP-CurrentRecID]"><br> [/FMP-Record] <input type="submit" value="Edit"> </fo…

    • 6 replies
    • 3.2k views
  5. I am posting text area input to a database. The posted text ends up with unwanted return characters in it in the database, despite the fact that the text is entered in the text area input without return characters. A Regex expression substituting out all possible returns, or end-of-field whitespace, from the input text (prior to database posting) does not seem to solve the problem. The final database text has return characters in it. Only for text area boxes, however. Any ideas? Thanks.

    • 1 reply
    • 858 views
  6. Started by James McIlwrath,

    I have a button on my Home layout that executes the Re-Login script step. For Windows users, a dialog appears inviting the user to enter a new Account Name and Password. Unfortunately, for Instant Web Publishing users, nothing happens. Supposedly this script step is web-compatible. How can I force the web user to re-login?

  7. Started by James McIlwrath,

    I have several value lists that use values from fields. In these cases, I have chosen to also display values from a second field. I add these value list fields on layouts using pop-up lists or radio button sets and they work very well. When I access these forms using IWP, the second field does not appear. How can I overcome this problem?

  8. (Cross-posted from Value Lists forum) Hi, It appears that when using IWP, the option to have a pop-up menu include the "other" option (whereby one can enter something that is not on the list) doesn't work. The line in the menu that has "other" (in FM) is present but blank in the web version, and if you select it, all that happens is that the field data is set to empty. I would expect a pop-up window to appear as in FM. Using a pop-up list, rather than menu, which in FM allows you to type directly in the field, also doesn't work because on the web it also behaves as a menu. Is this a known limitation of IWP? does anyone know of a workaround? Gareth

    • 0 replies
    • 659 views
  9. Guest
    Started by Guest,

    Is there a minimum version of PHP that is needed in order for FX to run? I have a test server running PHP v 4.3.1 with Apache, and things work great here. However, when I transfer the files to a machine running PHP v 4.1, I have trouble. FX produces error messages. I have compared the phpinfo().php, and there are certainly differences: curl is not enabled, and there appear to be differences with the $_SERVER variables. If it is not a matter of version, is there a good list of items which need to be configured in PHP? Thanks in advance for your thoughts on this.

    • 0 replies
    • 1.5k views
  10. Started by fatson,

    I have an FMPro database that is being served from FMServer. I am also using IWP from a workstation to publish the database. The problem is that if I go to view the database over the web the views are not showing the table view I select. I enter a value to search in the search form. I click on Start Search. The search returns the values in the Search view as a table and not in the Table view. Is there a way to change this behavior?

    • 0 replies
    • 733 views
  11. Hi, Using CDML on the URI to return XML, I would like to know if it is possible within CDML to do a find and sort the results by a Value List rather than a normal sort field (-sortfield). This is available in the FileMaker client of course but I cannot find out if it is available as part of CDML. Otherwise, will I have to move the VL out into its own table and add a sort order numeric field to this new table (file)? Any ideas? Thanks, Joseppi.

    • 3 replies
    • 691 views
  12. Started by Duncan Ross,

    Anyone interested...... Once I have used instant web publishing, can I move these files to a more secure host? I have space for this kind of stuff on my company's web server. I don't really want my desk PC to act as a server and I have Dreamweaver if any pages need editing. If so, where are the files on my PC so I can move them?

    • 0 replies
    • 601 views
  13. Started by knaap,

    Hi! i am looking for sample' s of CDML? does someone have a sample database with a working CDML file so i can see how CDML works.. thnx FileMaker Version: 6 Platform: Mac OS X Panther

    • 7 replies
    • 1.2k views
  14. Started by Liquidgenius,

    I am trying to do a search and display records that have a certain field empty. Here is my code, when I search, I get the error code that says no records match. $DataQuery->AddDBParam('assignDate', '', 'eq'); As you can see I am looking at assignDate and checking to see if it is equal to nothing. Any help would be greatly appreciated. I have only 1 record that is ID=1, receiveDate=5/14/2004, assignDate=, resolveDate= So it should work? <?php include_once($HTTP_SERVER_VARS['DOCUMENT_ROOT'] . "/FX/FX.php"); include_once($HTTP_SERVER_VARS['DOCUMENT_ROOT'] . "/FX/server_data.php"); $DataQuery = new FX($serverIP, $webCompanionPort); …

    • 0 replies
    • 1.5k views
  15. Started by Marcus26,

    Hi I'm looking at upgrading my OS X 10.1 Server to OS X 10.3. I have Lasso 5 and it is working great, I would rather not upgrade to 6 or 7 if I can help it. However when I install 5 it doesn't work, simply won't activate. Has anyone gotten this to work?

    • 0 replies
    • 582 views
  16. I'm new to CDML and would like to know the CDML code snippets that allow multiple 'OR' searches for the same field. eg. For a field "Car Manufacturer", I would like to enter search values that returns records containing either 'Honda' or 'Volvo'. What are options for implementing this ? Would it mandate having two HTML text input fields that refer the same "Car Manufacturer" field. Sorry if I've missed any solutions in the CDML reference or earlier posts on this forum. Thanks very much in advance

  17. hi, i'm very new to Mac OS as well as FileMaker Pro. I was assigned the task of building a web application using FileMaker Pro. I'm not sure if the problem that i faced is a common problem. I realised that the text and shapes that i placed inside the layout form looks different (more of position of the shapes) when viewed from a web browser even though it looks perfectly all right on FileMaker Pro. Is it a problem with browser? I'm using IE: Mac. Is there any way to correct this problem?

    • 1 reply
    • 799 views
  18. Started by Addam,

    HI Everyone... I'm converting my CDML web templates and using PHP. I ran into a road block here. Now if any of you read my post a loooong time ago using CDML & JavaScript to process multiple records, you will know that we covered lots of things and got many results. I'm not sure how to process multiple records using FX.PHP. I though about KEEPING the CDML and just using PHP for authentication and carying states accross each page. I don't think that will work. Does anyone have any suggestions for doing this? Thanks!

    • 6 replies
    • 1.5k views
  19. Started by kele,

    I have been pouring through several books (since I am going to have to abandon CDML) and as usual I feel like I'm beating my head against a wall (maybe there is some truth to the old adage about teaching an old dog new tricks). Anyway - one of the books I bought was the "Advanced Filemaker Pro 6 Web Development" by Bob Bowers and Steve Lane. I have tried working through Section 8 (hmmm - in the military isn't that the equivelant of crazy?) of this book which covers using PHP & FX. I cannot get the examples to work either from the downloadable files or from actually typing in the code myself and unfortunately, the code is very poorly commented and explained s…

    • 0 replies
    • 1.1k views
  20. Started by Billn,

    I want to add a form feed so each record prints out on separate 8.5 x 11 sheets. The following is my code. [FMP-RECORD] <TR> <A HREF="xxx">[FMP-FIELD: Title]</A> </TR> [/FMP-RECORD] Is there a solution? Thanks

    • 2 replies
    • 701 views
  21. We have an Information Request (IR) database that is in Applix. We also have a FMP 5.5 survey database, which is hosted on Server 5 and is being web-ported with Unlimited 6. I am using CWP with CDML for the survey database (yeah, I know

  22. Started by Eggshen,

    This may be an easy fix, I'm sure someone's encountered it before, but my search on this site produced nothing... I have a field that has check boxes with a value list. When I display this field on the web, it makes returns after each value of the checklist. Normally this would be fine, but it's being used in a document.write, which is freaking out because of the line break. Is there any way (perhaps along the lines of the 'raw' attribute), that I can have this data displayed without line breaks?

    • 5 replies
    • 839 views
  23. Started by Eggshen,

    Sigh, I hate frames. I've been building this site for someone, and its all complete except for one stupid problem. Here's the link: http://www.spurlock.uiuc.edu:591/vtour/FMPro?-DB=Virtual%20Tour&-Lay=Artifact%20Portal&-format=framesetAMN.html&keyword=pueblop&-Max=100&-Find=Search I'm on OS X btw using FMPro 5.5 I can open the page fine in Safari, it works wonderfully. When I try to open it in IE 5.2 for the Mac, my database driven form gets the error: "Unable to process your request because the server enountered an unexpected condition. For more detail on error 4...blah blah" When I look up error 4 in the help menu, I ge…

    • 2 replies
    • 734 views
  24. I am running FX.php on a linux apache server and interfacing with a Filmaker 6 DB on Mac OS 9. Every now and again I receive the following error: XML error: not well-formed (invalid token) at line 3 It happens when I am searching and returning a result set. I looked through the records in Filemaker that would be returned in th eresult set and I see nothing wrong with them. I delete them one by one (small set) until the error goes away. The record that is last to be deleted before the error goes away doesn't appear to have any problems with it. There are no funky characters or anything like that. Has anyone seen this error before and if so, what causes it?

    • 3 replies
    • 3.1k views
  25. Started by ricardito,

    I want to be able to edit each record's status (active or inactive) from a found list. What happens is if I find more than 1 record (say I do a search on last name "Smith") then the bottom record is always edited regardless of which one I choose. I've looked at this and can't see where the problem lies. Any suggestions? <FORM name="f" METHOD="POST" ACTION="FMPro"> <INPUT TYPE="hidden" NAME="-db" VALUE="Student.fp5"> <INPUT TYPE="hidden" NAME="-lay" VALUE="StudentMain"> <INPUT TYPE="hidden" NAME="-format" VALUE="UpdateComplete.html"> <INPUT TYPE="hidden" NAME="-error" VALUE="Error.html"> …

  26. I need some simple instructions on the use of tokens. I have purchased several books on FMP web development and all just gloss over the subject of tokens or perhaps I am just being particularly dense. I feel really stupid not being able to do this - it just shoudn't be that difficult but I am beating my head into a wall. I do not understand or cannot generalize the syntax to my problem. Can someone please break it down for me - I want to do 3 things. 1) Set token on 1 page (users name from where they log in) 2) Display that token on 2nd page (Not from the db but from the token - just as a sanity check that it was actually set correctly.) 3) Use same to…

    • 3 replies
    • 894 views
  27. Started by new comer,

    I don't have FM Unlimitted, only FMP 6. Can I publish FM database using PHP? Seems I can only use Web component as web server. How should I configure the PHP? I put the PHP folder under root directory, and have this statement <?php phpinfo(); ?> saved in a PHP file. but I cannot choose it in WC configure. I put this line into a html file, still not work. I'm totally new to PHP, so please bear with me if this is a silly question. Thanks!

    • 10 replies
    • 2.2k views
  28. Chris Hansen and FMWebschool Announce The Release of VisualFX. php for GoLive. Daytona Beach, FL

    • 0 replies
    • 1.3k views
  29. Computer: eMac OS: Panther 10.3 IP: Static I downloaded Business Tracker from Filemaker website, and enabled Instant Web Publishing. But when I go to my other PC and launched it from IE, all the buttons and functions are screwed up, It's unusable. At the time I thought it was a Windows issue, but when I went home and tried to use it at home with my G4, same problems. Following are some of the problems: - Home page is the catalog page instead of the main home page. - "Return to Products" button disappears. - Can't log out, log out creates red "x"s and sometimes crashes network. - All buttons on the top that should read "Home, Companies, Contacts, …

    • 1 reply
    • 921 views
  30. Started by bnix,

    i have a html page with the following code on it <form action = "fmpro?" method = "post"> <div align="center"><font face="Arial, Helvetica, sans-serif"> <input type = "hidden" name = "-db" value = "alarmcallinglist.fp5"> <input type = "hidden" name = "-lay" value ="web"> <input type = "hidden" name ="-format" value ="alarmlist.htm"> <input type="hidden" name="-find" value=" "> <INPUT TYPE="hidden" NAME="-Op" VALUE="eq"> Enter Password <input name = "Password" type = "text" Value=""> &nbsp; <input name = "-find" type = "submit" name="-find" value= "Find your info"&gt…

    • 2 replies
    • 874 views
  31. Fact: list view in IWP only shows 5 records. Not very usefull imho. Some people say it can be fixed with a portal, though some reports tell me there are locking problems on the first record when using portals. Who can make a working IWP sample with a portal that shows more than 5 records? it should have a list and detail view, clicking on a record in list view jumps to detail view. FileMaker Version: 7 Platform: Windows XP

    • 5 replies
    • 1.4k views
  32. I have created a button linked to a script on the form view layout but I cannot see it in the browser. Any ideas of why I may have the problem?

    • 2 replies
    • 791 views
  33. Started by core origin,

    I have been rolling up my sleeves with FX and FMP6 and have made some good headway. I am ready to webify. However, I wonder how FX works with FX7. Using FX with v6, there is a requirement to name a server, a port, and a file for each query. However, with v7, our former many-file systems might be rolled over into a single file. So the questions are: Is FX v7-ready, and if so, how does one reference a specific table? Thanks for any feedback you can provide? DSW

    • 4 replies
    • 1.4k views
  34. Started by Monica,

    My problem may be more about a server than about CDML but... My custom webpages using CDML and FMKR 6 are working when I use my own machine as a local host. In the process of moving the databases and html pages to an Apache webserver on a Mac, the coding is not, for lack of a better term, 'finding' the database. The databases are loaded in the web folder in the FMK apps folder and are open. What's not making sense to me is why it will work using my local IP address, but when I move it to another environment with the same set-up, its not. Instant web-publishing is enabled...when I used the default homepage available through IWP, the databases are available…

    • 2 replies
    • 742 views
  35. Started by carsarecoffins,

    I have recently started working with PHP and FX.php to extract data from FileMaker. I have been looking at the sample files that come with FX and they seem to exhibit a strange search behavior. The FMP file is set up as a list of books with author, title etc. The sample index page has a small search form with the author and title fields available for search. If I put either a lowercase or uppercase b In the author field the one record that contains a b in the author field is returned. However when I put a k in the title field the record with FileMaker in the title does not come up, what does come up though are some records I added with random characters in the title…

  36. Started by Verity,

    We are having a problem with Lasso 6. We have a web site where our students enrol on-line (our database is hosted via unlimited on our web server). It worked fine last semester but this morning when students try to log on they get lasso error no. -9951. This is a syntax error according to the blueworld database but our developer (who used to work here full time but has since moved interstate) says that it isn't. It's odd because the files haven't been changed and they WERE working yesterday. Our server crashed this morning so we restored the files from back up just in case they had been corrupted. I am at a loss! We are in Brisbane, Australia and there are no local…

    • 0 replies
    • 724 views
  37. Started by Yohanna,

    This is my first time posting, I hope I'm doing this correctly. I have been using FMPro 5.5 and am considering upgrading to 7 (I'm working with the demo now). I have enabled the IWP for intranet use and need to print out a record in form view from the browser (IE6). The form contains repeating fields, and although I have the borders turned on for the repeating fields, when printed the borders are not visible. I was hoping someone else has seen this problem and has a fix. Thanks in advance, Yohanna

    • 0 replies
    • 767 views
  38. Started by knaap,

    I have a question i have a layout in CDML and i have this tag [fmp-field: weeknr 1] in my site i see 1 (day 1) is there a posability that i can covert this to the word monday instead of 1 with CDML? tnx FileMaker Version: 6 Platform: Mac OS X Panther

  39. Started by Billn,

    I want a user to type a name and password and only see their records only using IWP. How many step does ver 7 recognize at startup? Thanks FileMaker Version: 7 Platform: Windows XP

    • 3 replies
    • 1k views
  40. Started by Enzo,

    Is it feasible for users to perform label printing from the IWP interface? The number of records displayed seems to be a potential issue. Ciao, Enzo FileMaker Version: 7 Platform: Windows 2000

    • 1 reply
    • 824 views
  41. Hi everyone Actually I am testing File Maker Pro 7 and his capability to put database in the Web. The preliminary results are really promising. However I still have a problem

    • 1 reply
    • 745 views
  42. Started by JerrySalem,

    I started to play with IWP today. I was just about to deploy a solution on the web using CWP and along comes FMP7 ;( now my world is topsy turvy what to do. Anyway. I have a multi file solution in FMP6, works fine. I converted it to 7. and turned on IWP to give it a go. Most of the objects do not show up in my browser! Tried Safari and Explorer. In addition, many (most) of the buttons on the layout that I can see (in safari) don't work, although they work fine using FMP7 client (the scripts are just single step, go to layout). I tried creating a new layout, and still many fields and objects don't show up. Is there some magic incantation, or buton to push t…

  43. Started by JitseSchaafsma,

    We are now in the process of learning and applying php with filemaker. I wonder, has anyone already done a comparision between php and cdml, i specifically mean a speed response test. Anyway, we are preparing now one, happy to keep you posted, anyone else ? Jitse Schaafsma (Netherlands)

  44. Started by mlindal,

    Using a pop-up selection I can not get the search to do what we want. For example: A publication is either a) English, : French or c) English/French When the option for English publications is selected, we want to show all the a) English publications and c) English/French publications. (in other word search the field for all publications that contain english) Currently here is the code: <select name="LV PLID_Sort::PubLanguage_E" size="1"> <option></option> <option value="English">English / Anglais</option> <option value="French">French / Francais</option> <option value="Other…

    • 9 replies
    • 1.3k views
  45. Started by Scotslad555,

    Hi everyone, we have a problem and as I've never used lasso before I wandered if some advice could be offered to help our situation. If you go to this site: http://www.bizzikid.co.uk and normally you click on a letter and a region, then the next page is displayed. However our host server crashed the other day, and we had to repoint the domain names etc. All fine so far, but when we went into this website, we could not access the pages. I know they had 'include files' but nothing seems to be working and the client is getting a bit frustrated. The guy who built the site has just had a baby and is not contactable, so I thought my best port of call would be thi…

  46. I made a relational database. It looks good in File Maker Pro 7.0 and it acts as I want. But when I look from Netscape 7.1 or Internet explorer 6.0 I notice some problems/bugs (?). I read many forum discussions and i saw that some of my problems was raised but it didn't come any clear answered. This a few problems witch stops me from finish the my job. 1) I have a table and a text field witch has attached a value list that have all distinct values from the same field. In FM I can choose from the list or i can add a new name, ... on the WEB I can only choose from the list. 2) I have 2 tables related. e.g. a) tabNume: Id_Name/Name/Phone : tabSched:…

  47. Started by sanne,

    CDML enables you to show a portal in a table with code like: <table border="0">

    • 4 replies
    • 1k views
  48. Token setting question You have two forms on the same page One Form with two text input fields - "label" and "zip" When the text is entered, can you set "-token.0" to "label" and "-token.1" to "zip" Another Form with two hidden tokens set to the text entered fields. I would guess not, since it does not seem to work Javascript?? (the goal is to choose a FIND on search.html with the "label" and "zip" entries OR pass the tokens "-token.0" and "-token.1" to the distance.html page) <FORM ACTION="FMPro" METHOD="post" NAME="form1"> <b>Search by Label<br> <INPUT TYPE="hidden" NAME="-db" VALUE="database.fp5"> …

  49. Could someone explain the difference between Instant Web Publishing and Web Companion? I'm trying to design a database that users can log in to from the web, see only those records that meet the calculation for their account and then be able to modify those records. I have enabled Instant Web Publishing, which seems to work, but don't see the Web Companion anywhere in the program. Thanks. FileMaker Version: 7 Platform: Windows XP

    • 3 replies
    • 1.3k views
  50. Started by Carlisle,

    A web-shared file doesn't seen to want to enter find mode for users whose access is limited. Any ideas why this is? Curiously enough, the Modify Find button does put it into Find mode, and allows one to enter find criteria. Weird.

    • 0 replies
    • 713 views
  51. Hi all, It appears that IPW files cannot display more than 5 records at time, whether in browse mode or a search result. Is there a workaround to display more than 5 records at a time?: skybeedoo FileMaker Version: 7 Platform: Windows 2000

    • 2 replies
    • 916 views
  52. Hi I am new to publishing FMP files on the web. Until i can find a good cdml resource i am using the "web companion". Anyway - it does'nt matter which "view" i choose from the pre-established FMP pull down (gray, blue-yellow, lavendar...) when i view my DB through the web browser on a mac or pc, the form elements, specifically the input boxes are partially cut off or missing altogether - especially on the create a new record page. Any one know what i could be doing wrong? thanks in advance. SBee FileMaker Version: 6 Platform: Mac OS X Panther

    • 1 reply
    • 748 views
  53. Started by new_user,

    I'm a new user and just installed FileMaker Pro 7. I want to use it as an online help desk for 3 technical staff, to keep track of open troubleshooting calls. I printed out the entire manual that came with the installation CD's, which directed to select EDIT / PREFERENCES / APPLICATION to enable plug-ins. But, when I run EDIT / PREFERENCES there is no APPLICATION option. Am I doing something wrong? Thanks. FileMaker Version: 7 Platform: Windows XP

    • 4 replies
    • 1.7k views
  54. Hello all, I'm stuck on tring to display repeating field information on a weh page in a table format. Any one have any suggestion? I know how to display just one fields info with the [FMP-Field: field name] tag, but it won't display in a table format so each repeated fields info is in it's own row/cell. Anyone have any clues? Thanks, Jaser FileMaker Version: 5 Platform: Windows XP

  55. My server uses Lasso 3.6.6.2 on a FileMaker 3.0 database (Mac OS). I want to display many data on Web pages, about 10 items on each page. But my link buttons don't function. Are 'shown_prevgroup' and 'shown_nextgroup' LDML commands incorrect or is there any error in Lasso parameters? =============================================================== Here's the code of the 'search' page (search_parc_s_dev.lasso): =============================================================== <form Name="SearchForm" action="/search/action.lasso?-database=8k986iloc.fmp3&-layout=details&-response=searchparcresult_dev.lasso&-maxrecords=10&-AnyError=errany_fr.la…

    • 1 reply
    • 918 views
  56. Take a look at the FX class, written by Chris Hansen and available freely at his website, www.iviking.org. The FX class is an excellent tool which allows you to easily communicate with FileMaker from within your PHP code. The FX class allows you to send commands to FileMaker, and the FX class structures FileMaker's results as an object which you can easily manipulate. Also, the FX class is one of the faster methods for communicating with FileMaker, as it uses HTTP/XML (which FileMaker handles very efficiently) as opposed to ODBC (which FileMaker handles extremely slowly). The FX download from Chris Hansen's site includes excellent documentation and example…

    • 3 replies
    • 1.7k views
  57. Started by yafreax,

    i have a solution that works seemlessly through IWP on a PC, but is having problems on the mac. IE on the Mac seems to work the best as far as Macs go, but a few things, including the most important in the solution, does not work. Safari (which is supposed to be supported) does the one thing that IE wont do, but doesn't do anything else. I am only using web compatible scripts, and as i said, everything works fine through IE on a PC. I've tried both OS 9 and OS X. MAC IE and Safari are both supposed to be compatible IWP. What is happening is that some of the buttons that have scripts attached to them are not clickable, as if they are not buttons at all. So, …

    • 3 replies
    • 1k views
  58. Using the Photo Catalog, I've published a db with photos. The photos show up fine in list layout and thumbnails over the web, but when going to form layout I get a blank area for the photo. My only guess is that the files are too big. Is there a file size limitation? That would really suck as I would like to access the photos from the web. TIA lco FileMaker Version: 7 Platform: Mac OS X Panther

    • 1 reply
    • 853 views
  59. Hello, in my fm pro online application , users put their info into the DB.(via webpages in CDML) Now they get a nice "Thank you"-page as a result.( I would like to ad their user number to that page. (it is an autogenerated number). How to do that ? regards Thomas FileMaker Version: 6 Platform: Windows XP

    • 3 replies
    • 706 views
  60. I want to display FileMaker Pro data. But there's so many that I need to have them on several Web pages (let's say 10 items per page). How can I do that? Thanx for your help Platform: Mac OS 9

    • 1 reply
    • 700 views
  61. Started by pspafford,

    Hey everyone, I'm using CDML tokens for the first time. An initial page has the employee entering the date, and selecting an href link of their name. That link has an onClick event that uses JavaScript to go to the following link: http://127.0.0.1:591/FMPro?-DB=gTime.fp5&-Format=timeEnter.html&-Token.2=5&Token.1=04/14/2004&-View The format file is where they enter the details of their timesheet. There are fields in the format file like this: <input type="text" name="date" value=[FMP-CurrentToken: 1] /> <input type="text" name="staffId" value=[FMP-CurrentToken: 2] /> Token.2 goes to staffId all okay, but Token.1 only se…

    • 3 replies
    • 819 views
  62. Started by yafreax,

    Blah... third IWP post in a week... CWP is so much easier to troubleshoot... but dang it, i'm no good at anything other than basic CDML... anyway: Can anyone confirm that there are problems running IWP using FM7 in a framed site? I was able to log in correctly, but my first button on the screen that i needed to work didn't work. Take it out of frames and call the IP address directly... everything works... what a beating... I'll try to get an example up over the next day or two. I can't give any access to the current one that I'm having this issue on because it's a live DB. Anyway... until then... anyone else experience this? FileMaker Version: 7 Plat…

    • 0 replies
    • 853 views
  63. I have a search form that needs to search two databases. So right now using cdml I have hidden field -db=publications Search fields title, author, etc. However in a related database I need to do a search on language of the pub so database=pub_language and the field is language How can I point to this database in the same form using cdml? FileMaker Version: 6 Platform: Mac OS X Panther

    • 2 replies
    • 773 views
  64. Started by IrongateMachine,

    Hello everyone, I have a CDML solution that will display a page for a order. Each order has one or more parts that have been ordered and all are listed on this page. If any of the parts have been shipped, the tracking information is displayed, formated like this: Date.............TrackingNumber...............PartNumber All tracking info is listed together at the top of the page, each part on it's own line. If multiple parts from the same order are shipped in the same package, all parts will have the same tracking/date so I would like to only display the tracking/date once per package. So instead of this: 4/1/04.............12345...............5…

  65. I've read several threads about setting cookies with FM / CDML. It seems that nobody trusts FM to do that task and always suggests using javascript to do it. Whats is the problem with using [FMP-SetCookie]? I've made some code that sets the cookie from FM using [FMP-SetCookie] and it seems to be working fine. I wanted to use javascript, but my problem with javascript is that when I set the cookie with a value from CDML [FMP-Field: blabla] inside the javascript, FileMaker doesn't replace the value, using the value from the field "blabla" - javascript simply sets the cookie value to: [FMP-FIeld: blabla]! What am I doing wrong? And why shouldn't I use [FMP-Set…

    • 3 replies
    • 942 views
  66. I am trying to add a php query to filemaker as a section on my training page. The database contains a list of movie urls and titles. I have successfully generated the list by modifiying the index.php that is included with the FX installation. My problem is that when trying to make the Title into a clickable Link I am getting the following parse error. Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /Library/WebServer/Documents/FX/index1.php on line 86 here is line 86 code echo "<a href=" . urlencode($value['URL'][0]) . "">"; echo $value['URL'][0]; echo "</a></td&…

    • 0 replies
    • 951 views
  67. Started by CaelC,

    I got an answer about this in the FMP7 area of the forum. Has anyone else heard this and can confirm? Apparently CDML is gone in favor of XML/XSLT server side translations when FMS Advance comes out? I have an email in to Blueworld to see if they plan on supporting FMP7 with Lasso. Has anyone heard anything on this? Thanks! Cael. Version: v7.x Platform: Mac OS X Panther

    • 6 replies
    • 1.9k views
  68. Started by Bleppe,

    I've been developing FM db's on and off for the last ten years - the last two years a lot. So I've done my share of sophisticated scripting, relations etc. I feel like I know a lot about FM, but here's my problem: I am developing a solution for an image-agent company (cumstomers are supposed to search and buy images on his website). Searching, sorting, ordering, log-in etc. is supposed to be performed by the FM (5.0 on MacOS9) via CDML. Links to downloads of the images/files bought on the website (placed on another server with a different ip) are delivered by the DB - including a Javascriptet cookie read by PHP on the download-server. This is because the files t…

    • 3 replies
    • 901 views
  69. Dear all: I am the new member here, and a new user to FileMaker =) I have just finished an inventory database, and when I go web-publishing, everything seems file except: I got the "Unknown error number 102" when I tried to click "submit" to creat new record or edit record... I do not seem to find the problmes because I did it the same with my another database. I am suspecting that with 3 layouts on my inventory database, it is stopping me from creating records? But that does not make much sense though... I do not think I have field missing either; what are the other possibilities? In addition, when I switch to the table view, how do I move the fields aroun…

    • 3 replies
    • 1.4k views
  70. I have followed PHP installation instructions carefully, but receive the message "Forbidden - You don't have permission to access /fx/ on this server." when I try to connect to a php file which contains an FX include. Any suggestions? Mac OSX, php installed and enabled. With thanks for any good suggestions. FileMaker Version: 6 Platform: Mac OS X Jaguar

  71. What is the syntax using FM7's IWP and built in security to pass the username and password through external form or a link? I may need both options if it is at all possible. Thanks in advance. jeremy FileMaker Version: 7 Platform: Mac OS X Panther

    • 2 replies
    • 928 views
  72. Started by kele,

    I have a table with 7 columns that is displayed based on a search of field1. The search can return multiple values. In each of the columns I want to display items in a certain category (1-7) I also want to repeat for each value that was found in that category. e.g. apple | peas | pork orange | corn | beef pear | asparagus | chicken So here is the markup I tried applying to a cell in the table/form: [FMP-if: field: category .eq. fruit]& [FMP-record] [FMP-field: item, HTML] [/FMP-record] [/FMP-IF] …

  73. Started by Reed,

    I have a form in which an account number is entered at a POS terminal, after which a value list of valid user IDs associated with the account will appear in a popup list. I also have the value list set to show another value (a calc field with first and last name). This works fine in FM, but only the IDs show up when IWP is used. I am assuming this is a normal limitation of IWP.... if so, does anyone have an idea for a workaround to this problem so that users do not have to know their user ID# ? Thanks, Dana (Anyone who answers can consider that a birthday present to me) FileMaker Version: Developer v7 Platform: Mac OS X Panther

    • 0 replies
    • 791 views
  74. Started by alexandraPT,

    Hello, We are trying to find a specific word in a string, and so that we are able to apply a bold or color text style (through a script method, applescipt or SQL). Can anynone solve this problem? We are using FileMaker 6. Thanks, Best Regards. Version: Developer v6 Platform: Mac OS X Jaguar

    • 7 replies
    • 920 views
  75. Is there a way to create calendars like this using CDML? Day View Week View and if it is possible can anyone provide the tags to generate something like it. TIA - -Kele Version: Developer v6 Platform: Mac OS X Jaguar

    • 3 replies
    • 921 views
  76. Started by BigBen,

    Hello everyone, I just wanted to test the new IWP capabilities of FMDev 7, so I went ahead and converted an FP5 solution and activated IWP on the converted files. Everything works fine, however, I can't seem to replicate the navigation in the file system through my browser (IEv6.028 on Win2000). I'm using only Web-compatible script steps, but when I click on a button in my main file, it will not take me to any of the other DBs layouts in my browser. What my scripts are doing is basically this: Upon clicking on one of the buttons, I call a script in the target file that brings up that DB's main layout and selects the window. It works fine on the client…

    • 0 replies
    • 785 views
  77. Started by laker_42,

    Has anyone been able to find a list of the scripts steps the FMP7 IWP supports? I have not been able to track it down. John Version: v5.x Platform: Windows XP

    • 4 replies
    • 858 views
  78. Started by dkemme,

    Is the security for IWP robust enough to trust for delivering medical records over the internet? How about an intranet within a hospital? Version: Developer v7 Platform: Mac OS X Panther

  79. Started by kele,

    Ok - you guys are so helpful here's one more - I have a search & edit form and several of the fields I want to have value lists to limit user options for searching. Everything works great except - the initial value in all the value lists appears and a search w/those values selected will not return a match. Is there a way to force a Blank value into a value list? TIA - -Kele Version: Developer v6 Platform: Mac OS X Jaguar

  80. Started by pspafford,

    Hey kids, FMServer5.0 on Win2000 FMU5.0 on NT There's some little trick to this, and I can't remember it for the life of me. I set up IWP on the FMU box, opened the file (by way of FMS), and then did the Web companion settings for the file in File Sharing. I had to shut down FMU, and FMS to poke at the files again. When I restarted everything, I had to reset the file settings for IWP. How do I get it to remember how to share the file? Thanks, Paul

  81. Started by alexandraPT,

    HI! We are using The Autovalidate, Version 1.0.7, and we are constructing a customized error message. We used the command "autovalidate_showerror", but the return error message is "The field cannot be empty" (the field is required!). The command is ok, but we need that message in portuguese!!! Can anyone help us?: THANks! Version: Developer v6 Platform: Mac OS X Jaguar

  82. Started by alexandraPT,

    HI! We are using The Autovalidate, Version 1.0.7, and we are constructing a customized error message. We used the command "autovalidate_showerror", but the return error message is "The field cannot be empty" (the field is required!). The command is ok, but we need that message in portuguese!!! Can anyone help us?: THANks! Version: Developer v6 Platform: Mac OS X Jaguar

  83. Started by thellie,

    just to pop my forum cherry i've got a query which must be simple, but has got me stumped. i've created an add record page, reply page, and update/details page. i can add data into all sorts of fields - text, text area, radio, checkbox - without a problem. i can retrieve all this data from the dbase fine, too. except for the radio buttons and checkboxes. i've cut/pasted the tags from the cdml tools dbase, which gives me the code and shows the value list okay. but no data for those buttons. like i said, i think it's dead simple, but i'm stumped. thanks Version: v6.x Platform: Mac OS X Panther

    • 2 replies
    • 747 views
  84. Started by Jul,

    Hi, I am trying to combine PHP (using FX class) and CDML to web enable my Filemaker database. The files are hosted on Macintosh. If I use only PHP and put all the files in Library/WebServer folder, I can connect to database and add/delete/edit record - no problem. When I am trying to use CDML and for that reason put all my files in Applications/FileMaker Pro 6.0/Web folder - it gives me an error that my proceed.php file cannot be found even though I am poiting to its location in the html files which are located in the FIlemaker/Web folder: <?php include_once("../../../Library/WebServer/Documents/proceed.php"); ?> If I put everything in Library/WebS…

  85. Started by ToddMMc64,

    Hello, I've been using FM for years but this is my first effort with the web companion. Is it normal for web companion to override the scripts entered prior to publishing? Example would be that none of the "find" scripts that I've entered will work. The only scripts that function are those provided through the web companion. By the way, can these be disabled? Thanks, Todd

  86. Started by kele,

    I cannot for the life of me make this portal work. I have snipped the pertinent tags from the format file and am including here - any help would be greatly appreciated - I cannot tell you how much time I have wasted just trying to get this relationship to work. The layout in the FMP DB (CGI) does include a portal to the Appointments db and in that portal are the related field and the field I am trying to pull for the web page. TIA - -Kele <form method=post action="FMPro" name="form1"> <input type=hidden name="-edit"> <input type=hidden name="-db" value="Clients.fp5"> <input type=hidden name="-lay" value="CGI"> <input …

  87. Started by kele,

    Can some one give me some help in understanding the usage of Tokens I have 3 values I am trying to pass from page to page to page. When & where do I need to assign values to these tokens? Everytime I leave a page? Every time I enter a new page? Just once? <INPUT TYPE=hidden" NAME="-token.1" VALUE = "Client ID" <INPUT TYPE=hidden" NAME="-token.2" VALUE = "Invoice ID" <INPUT TYPE=hidden" NAME="-token.3" VALUE = "Consultant ID" The way the site will work is first page a search for a client will be performed then you will be taken to a second page with a list of clients matching search criteria. I have used the FM-LINKRecID to go t…

  88. Started by LeoG,

    I wanted to use the new FM7 feature that forces a client to change their password at the next logon, in a solution for iwp clients. Unfortunatly, when you set that users cannot logon and get an error code. Any ideas ? Version: v7.x Platform: Windows 2000

  89. Started by Chirriras,

    I have a rather long list of values that I am going to set up as radio buttons. Is there a way to display these in two columns (taking up less screen space) than in one long column? Thanks. Version: v6.x Platform: Windows 2000

    • 5 replies
    • 871 views
  90. Started by zhenyasj,

    Hello, I am working with a PHP application that submits forms to Fielmaker. Is there a way for every new form or record to be automatically printed as soon as they are submitted? Thanks

  91. Hi. My search action of my Inline returnes duplicate values: Honda, Toyota, Honda. How can I show only the records of unique values (Honda, Toyota)? Thanks.

    • 1 reply
    • 649 views
  92. Started by jon2004,

    another dumb question... i want to create a report with several documents displayed based on a date selection - i've got the iwp search (actually i created a URL to kick the search off) to return a list of documents for the date which is fine, however it displays them in a table view, whereas I want to recreate the report view i see on the client?? is this possible?? Version: v6.x Platform: Windows 2000

    • 2 replies
    • 831 views
  93. Started by Sintax,

    I don't know if this is in the right forum or if it is even possible with FM but here it goes. I know there is the Instant Web Publishing feature of FM to host your databases online for others but, what if I just want to take my "List Layout" (which displays some info about all my records) and have an HTML file made that I can put up on my web server? Example: Say my FM database is a list of CD's I have. My List Layout shows the CD Art, Title, Year, etc etc, with each row being one record. Can FM take that list and turn it into an HTML file for my website? I know I can do PDF's of the different layouts / screens but what about HTML? Thanks Version: D…

    • 3 replies
    • 1.2k views
  94. Started by Garry Claridge,

    Here is a php script which accepts CDML URL arguments and passes them to FM. <?php if ($_SERVER["QUERY_STRING"] != "") { include("http://10.0.1.107:591/FMPro?" . $_SERVER["QUERY_STRING"]); } else { echo "POST method is not yet implemented"; }; ?> This can be called by a URL like this: http://mywebserver/fmpro?-db=mydb.fp5&-format=mypage.html&-findall The line: include("http://10.0.1.107:591/FMPro?" . $_SERVER["QUERY_STRING"]); is talking to FM on a LAN. It could also be on the same host with: include("http://localhost:591/FMPro?" . $_SERVER["QUERY_STRING"]); This part: " . $_SERVER["QUERY_S…

  95. Started by Jaser247,

    Hello, I am trying to create a webpage that calls a print script that I guess uses the change printer plugin. I want a user to be able to choose what network printer they want to print from. I tried to configure the change printer plugin and played around with the scripts but I have had no luck. I am really new to FM and trying to learn it. Can anyone help? Thanks, Version: v5.x Platform: Windows 2000

    • 6 replies
    • 952 views
  96. Started by BruceJ,

    I used FM7 to make a simple solution for a receptionist to check employees in and out of the building. It was really just an experiment to see if I could figure out the Web Publishing for several much larger solutions. Yes - I did make sure that the scipts were all web compatible. I hadn't used Instant Web publishing before. Here's my woes: 1. On the web, in list view, when you simply cick on a record, it immediately moves to the top of the list, blocking all those above it. 2. Frequently, in list format, a column of fields will misalign vertically and be far above the actual record it pertains to. 3. I thought "New Window"script would o…

    • 2 replies
    • 1k views
  97. Started by Chirriras,

    Okay, let's try this from another angle and see if I can get it. Could someone please explain the -recid with [FMP-CurrentRecID]? I have a very long form that it is quite likely individuals will not complete at one sitting. Forget getting into the form to create a record for now, let's concentrate on getting BACK into the record. Let's look at the database itself first. I created a text field called CaseNo. In "Options", under "Auto-Enter" I defined it as a Serial Number, set the originating number and have it increase in increments of 1, and checked "Prohibit modification of value". Under "Validation" the following boxes are checked: "Not Empty", "Unique"…

    • 37 replies
    • 4.2k views
  98. Started by Gula,

    I duplicate a record using -Dup, and it works fine, Now I need to go and edit new record. but CDML stays on the original one. How can I get to newly created one?

    • 2 replies
    • 863 views
  99. I have some fp5 files hosted on a FMServer and then served up as web pages using FMPU and IWP. These files have access privileges that only let users view and edit their own records (Teacher = "Jane Doe" for example). If Jane Doe uses FM Pro to open the file, the initial record is not hers so she gets "No Access" (which bit me at first) but upon browsing more, I find that it works as suggested and that Jane Doe can view her records, just nobody elses. However, if Jane Doe browses to the webified version of the file and logs in, instead of that No Access message she gets kicked back out to the index list page. Further clicking of the file gives "Database Not Open: …

    • 6 replies
    • 1.2k views
  100. Started by JimC,

    Hi, I am a new user with Filemaker. I have been asked to upgrade a Filemaker 5 database to the new Filemaker 7. They use the Filemaker database with web publishing to allow users to complete a survey which gets entered directly into the database. The survey is accessed via the web as html. On the first page, it redirects to the actual survey after the introduction with this code: url= FMPro?-db=ballot_.fp7&-lay=Survey&-format=survey.htm&-view The second Page which is the actual Survey has this code: <FORM ACTION="FMPro" METHOD="POST"> <INPUT TYPE="hidden" NAME="-Token" VALUE="StartUp"> <INPUT TYPE="hidden" NAME="-DB"…

    • 1 reply
    • 781 views

Recently Browsing 0

  • No registered users viewing this page.

Who's Online (See full list)

  • There are no registered users currently online

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.