You rock too!
Pat, March 31, 2004 - 4:17 pm UTC
Thanks so much.
To other readers, there are a few typos in the code, like p_submit needs to be default null in package header, but you get the idea.
Charles Mafra, May 31, 2004 - 4:54 am UTC
Hi Tom,
You use just htp.p procedure in this example
htp.p('<tr><td width="50%">Choose Status</td>');
... why don't use commands
like the web toolkit reference, I mean htp.tableRowOpen,
htp.tableData and so on... what is best?
What is fast? Why? Can you give me a simple example?
I just don't know the best thing to do I am new in web developer came from Forms/Reports 6i.
Thanks for all
May 31, 2004 - 1:11 pm UTC
I know html. I just chose not to use the other more verbose calls.