Ask a Question related to FileMaker, Design and Development.
-
Brett Bixler #1
Soft vs. hard returns
In FMPro 5.5, I need to create a calc field that concatonates several
fields together with a hard (chr 13) return at the end of each field.
So, I have a formula like field1 & "returnchar" & field 2
where returnchar is the symbol for a return character that you can insert
into the formula via a button in the "Specify Calculation" dialog.
FMPro seesm to put a soft (chr11) return in here instead of a hard return.
Is there any way to change this?
Does 6.0 adddress this?
Thanks in advance!
Brett Bixler Guest
-
Eliminating hard returns in OCR
Mac OS 10.3.9, Acrobat 7 Professional. Converting a bunch of scanned pages to rtf format. Is there a way to tell Acrobat not to put hard returns at... -
Tabs and hard returns into strings in Flash 5 Actionscript
How do I get tabs and hard returns into strings in Flash 5 actionscript? Stuff I read on the web would lead me to believe that \t \n would... -
Soft key press
Is it possible to force a keypress using actionscript? I have an object which deletes itself from the stage when the delete key is pressed. I want... -
how hard to replace titanium internal hard drive? How to cloneold hard drive onto it?
Hi all - I have a 2001 titanium laptop with a 20 Gig hard drive. The thing is getting too full and I'm toying with the idea of getting a bigger... -
?Hard links, Soft links, & Aliases--Explain
Hi All, Could some knowledgeable UNIX type please explain the differences between hard links, soft links, and traditional Mac aliases. Responses... -
NeoLuddite #2
Re: Soft vs. hard returns
In article <bxb11-2107031259340001@cbel5.cac.psu.edu>,
[email]bxb11@psu.edu[/email] (Brett Bixler) wrote:
You could create a global field (call it CR) and type a carriage return> In FMPro 5.5, I need to create a calc field that concatonates several
> fields together with a hard (chr 13) return at the end of each field.
>
> So, I have a formula like field1 & "returnchar" & field 2
>
> where returnchar is the symbol for a return character that you can insert
> into the formula via a button in the "Specify Calculation" dialog.
>
> FMPro seesm to put a soft (chr11) return in here instead of a hard return.
>
> Is there any way to change this?
into it and use that. field1 & CR & field 2
--
Real Address-> neoluddite0comcast.net <- replace 0 with @
Bill Gates couldn't innovate his way out of a paper bag.
NeoLuddite Guest
-
B Collins #3
Re: Soft vs. hard returns
Brett Bixler wrote:
You can concatenate the ¶ chracter each place you want the carriage>
> In FMPro 5.5, I need to create a calc field that concatonates several
> fields together with a hard (chr 13) return at the end of each field.
>
> So, I have a formula like field1 & "returnchar" & field 2
>
> where returnchar is the symbol for a return character that you can insert
> into the formula via a button in the "Specify Calculation" dialog.
>
> FMPro seesm to put a soft (chr11) return in here instead of a hard return.
>
> Is there any way to change this?
>
> Does 6.0 adddress this?
>
> Thanks in advance!
return, and that should do it. On a Mac, that character is produced by
Option 7.
B Collins Guest



Reply With Quote

