Re: Power Objects Question

From: Kasu Sista <sista_at_links.com>
Date: 1995/12/17
Message-ID: <4b17hc$8vh_at_nntp.interaccess.com>#1/1


>
>1. If you set the format string for a string value (say to upper case)
>that value is not sent back to the database in upper case.

Format is display only. If you want the string to be uppercased, place some code in the validate method. That should work.

>2. The property DATASIZE returns rubbish...

-DIM vSize AS Integer
-DIM vChar AS String
-
-vSize = CINT(fldEntry.DataSize)
-vChar = "The datasize is " & vSize
-msgbox(vChar)

I think the problem is that you are using CINT to convert a number to a string. Try STR(fldEntry.DataSize). That should work.

Kasu Sista
Links Technology Corp. Received on Sun Dec 17 1995 - 00:00:00 CET

Original text of this message