protecting from unauthorize person..
anyone can delete or modify that file which could be a problem
to the system and the administrator.
in addition, that files can be modified or deleted by
the administrator only that is why that files are not free
to modify by user only
after i copied docx file into a specific folder..
i discovered that the files on that folder can be mannualy modified or deleted..
so what is the best and easiest to protect files on that folder.
thnx
tnx guys..
i believe this part.
PROCEDURE DriverConnect
THIS.msg(WM_CAP_DRIVER_CONNECTS,0,0)
IF THIS.IsCaptureConnected()
ThisForm.StartPreview
THIS.GetCaptureDimensions
STORE .T. TO THIS.cmdGetFrame.Enabled;
THIS.Caption = THIS.Caption + ": connected, " +...
actually there is no error message displayed that is why i uploaded the image.
it is just a pop up screen showing to select the driver of camera. while the form with the camera control
displays a black screen.
here is the screen shot..
others said that it is a driver problem.http://files.engineering.com/getfile.aspx?folder=4f8b9737-b3c8-4365-8b02-94c224b3f04b&file=bb.png
i have found code to take a picture but the problem is
i always run it 3-10 times to make it work..
i already loop it but it lags a lot..
what i want is the system gets snapshot after the user
prompts to log in.
i use this to copy a file to specific folder:
source=GETFILE()
source = "'" + source + "'"
targetdir="C:\System\ORD"
targetdir = "'" + targetdir + "'" && Add ' so that the complete path is treated as one string
copy file &source to &targetdir
what i want is to get the complete location of the...
After i created a foxpro proram installer..
It come to my mind if that program will also can
be installed in an android device.
is it possible to convert VFP program into an apk file?
thanks..
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.