Re[2]: [RBASE-L] - Mailing Address Line Feed Fail | Thank you

2024-01-22 Thread Bruce Chitiea
Razzak, thank you. I just knew I had to be working too hard; but learned a lot along the way. Maybe it's time to revisit the tutorial. Been a while. The very best, Bruce. Bruce A. Chitiea SafeSectors, Inc. 1142 S Diamond Bar Blvd # 442 Diamond Bar CA 91765-2203 rby...@safesectors.com (909)

Re: [RBASE-L] - Mailing Address Line Feed Fail

2024-01-22 Thread Razzak Memon
Bruce, Be sure to place a Variable Memo object on the report, with "Suppress Empty Lines" enabled from the right click context menu. The variable should be a NOTE data type, which combines the various TEXT strings. An example is detailed within the Line Comp

RE: [RBASE-L] - R:BASE 11 Released!

2024-01-22 Thread Razzak Memon
Kayza, They are no additional data types in R:BASE 11, at this time. Here is a tip from the Father of R:BASE, Wayne Erickson (Head of the R:BASE Development Team), which validates an email address in R:BASE. Wayne's Corner: Validating an email address in R:BASE

Re: [RBASE-L] - Re: Mailing Address Line Feed Fail | Solution

2024-01-22 Thread Bruce Chitiea
Mike: Success. Lifesaver. Thank you very much. Your code also generalizes easily for use in WHILE loops and CURSORs (which is where I'm at): All the best, -- Original Message -- From "baue...@gmail.com" To "RBASE-L" Date 1/22/2024 7:22:52 AM Subject [RBASE-L] - Re: Mailing Addres

Re[2]: [RBASE-L] - Mailing Address Line Feed Fail | Notes

2024-01-22 Thread Bruce Chitiea
Doug: Ran an experiment defining the address string within a view-creating .RMD file. Included the string first as a literal, then as an ampersand variable within the AS SELECT. Fail. Tried each approach where the (CHAR(013)) was inserted as a variable value. Fail. See my answer to Mike Byer

[RBASE-L] - Re: Mailing Address Line Feed Fail

2024-01-22 Thread baue...@gmail.com
I use stored procedure to build address of varying lines: [Begin SP] *(sp_Addr mod 011505 mbyerley) *(Use only 2 Ret VarNames vRetText and vRetInt) *(Input Params should be of: pt1,pt2, for text pi1,pi2 for Int) CLEAR VAR MICRORIM_RETURN, stp_return SET VAR pt1 TEXT SET VAR vcr = ((CHAR(13)) + (CHA