Fields

This forum is for eXpress++ general support.
Post Reply
Message
Author
omni
Posts: 547
Joined: Thu Jan 28, 2010 9:34 am

Fields

#1 Post by omni »

Roger, Cannot find it.
What is the field size synax?

I have fieldname, and fieldtype, cannot find my notes on the size of the field. I am trying to create one file from another, but change all the fields to characters of the same len...complicated...for one of our customers.
I think at one time I found an example where you did something like this, maybe for excel. Not sure.


Fred
Omni

User avatar
SlavkoDam
Posts: 111
Joined: Wed Apr 27, 2022 10:12 am
Location: Negotin, Serbia
Contact:

Re: Fields

#2 Post by SlavkoDam »

FieldName( nFieldPos ) // field name
FieldInfo( nFieldPos, FLD_TYPE ) // data type
FieldInfo( nFieldPos, FLD_LEN ) // field length
FieldInfo( nFieldPos, FLD_DEC ) // decimal places
Best regards,

Slavoljub Damnjanovic
SD-SoftDesign, Alaska Software Technology Partner
https://www.sd-softdesign.com
https://www.sd-softdesign.rs

Post Reply