Login
`
Templates, Tools and Utilities
|
||
Icetips Article
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, 3:34 am This article has been viewed 35404 times. Google search has resulted in 5 hits on this article since January 25, 2004.
|
|