PDA

View Full Version : Data feild


katanapilot
01-26-2006, 02:31 PM
Am I doing something worng here?
If I have 5 objects, why does it only display 3?



http://office.flyelite.com/cal/ssa.jpg

Eagle
01-26-2006, 11:25 PM
Hi, can be changed by modifying selected Edit Field ID 'properties' as below:

Select your screen > Edit > Settings > Edit Fields > select ID > edit > layout > 'start new row' > width (in columns): setting.

Modifing this allows more than the default(1) of edit fields per Column.

So if you have the sufficient 'width' for strings-sessionvars , you can get around things
by simply changing the number of edit fields-width per column.

EG: set ID: CTRL_EDIT_02 .... reducing 'width in columns' from 4 to 2, gives you two edit fields for that column.

Additionally the 'Style' settings for the Theme-Screen may have influence aswell.

HTH a little

katanapilot
02-05-2006, 07:19 PM
Hi, can be changed by modifying selected Edit Field ID 'properties' as below:

Select your screen > Edit > Settings > Edit Fields > select ID > edit > layout > 'start new row' > width (in columns): setting.

Modifing this allows more than the default(1) of edit fields per Column.

So if you have the sufficient 'width' for strings-sessionvars , you can get around things
by simply changing the number of edit fields-width per column.

EG: set ID: CTRL_EDIT_02 .... reducing 'width in columns' from 4 to 2, gives you two edit fields for that column.

Additionally the 'Style' settings for the Theme-Screen may have influence aswell.

HTH a little


Thanks

Works perfect!!!

Eagle
02-09-2006, 02:18 AM
NP: Brett' s Email Screen:

http://www.indigorose.com/forums/showthread.php?t=9062

is a good way to demonstrate the howto, with edit fields :yes