lzeng Posted January 29, 2002 Posted January 29, 2002 Hi there: I use "-Find" to get a list of records, for each record, I make a link to show the whole info about this record using [FMP-LinkRecID], the file is named "response.htm",which stores all the info about a record, surprisely, all the value lists in "response.htm" can't be shown up, but the other info in text field is shown up. I'd like to say that "response.htm" works fine when I generate new record and make "-Format=response.htm". Does somebody know why this happens? Another question is: when I do "-edit" function in "response.htm", I got "Error 102: field is missing" even I fill out all the fields in the form. How can I prevent this error? The final question is: I use "ID" to uniquely identify records (auto-enter, serial value, increment by 1), then how to make the ID back to 0 after testing. Something wrong in my code, now the ID number jumps to 32658 although in FileMaker, I've set the "ID" serial next value to 0 and increment by 1. Thanks very much in advance for all the help you offer! Catty
Vaughan Posted January 29, 2002 Posted January 29, 2002 It sounds very much like some of the fields are missing from the layout specified in the -lay CDML tag. Work through your format files and determine which fields are used on them, and make sure there is one of them on the layout specified in the -lay tag.
Keith M. Davie Posted January 30, 2002 Posted January 30, 2002 What is your code to produce the valuelists, checkboxes and radiobuttons which are not showing? Also, as an alternative to using the fmpro valuelist, it is quite possible to create your buttons, checkboxes and pop-up lists using standard html code which is connected with cdml to a field which is formatted as standard in the layout designated for web use. I find this approach much more direct and easier to implement. SIMPLIFY ... Keith
Vaughan Posted January 30, 2002 Posted January 30, 2002 If you still get error 102, check the field names in the CDML tags very carefully. They must be identical including leading and trailing spaces.
Anatoli Posted January 30, 2002 Posted January 30, 2002 Rule No. 1 -- never ever type name of field, copy paste from FM layout to HTML/CDML page!
Vaughan Posted January 31, 2002 Posted January 31, 2002 Ok, Ok. Hmmm... so where do the rules "never use the Today function", "never run scripts over the web" and "never open a FMP database from a shared volume" fit in? <grin>
lzeng Posted January 31, 2002 Author Posted January 31, 2002 I checked again and again on the format file, all the fields needed are included in the "Layout" page. Now the strange thing is that: only value lists - radiobuttons, checkboxes can't be shown up in the format file, but other type of fields are fine. Can somebody help me again? Thanks! Catty
Anatoli Posted January 31, 2002 Posted January 31, 2002 Vaughan -- feel free to arrange all don’ts Let say my rule is Number 1 in CDML-HTML department. Do not run scripts is Number 1 for Web Companion. Today is general FileMaker Shared volume is Network tip. So we have plenty of No.'s 1
Recommended Posts
This topic is 8401 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 accountSign in
Already have an account? Sign in here.
Sign In Now