allow user to make page header
Posted: Mon Jan 21, 2013 9:06 am
Hi,
i need help. I need to allow user to make his own page header. Idea was to give him one text field in header so that he can type what he needs in it. If i am using editable filed in page header every field is separate, so i can't type text into first page and expect other pages to get filled with text automatically (is there some option for that btw?). I tried to use richtextbox in form to fill text but when i use {RichTextBoxControl1.Text} i get something like this in result instead of text i typed into it:
"__LP___x005C_rtf1_x005C_ansi_x005C_ansicpg1250_x005C_deff0_x005C_deflang2074__LP___x005C_fonttbl__LP___x005C_f0_x005C_fnil_x005C_fcharset0_x0020_Microsoft_x0020_Sans_x0020_Serif_x003B___RP____LP___x005C_f1_x005C_fnil_x005C_fcharset238_x0020_Microsoft_x0020_Sans_x0020_Serif_x003B___RP____RP___x000D__x000A__x005C_viewkind4_x005C_uc1_x005C_pard_x005C_lang1033_x005C_f0_x005C_fs17_x0020_zasto_x0020_nece_x0020_normalno_x005C_lang2074_x005C_f1_x005C_par_x000D__x000A___RP___x000D__x000A_"
Is there any other solution to solve my task that i didn't think of? I thought rich text would be simplest one.
Thanks.
i need help. I need to allow user to make his own page header. Idea was to give him one text field in header so that he can type what he needs in it. If i am using editable filed in page header every field is separate, so i can't type text into first page and expect other pages to get filled with text automatically (is there some option for that btw?). I tried to use richtextbox in form to fill text but when i use {RichTextBoxControl1.Text} i get something like this in result instead of text i typed into it:
"__LP___x005C_rtf1_x005C_ansi_x005C_ansicpg1250_x005C_deff0_x005C_deflang2074__LP___x005C_fonttbl__LP___x005C_f0_x005C_fnil_x005C_fcharset0_x0020_Microsoft_x0020_Sans_x0020_Serif_x003B___RP____LP___x005C_f1_x005C_fnil_x005C_fcharset238_x0020_Microsoft_x0020_Sans_x0020_Serif_x003B___RP____RP___x000D__x000A__x005C_viewkind4_x005C_uc1_x005C_pard_x005C_lang1033_x005C_f0_x005C_fs17_x0020_zasto_x0020_nece_x0020_normalno_x005C_lang2074_x005C_f1_x005C_par_x000D__x000A___RP___x000D__x000A_"
Is there any other solution to solve my task that i didn't think of? I thought rich text would be simplest one.
Thanks.