` Comment on an Icetips Article
Icetips - Templates, Tools & Utilities for Clarion Developers

Templates, Tools and Utilities
for Clarion Developers

Add a comment to an Icetips Article

Please 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!

Your Name:  
Email:  
Header text/Subject:  

Please enter your comment in the box below:

Back to article list   Search Articles     Add Comment     Printer friendly     Direct link  

Par2: Forcing right justified strings
1999-09-14 -- Chris Cordes
 
I've been doing this for years by right justiying the string. You can place the code to right justify it in the global embeds at the field level validation. I use the following code in a function called forceright(string) frlen = len(frs) frspc = frlen - len(clip(frs)) frs = all(' ',frspc)&clip(frs) return frs Then at the field level validation embed for the alpha/numeric field I put field = forceright(field) Once it's in the global embed you never have to think about it again and the browses work!


Today is April 30, 2024, 2:07 am
This article has been viewed 35110 times.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: