Ask a Question related to FileMaker, Design and Development.
-
bxb11 #1
Making all fields from all records display at one time
What I'd like to do is, after inputing data into 2 or more records, is
have a button you can click on that will display all the fields from all
the populated records in one scrolling window. The user has to be able
to copy the text that appears in that window to paste in another program.
Is this possible? Thanks in advance!
bxb11 Guest
-
Making list out of XML file with multiple records
We are trying to find out a way to solve the following issue, and was wondering if there are ways to do this in Indesign CS: We have an XML file... -
Making image fields into a link
Hello All, I have an image field that I want to make it into a link. The problem is that the Hotspot properties is not shown. Does anyone know... -
How to display records from todays date and specifiec time of the day
Hi all any idea how to display specific record on current date and time of the day ... i did managed to display it for the date and drop it on... -
Every time i try to display records on an include page i get repeats of the whole include
hi guys and ladies, here is my problem and i would be most grateful if any one could shed some light on this please: i have a default.asp page... -
datakeyfield and 3 fields making up the PK
hi In my database I have a table in which 3 fields make up the primary key. I use a datagrid to add, edit/update and delete entries of that table.... -
Howard Schlossberg #2
Re: Making all fields from all records display at one time
Your user probably doesn't need to see the big list of al lrecords and
all fields. You can automate it:
Create a 'columnar list/report' type of layout (using FMP's built-in
layout wizard, put all your fields on it and call it 'All Fields'.
Now, back on your user layout add a button that runs the following script:
Freeze Window
Show All Records
Sort[Restore, No Dialog]
GoTo Layout [All Fields]
Copy All Records
GoTo Layout [Original Layout]
# And then to go back to the last record created...
Unsort
Goto Record [Last]
The record data is now on theclipboard. The user can go over to the
other app and paste.
bxb11 wrote:--> What I'd like to do is, after inputing data into 2 or more records, is
> have a button you can click on that will display all the fields from all
> the populated records in one scrolling window. The user has to be able
> to copy the text that appears in that window to paste in another program.
>
> Is this possible? Thanks in advance!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Howard Schlossberg (818) 883-2846
FM Pro Solutions Los Angeles, California
Associate Member, FileMaker Solutions Alliance
Howard Schlossberg Guest



Reply With Quote

