If you wanted to change it with SQL you would have to force an update of the server's defenition cache and then you'd need to let the user refresh the form cache as well before the change will be reflected on the user tool. This is not really a real-time solution.
Just having two fields and showing-hiding them with an AL is a good solution. If it is only a dialog form and you do not want to change the font dynamically, you could also create a second form view and let the AL open the appropriate view. Regards, Michiel On 7/7/06, Kern, Robert SBA <[EMAIL PROTECTED]> wrote:
Was playing around some with the view field, but I did not like the format that much. What I'm doing now is that I'm just having 2 hidden fields at the same position ... both do not have a label and the difference is that one field has data font "required field" and the other is "detail text" font. On another form Im having a check box "required" and depending on that either one gets set and displayed (its a little function that lets me add and remove or change fields dynamically at a form). Was looking shortly into changing the value with SQL too and think found the table where to change that, but suppose that is too risky to say the least (It's that 434/4/23004/... format). Thanks, Robert -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Michiel Beijen Sent: Friday, July 07, 2006 11:30 AM To: [email protected] Subject: Re: Change a Field's Data font @ user client ? If you only want to use the field to display data, you can load it in a view field and change the font by using HTML markup. -- MIchiel On 7/7/06, Kern, Robert SBA <[EMAIL PROTECTED]> wrote: > ** > > > Hello list, > > have an requirement here that I need to change a char field's data font with > workflow. > > As it seems though you are only able to set this value at the Amin client > fixed ... the change fields AL action does only allow you to change the > label font. > > We are running on windows and 6.3. Anyone has an idea here ? Thought about > using SQL maybe. > > > Thanks, Robert > > .......................................................... > Mit freundlichem Gruß / Kind regards > Robert Kern > Siemens AG > Siemens VDO Automotive > SV IO CW PD > Sodener Straße 9 > 65824 Schwalbach > Germany > Tel. +49 619 687 2546 > Fax +49 619 687 792 546 > E-Mail: [EMAIL PROTECTED] > Internet: http://www.siemensvdo.com > __20060125_______________________This posting was > submitted with HTML in it___ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org
_______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org

