Subject Re: numbers as text
From Mervyn Bick <invalid@invalid.invalid>
Date Tue, 8 Apr 2025 19:26:29 +0200
Newsgroups dbase.getting-started

On 2025/04/08 19:16, Charlie wrote:
> Mervyn, thanks!  Didn't work with @R, but seems to work well with just R and the picture.

When one uses the Template Property Builder in teh form desine one needs
to use @R 999,999,999,999.  When the form is saved and dBASE writes out
the source code this is split in two for the function and picture
properties and the @ is discarded.  If you do this without using the
Builder by editing the source code, simply add the add the two
properties in the constructor code.

Mervyn.