Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread OnGetText function not working with space in field name
Tue, Jan 29 2019 9:26 AMPermanent Link

Huseyin Aliz

myBiss ApS

Avatar

Hi All,

Dont know if it's a issue for others but i get only declaration (not
implementation) for ongettext of the function if the field contains
space (like "order dato") or if it contains special characters (like
"mærkedag1").

(field name -> ordre dato)
function OrdrelisteMasterOrdre DatoGetText(Sender: TObject; const Value:
String): String;

(field name -> mærkedag1)
function myDatasetMærkedag1GetText(Sender: TObject; const Value:
String): String;

-> both produces decleration only without implementation when i click on
event onGetText.

Latest build 2.06 B20.

Thanks in advance,
Huseyin
Tue, Jan 29 2019 11:18 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Huseyin,

<< Dont know if it's a issue for others but i get only declaration (not implementation) for ongettext of the function if the field contains space (like "order dato") or if it contains special characters (like "mærkedag1"). >>

This is a bug, but for now don't use spaces, etc. in the column names for datasets.

Tim Young
Elevate Software
www.elevatesoft.com
Image