Thanks for the response. The thing is ux has many mx's each mx has one mc. So each ux has many mc's. I am trying to get uc and related mc's in a single record. Hence, I did something like this.
select ux.unit_slno,
ux.catalog_no,
ux.unit_status,
ux.prepare_date,
ux.prepared_by...
I have a query, that results in two rows for each Entity. Meaning, if it yields 8 rows, the effective # of rows are 4. How do I create a horizontal join of the two related rows to one row and hense result in just 4 rows instead of 8?
E.g.
Name Age Supervisor City State
Aron...
Dear Wizkids,
Need your help once again. I would like to get a 'Open Save ...' dialog box when the user clicks the link on my page that points to a file of known MIME type (such as .doc, .xls or .pdf etc.). I do not want the relevant application(such as Word, Excel, PPT etc.) to be opened to...
Dear Folks,
I have a radio group at the top of my form. In another section I have a button. When this is clicked, a pop-up opens out. Now the page for this pop-up depends on the radio button checked. I am doing something like this.
function modSel(){
if(document.pngen.system.value=="C")...
Dear folks, Need help with this one. I am sorry for my naive question.
I have a 15 char text field (partnum). Which needs to be populated with a character string constructed based on user choice. each choice gives one or more characters that form the string. The final string looks something...
Dear Folks,
The application I am working on uses Frames (TopFrame, SideFrame(Left) and the MainFrame). On the occurance of a certain event, I am closing the window from one of the frames. This is the script I use.
function CloseWin ()
{
window.opener = window;
window.close();
}
Works...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.