Ask a Question related to FileMaker, Design and Development.
-
Sleepy #1
go to related record in many-many on web
HI,
I have DB with many files linkes through a central Xref table. I've
created a set of scripts which allow the user to go from one realated
file to another directly by linking through the Xref table. This seems
necessary since the files are not directly related. Its essentially a
"go to related record" followed by a subscript "go to related record"
in the xref. A couple of tests are performed at Xref so the script is a
few lines long. it work perfectly in filemaker client but not over the
web.
Is there a way to get a function like this to work over the web?
thanx
mike
Sleepy Guest
-
Sort related record/SLOOOOOOW
We have a relationship that uses the sort related record so that we can display dates in descending order that a particular nurse has worked. We... -
Go to Related Record in Instant Web Publishing
Dean Denno wrote: "open" Hmmm - this would be so simple to set up in Custom Publishing... IWP is really only suitable for simple single db... -
newbie question: creating a new record in a related file
somaBoyMX wrote: You can do it with a Portal in the Contacts file. First, the relationship from the Contacts file as Master to the related... -
Go to related record creates new record?
In a portal I have a button that with Go to related record attached (it also sets some globals in the related file, and goes to a layout in there... -
Check for Text match in related record
HI, I have a master file with a series of records from a related file displayed in a portal. I need to check if a particular field in any one of... -
------------ #2
Re: go to related record in many-many on web
hello
look in you fm documentation and you'll see that you can call a script
in a url. but in your case it could be more complicated than that.
bye
Sleepy wrote:> HI,
> I have DB with many files linkes through a central Xref table. I've
> created a set of scripts which allow the user to go from one realated
> file to another directly by linking through the Xref table. This seems
> necessary since the files are not directly related. Its essentially a
> "go to related record" followed by a subscript "go to related record"
> in the xref. A couple of tests are performed at Xref so the script is a
> few lines long. it work perfectly in filemaker client but not over the
> web.
>
> Is there a way to get a function like this to work over the web?
>
> thanx
> mike------------ Guest
-
Tim Booth #3
Re: go to related record in many-many on web
Sleepy wrote:Yes.>
> HI,
> I have DB with many files linkes through a central Xref table. I've
> created a set of scripts which allow the user to go from one realated
> file to another directly by linking through the Xref table. This seems
> necessary since the files are not directly related. Its essentially a
> "go to related record" followed by a subscript "go to related record"
> in the xref. A couple of tests are performed at Xref so the script is a
> few lines long. it work perfectly in filemaker client but not over the
> web.
>
> Is there a way to get a function like this to work over the web?
Assuming you can get the record id from the central Xref table,
then you'd use an Inline action to grab the right record from the
right table over the web.
Download the CDML Reference file from FileMaker for the syntax.
Cheers
Webko
Tim Booth Guest
-
Tim Booth #4
Re: go to related record in many-many on web
Sleepy wrote:No. It either works or it doesn't and there is very little you>
> In article <3F2DB87A.DC8B9207@usyd.edu.au>, Tim Booth
> <tbooth@usyd.edu.au> wrote:
>> Ok but can this work if the page was built using instant web publishing?> > Sleepy wrote:> >> > >
> > > HI,
> > > I have DB with many files linkes through a central Xref table. I've
> > > created a set of scripts which allow the user to go from one realated
> > > file to another directly by linking through the Xref table. This seems
> > > necessary since the files are not directly related. Its essentially a
> > > "go to related record" followed by a subscript "go to related record"
> > > in the xref. A couple of tests are performed at Xref so the script is a
> > > few lines long. it work perfectly in filemaker client but not over the
> > > web.
> > >
> > > Is there a way to get a function like this to work over the web?
> > Yes.
> >
> > Assuming you can get the record id from the central Xref table,
> > then you'd use an Inline action to grab the right record from the
> > right table over the web.
> >
> > Download the CDML Reference file from FileMaker for the syntax.
> >
> > Cheers
> >
> > Webko
can do to influence the result...
Webko
Tim Booth Guest
-
Sleepy #5
Re: go to related record in many-many on web
In article <3F557A03.285C62AD@usyd.edu.au>, Tim Booth
<tbooth@usyd.edu.au> wrote:
OK thanx, but just so that I am clear......there is no way to insert> Sleepy wrote:>> >
> > In article <3F2DB87A.DC8B9207@usyd.edu.au>, Tim Booth
> > <tbooth@usyd.edu.au> wrote:
> >> > Ok but can this work if the page was built using instant web publishing?> > > Sleepy wrote:
> > > >
> > > > HI,
> > > > I have DB with many files linkes through a central Xref table. I've
> > > > created a set of scripts which allow the user to go from one realated
> > > > file to another directly by linking through the Xref table. This seems
> > > > necessary since the files are not directly related. Its essentially a
> > > > "go to related record" followed by a subscript "go to related record"
> > > > in the xref. A couple of tests are performed at Xref so the script is a
> > > > few lines long. it work perfectly in filemaker client but not over the
> > > > web.
> > > >
> > > > Is there a way to get a function like this to work over the web?
> > >
> > > Yes.
> > >
> > > Assuming you can get the record id from the central Xref table,
> > > then you'd use an Inline action to grab the right record from the
> > > right table over the web.
> > >
> > > Download the CDML Reference file from FileMaker for the syntax.
> > >
> > > Cheers
> > >
> > > Webko
> No. It either works or it doesn't and there is very little you
> can do to influence the result...
>
> Webko
CDML tags inot instant web pages?
cheers
m
Sleepy Guest
-
Tim Booth #6
Re: go to related record in many-many on web
As far as I am aware, there is no way to have a mix of>
> OK thanx, but just so that I am clear......there is no way to insert
> CDML tags inot instant web pages?
Instant Publishing and Custom Publishing.
Webko
Tim Booth Guest



Reply With Quote

