Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dialog Programming : FLTP type Not allowed

Former Member
0 Likes
695

Hi,

I am creating some text fields with reference to fields having type FLTP.

I have declared the fields along with others in a work area. When I try to use get from program with reference to this work area the fields except with FLTP TYPE can be selected.

How do we create a text field with type FLTP ?

Thanks

Nitin

Hi,

I am creating some text fields with reference to fields having type FLTP.

I have declared the fields along with others in a work area. When I try to use get from program with reference to this work area the fields except with FLTP TYPE can be selected.

How do we create a text field with type FLTP ?

Thanks

Nitin

4 REPLIES 4
Read only

Former Member
0 Likes
656

FLTP are floating point i.e. numeric.

In text fields you can only refer to character types

( CHAR or NUMC or ... )

Cheers.

Read only

Former Member
0 Likes
656

on the screen u are not allowed to have fields with type FLTP....this is because of possible conversion problems...

however u can use DEC....another way is to use a char type field on the screen and in your underlying program u can use a field of type f to perform whatever calculations u want to...

rgds,

PJ

Read only

Former Member
0 Likes
656

hi,

in the screen painter choose choose the type as FLTP for the particular field.

cheers,

sasi

Read only

0 Likes
656

sorry in the screen painter choose the particular field

- > in the attributes - > format - > DEC

i thing it will work

sasi