VisualBasicHelp
Programmer
Hi,
I am working on Hyperion SQR reports.
I am a starter and I would like to display as columns and rows. My caption is taking 2 lines for some heading. So I am using as below -
!Column headings
Print 'Subject' (+3,1) Bold
Print 'Date Of' (,12) Bold
Print 'Rand.' (,26) Bold
Print 'Subject' (,40) Bold
Print 'Discontinuation' (,50) Bold
Print 'Number' (+1,1) Bold !if PCL format use - underline
Print 'Birth' (,12) Bold !if PCL format use - underline
Print 'Date' (,26) Bold !if PCL format use - underline
Print 'Status' (,40) Bold !if PCL format use - underline
Print 'Reason' (,50) Bold !if PCL format use - underline
!if using PCL format don't use the following
Print '_______' (+1,1) Bold
Print '___________' (,12) Bold
Print '___________' (,26) Bold
Print '______' (,40) Bold
Print '_______________' (,50) Bold
IS there any other easy way to do it. Because there are lot of reports like this to be generated. If I could do it in an easier way I would have saved lot of time.
Thanks in advance
I am working on Hyperion SQR reports.
I am a starter and I would like to display as columns and rows. My caption is taking 2 lines for some heading. So I am using as below -
!Column headings
Print 'Subject' (+3,1) Bold
Print 'Date Of' (,12) Bold
Print 'Rand.' (,26) Bold
Print 'Subject' (,40) Bold
Print 'Discontinuation' (,50) Bold
Print 'Number' (+1,1) Bold !if PCL format use - underline
Print 'Birth' (,12) Bold !if PCL format use - underline
Print 'Date' (,26) Bold !if PCL format use - underline
Print 'Status' (,40) Bold !if PCL format use - underline
Print 'Reason' (,50) Bold !if PCL format use - underline
!if using PCL format don't use the following
Print '_______' (+1,1) Bold
Print '___________' (,12) Bold
Print '___________' (,26) Bold
Print '______' (,40) Bold
Print '_______________' (,50) Bold
IS there any other easy way to do it. Because there are lot of reports like this to be generated. If I could do it in an easier way I would have saved lot of time.
Thanks in advance