Thanks Mike,
I have been looking through MSDN while waiting for a response and I am now using the "INDEX ON clname TAG clname" method. Since I attempted to do this on more than one field I discovered that I am only permitted to use a sngle INDEX on the temporary CURSOR.
The current...
Hello,
I have created a CURSOR that has application wide scope. Here is a sample of how I have written this code:
* Cursor Creation
PUBLIC myCur
CREATE CURSOR myCur (cemp C(9) UNIQUE, clname C(25) UNIQUE, cfname C(25) UNIQUE)
Later in the application I have some code that generates a query to...
Dear Whoever can help,
I am trying to send emails based on a certain condition in a program. One problem I am having is sending emails to more than one recipient in a single send. The other problem I am having is sending Cc: Mail. Below is a sample of the code that I have written. At first, I...
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.