elvis_impersonating_penguin Posted January 4, 2001 Posted January 4, 2001 ok i have a page that displays info from a portal.. here is the code i am using code: [FMP-portal:memberof] <FONT SIZE="-2">
elvis_impersonating_penguin Posted January 4, 2001 Author Posted January 4, 2001 nevermind.. i figured it out...
Keith M. Davie Posted January 5, 2001 Posted January 5, 2001 Probably, yes. You are currently performing a find on the field RecordID=[.... You will need to expand your search to find two fields. I am going to assume you have a text field which can be accessed and which shows the desired month. For the sake of this I will call it "month" and will select May (cause it's shorter). Try this code: ...="fmpro?-deptannounce.fp3&-format=announce.htm&-lay=cgi&recordid===&recordid=fmp-field:memberof::recordid&month===&month=may&-find>... Caution, this performs an exact search of two fields. If you are hosting on FMPro 3.0 it will not work. I recommend: http://www.filemaker.com/support/index.html Search and read: Article Number: 104829, and Article Number: 105687 You will note that I do not use &-op=eq as that is unnecessary. As a helpful hint, you might try shortening your names. I recommend format files and databases follow the old eight-dot-three protocol and fields and scripts be kept to eight or fewer characters. Makes it easier on you and is less likely to cause problems over the web.
Keith M. Davie Posted January 5, 2001 Posted January 5, 2001 Probably, yes. You are currently performing a find on the field RecordID=[.... You will need to expand your search to find two fields. I am going to assume you have a text field which can be accessed and which shows the desired month. For the sake of this I will call it "month" and will select May (cause it's shorter). Try this code: ...="fmpro?-deptannounce.fp3&-format=announce.htm&-lay=cgi&recordid===&recordid=fmp-field:memberof::recordid&month===&month=may&-find>... Caution, this performs an exact search of two fields. If you are hosting on FMPro 3.0 it will not work. I recommend: http://www.filemaker.com/support/index.html Search and read: Article Number: 104829, and Article Number: 105687 You will note that I do not use &-op=eq as that is unnecessary. As a helpful hint, you might try shortening your names. I recommend format files and databases follow the old eight-dot-three protocol and fields and scripts be kept to eight or fewer characters. Makes it easier on you and is less likely to cause problems over the web. Peace Keith M. Davie
Recommended Posts
This topic is 8792 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