CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 Order of the fields in a form

Print topic Send  topic

Author Message
x-ray

Posts: 18
Posted: 05/08/2012, 10:48 AM

Regarding the order of the fields in a form:
How can I change the order of the fields?
eg. when I have 10 fields in my form in the order from 1 to 10.
On the screen it would also appear in the order 1 to 10.

Field 8 does a "before show event" and read the value of field 5.
Everything goes correct in this situation.

However, when I start to make changes and:
1. I delete field 5.
2. realise that i made an error and I recreate field 5
*** after I have recreated field 5, this new field 5 is now actually the last field in how CCS processes the fields.
3. So .... when in this situation field 8 does a before show event and read the value of field 5, there is no value!

The question is:
How can I move the newly added field 5 to a position before field 8?

_________________
I may disapprove of what you say, but I will defend to the death your right to say it
View profile  Send private message
DataDoIT
Posted: 05/08/2012, 11:07 AM

You're working with a bowl of spaghetti. Rethink your design as your
skillset grows.

The easiest way to handle your situation as it is is to have your data
in a table and in rows. Then you can simply 'Move row up/down' when
necessary.
laneoc

Posts: 154
Posted: 05/09/2012, 7:11 PM

Maybe "tabindex" solves your problem? Select the form object, go to Properties' Format tab, and change the tabindex to put the object in the order you need.


_________________
Lane
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.