Hi all, I want to search a character field that is 45 characters wide in the entire table for the occurence of a character string. This string could appear anywhere in the field. Example: the field has "ACTUATOR, YAW" in it. I search for the occurence of the string "YAW" and...
Hi all,
I used the code
tmpfile = SYS(3)
SELECT * FROM CSL WHERE REQ_ID=MREQ ORDER BY REQ_LINE INTO DBF (tmpfile)
Now, how do I dele this temporary.dbf after I am done with it. I don't want to use into cursor myqueryname because it is creates a read only file.
Hi,
I have a table that is displayed on a form. When I do a searh and display the results of the Query on the form, a message displays in the upper right hand corner "This table is Read-Only. You will not be able to edit it". I know it is and don't want the message to display. Anyone...
during logon to my application, I want ACCESS to tell me what the user's network logon id is and then check against a table of authorized users. Is there a way to do that on and NT4.0 network? I could have them enter a user ID and password but prefer to check it sytematically.
I can logon any of our 300 network machines and the app runs very fast. When anyone else logs on the same machine it runs very slow. Any ideas? The app runs extremely fast in a stand alone enviroment also.
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.