JimmyCrackedCorn
Posts: 583
|
| Posted: 08/02/2006, 1:51 AM |
|
I like the builders but I'm not clear as to whether I can use them for changes.
For example, if I use the Calendar Builder to creat a calendar on a page, can I later use the Calendar Builder again to change properties of that same calendar?
If so, how would I do that? If not, how would I change those properties?
_________________
Walter Kempees...you are dearly missed. |
 |
 |
peterr
Posts: 5971
|
| Posted: 08/02/2006, 2:19 AM |
|
You can change properties of anything on the page (Calendar, Grid, TextBox, etc.) in the Properties Window: http://docs.codecharge.com/studio3/html/UserGuide/Worki...ropsWindow.html
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
mrachow
Posts: 509
|
| Posted: 08/07/2006, 1:17 PM |
|
There are some properties you can set using the builders but which are not available as properties of the generated control.
For some of these above noted properties it makes no sense to change the build time choosing but other properties where nice to have after build. But I confess that surely changing these "missing" properties would need some complex code generation not only using one of two keywords or something like that.
An example.
On a seach form you can choose the logical combination of all search controls (AND, OR) during build only.
_________________
Best regards,
Michael |
 |
 |
|