vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| "Cox" <jquerijero@cox.net> wrote in news:qui9e.17141$up2.14807@okepread01: > One of my tables has miscellaneous fields for attributes. I am > wondering if you can change the field labels depending on the user's > needs during run-time. > > > Yeah, you can but only on the screen (field:label = "xxxx"), not in the db.. Changing the label in the dictionary does not affect CRC values, however.. Kevin |
| |||
| So, is it feasible to do database label changes without recompiling issue? "Kevin" <Joe@Joe.com> wrote in message news:Xns963F3F6F2E3B8JoeJoecom@212.23.3.119... > "Cox" <jquerijero@cox.net> wrote in > news:qui9e.17141$up2.14807@okepread01: > >> One of my tables has miscellaneous fields for attributes. I am >> wondering if you can change the field labels depending on the user's >> needs during run-time. >> >> >> > > Yeah, you can but only on the screen (field:label = "xxxx"), not in the > db.. Changing the label in the dictionary does not affect CRC values, > however.. > > Kevin |
| ||||
| "Cox" <jquerijero@cox.net> wrote in news > So, is it feasible to do database label changes without recompiling > issue? > Yes & no.. Progress will not complain about CRC issues but the changes will not be seen unless the code is recompiled (the labels are stored in the r- code). Kevin |