I have an application where all the screens and forms were built for someone using a default setting of 1024 by 768. I need these screens and forms to work for others with different default screen settings. Do you have some could that will allow them to adjust these screens I could use?
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 rajeevnandanmishra
When I use that code and the tmpfile is in use it works great and deletes the tmpfile. If the tmpfile does not exit I still get the error message "variable "tmpfile" not found.
If the tmp file does not exist, I need it to continue to execute the code without...
Hi all,
that worked to delete the tmpfile. Now I need to check to see if the tmpfile is in use before deleting it. I used the code
if sys(3)=tmpfile
DELETE FILE tmpfile+".DBF"
endif
the problem I have is that if there isn't a tmpfile I get the error "variable "tmpfile"...
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 Weedz
I put that code in the lostfocus event and it did nothing. Where is the best place on the form to put it? What I am try to do is completely remove the form once I click on my find button on the form. My find button calls a PRG file that looks for the records I'm trying to find. Then...
Hi Weedz
I run the query from a prg and yes it still does it. The form has not table in the environment. The table is set when I run the query and call the form. I'm new at this so I probably have an error in the prg. The Read Only mesaage occurs when it finds matching records in the select...
Thanks Weedz
I tried putting that code there and in my query before it redisplays the form. Still doesn't stop the message. What happens is the query runs and selects the records. the form is then called back and this message pops up and then the results are displayed.
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...
I'm sure there are others with much larger applications. This one only has 28K records now. I rewrote the search capability eliminating the VFP wizard generated "FIND" button and it is extremely fast now. I have other applications that have just less than 100K records and they are also...
Hi Weedz - I had tried that also and when I drag the class onto the form, the cursor turns into a circle with a slanted line through it and won't let me drop it on the form.
Hi All,
Can anyone tell me how to drag a class and drop it on a form? This may be stupid but I tried dragging stretch.vcx from it's folder in explorer to the form while in the modify mode.
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.
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.