cannes Posted May 12, 2002 Posted May 12, 2002 can somebody help... i have added this line of code to a search result page of db1: <tr><td>[fmp-inlineaction:-db="cov.fm",-lay="covdata",-findany] [fmp-field:no][/fmp-inlineaction]</td></tr> which cov.fm is a second db. it works. but it has slowed down the performance tremendous. thanks for help mimmo
Keith M. Davie Posted May 12, 2002 Posted May 12, 2002 First, try eliminating the quotes <tr><td>[fmp-inlineaction:-db=cov.fm,-lay=covdata,-findany] [fmp-field:no][/fmp-inlineaction]</td></tr> I'm sure you have a reason to use -findany. If it is still slow, you may consider to -find a particular record or the first record in the db instead of the -findany.
cannes Posted May 12, 2002 Author Posted May 12, 2002 hi keith i was trying first without quotes. ---> the same yes i have a reason to use -findany thanks mimmo
cannes Posted May 12, 2002 Author Posted May 12, 2002 hi there i was trying to search for a particular or even the first record in a db with -find. it is always slow. also by using -find in the current db for example: [fmp-inlineaction:-db=cov.fm,-lay=covdata,-recid=20,-find] <tr><td>[fmp-field:no]</td></tr>[/fmp-inlineaction] or [fmp-inlineaction:-db=1.fm,-lay=covdata,-recid=1,-find] <tr><td>[fmp-field:no]</td></tr>[/fmp-inlineaction] it must have to do with the [fmp-inlineaction]...[/fmp-inlineaction] tag. i'm using web companion 5.0Dv6 (german), but was also trying with 5.0v6 (english) on a mac powerbook, with system 8.6 regards mimmo
cannes Posted May 14, 2002 Author Posted May 14, 2002 at the end i could solve the problem. the programming code was ok. and it was only slowing down as long i was testing my files offline. then i tried to put them on the server. since then it was working well. i only have to find out now why it doesn't work in offline mode.....
Recommended Posts
This topic is 8298 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