Please let me know how I create a cursor in store procedure?
see the below SQL.
SELECT cust_code,cust_name INTO m_code,m_desc
FROM customer WHERE ..............
UNION
SELECT order_no,order_desc INTO m_code,m_desc
FROM order WHERE ...............
The above select are giving...
1) Is it possible to stop editing an entry field.?
Scenario:
Customer name field is an entry field and there is a pop up for this field. User is not allowed to edit the data (only he can select the data from pop up by using Control - Z).
2)In a pop up window if I press “D” the cursor should...
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.