Hi!
Can anyone tell me how can i print a flex grid?
I created a button print below the flex grid.What code should i write in order to print?
and how can i can i change the colour and the font of some specific cells?
For example in my flex grid i would like to change the colour in the column(2,1) until (2,10) also in the (4,1) until (4,10), (6,1)until(6,10 ).
Also can someone help me to write the code below using a for loop
frmResult.flgPr intingResults.s et_ColWidth(0, 2800)
frmResult.flgPr intingResults.s et_ColWidth(2, 2800)
frmResult.flgPr intingResults.s et_ColWidth(4, 2800)
frmResult.flgPr intingResults.s et_ColWidth(6, 2800)
frmResult.flgPr intingResults.s et_ColWidth(8, 2800)
thnks
Can anyone tell me how can i print a flex grid?
I created a button print below the flex grid.What code should i write in order to print?
and how can i can i change the colour and the font of some specific cells?
For example in my flex grid i would like to change the colour in the column(2,1) until (2,10) also in the (4,1) until (4,10), (6,1)until(6,10 ).
Also can someone help me to write the code below using a for loop
frmResult.flgPr intingResults.s et_ColWidth(0, 2800)
frmResult.flgPr intingResults.s et_ColWidth(2, 2800)
frmResult.flgPr intingResults.s et_ColWidth(4, 2800)
frmResult.flgPr intingResults.s et_ColWidth(6, 2800)
frmResult.flgPr intingResults.s et_ColWidth(8, 2800)
thnks
Comment