Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
Back to article list Search Articles Add Comment Printer friendly Direct link ABC: Using Record identifier on a form - no clip used 1999-04-24 -- Arnor Baldvinsson Newsgroups: topspeed.products.c5pe.bugs
>When using the Record Identifier with a variable name (!FIL:Name), the right
>parentheses is placed after the blanks that are part of the variable. The
>previous version (4.00) used the CLIP function first. Is this intended or a
>bug?
Don't know. Are you using Clarion or ABC templates? In ABC
templates, open ABUpdate.tpw, locate line 394, which should look like:
%Window{Prop:Text} = %Window{Prop:Text} & ' (' & %ValueConstruct & ')'
and change it to:
%Window{Prop:Text} = %Window{Prop:Text} & ' (' & Clip(%ValueConstruct) & ')'
Think that should be all to it...
Best regards,
Arnor Baldvinsson
Today is November 21, 2024, 7:22 am This article has been viewed 35405 times. Google search has resulted in 5 hits on this article since January 25, 2004.
|
|