Focal Point
[SOLVED] Problem wit a field

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2591023403

October 28, 2008, 08:43 AM
expertomad
[SOLVED] Problem wit a field
I have a big problem .
the value of the field is very long ,this field are in a across go columns are in pdf .
I wold like what the field was in 2 lineas
Field ="minister hola adios"
someone can help me.
in spanish
Tengo un ifnorme en pdf estoy utlizando un compound y si el campo es muy largo da error 'paneled' si ajusto el campo pasa a la otra columna estoy utilizando wrap y yo lo que quiero que este campo que esta en un across se vea en dos lineas alguien me puede ayudar porfavor

This message has been edited. Last edited by: Kerry,
October 28, 2008, 08:59 AM
FrankDutch
Hi

You can split the FIELD into two fields.
something like

DEFINE FILE XXX
FIELDA/A10=EDIT(FIELD,'999...'); (first 10 characters)
FIELDB/A10=EDIT(FIELD,'$$$$'); (next 10 characters)
END

TABLE FILE XXX
SUM
whatever
ACROSS FIELD NOPRINT
ACROSS FIELDA AS ''
ACROSS FIELDB AS ''
END





Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

October 28, 2008, 09:53 AM
expertomad
very very thanks
in sapnish
muchas gracias campeon aunque ami me gustaria que la celda se ajustara al campo no se si eso es posible y apareciera ministerio
hola
adios
field=misnisterio hola adios