Vicente Barberá
|
| Posted: 03/01/2002, 3:16 AM |
|
I want to show only a determinate number of caracters of a text filed in bd.
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 03/01/2002, 5:17 AM |
|
Use Before Show event like this :
fldmytext = Mid (fldmytext,1,100)
Whe asking such questions povide more information about your environment
if you want to get concrete solutions. E.g. in this case specifying
scripting
language would be useful.
--
Alex
CodeCharge Developer
"Vicente Barberá" <vicente@ideas-e.net> wrote in message
news:a5nnto$8vs$1@news.codecharge.com...
> I want to show only a determinate number of caracters of a text filed in
bd.
>
>
|
|
|
 |
|