Linear Calendar
828941Mar 5 2011 — edited Mar 6 2011Hi,
I am trying to develop liner calendar where all the dates will be in Row 1 and the row below that will display the event.
Eg.
Row1>1-Feb--- 2-Feb.......28-Feb
Row2>............Event5
Row3> ..........................Event10
At present I'm using Pl/sql region and htp.prn( date ) inside the loop to print dates on first row. then I am drawing required number of blank rows in above case I'will draw blank grid with 2 rows and 28 column.
Now the question is ...my table does not cotain data for all the dates... so how can I directly plug in the data at exact cell... i.e if first row in the table show Event X - Feb - 20 , how can i directly place this under Feb-20
Regards,
Shijesh