Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 8298 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

Posted

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.

Posted

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

Posted

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.....

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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