Latest stable FlexFM swc
Latest stable FlexFM source
Latest stable FMProxy source (includes whitepaper)
Sample applications
flexfmsnippets_source_20070723.zip
Documentation
FlexFM_HowTo.pdf (beginner’s guide)
FMProxy_Authentication.pdf (whitepaper)
Adobe’s Flex Documentation index
FMS9_CWP_XSLT_en.pdf (2MB: see Appendix A on page 87)










|
Posted by Jeremiah Small on July 13, 2007 at 11:45 pm

YOU GUYS ROCK!
Hello,
How do I specify a find request? I’ve searched google, your howto and I can’t find how to enter a request like ‘Quantity<50′. I seem to remember seeing the same syntax when I tried FXPhp some time ago but can no longer find the reference. Is there a document I can consult?
See appendix A of the CWP documentation ( page 87 ) http://www.filemaker.com/downloads/pdf/fms9_cwp_xslt_en.pdf
Assuming your field name is Quantity, you would need to set the field to “<50″. In the CWP syntax, this would be:
Quantity=<50&-find
But remember that you need to url encode the string you are setting the field to so it would look like this:
Quantity=%3C50&-find
[...] Source Code [...]
Hi. Gee hate to say it but I can’t seem to get the FlexFM.swc to install in either Flex 2 or 3
Followed instructions but the import doesn’t see either the ZIP or the UNZIP source. Yes I have been following your great install guidelines, any idea?
Cheers
Phil
In Flex Builder 3, you should be able to just drop the swc into the libs folder of a project created with FB3, since FB3 now creates a default source directory for you. If not, make sure you have the swc in your Project’s Library Paths.