Hi Bruce
I need to change some prompt descriptions in code. I use the "2 Prompt Routine Start" embed point with the following code:
packet = clip(packet) & p_web.DivHeader('WUpdPDetailsExtra_' & p_web._nocolon('OptionON') & '_prompt',loc:fieldClass,Net:NoSend)
loc:prompt = Choose(1=0,'',p_web.Translate('Unit Premium:'))
packet = clip(packet) & p_web.DivFooter(Net:NoSend)
This is working fine but the prompt is now right-justified. How can I get it left-justified in the above code?
Regards
Johan