Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: eyeshield21
  • Content: Threads
  • Order by date
  1. eyeshield21

    Secure docx file in a folder

    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
  2. eyeshield21

    resize font of date and time picker

    cant find on the properties the font size.. or should i code it on runtime..
  3. eyeshield21

    Date and Time picker for search

    how can i use the date and time picher for filtering date?
  4. eyeshield21

    Snapshot using camera of laptop

    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.
  5. eyeshield21

    How to get the filename after copied.

    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...
  6. eyeshield21

    Foxpro program conversion

    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..
  7. eyeshield21

    Locate a docx file into a grid table

    what i want is if a user clicks/ right click on one of the data on the grid opens a specific docx file.
  8. eyeshield21

    Foxpro Software

    afte i make the installer of my program,..i found out that my program is not working on pc without the Foxpro installed on it.. how to do this without the foxpro program.? tnx in advance
  9. eyeshield21

    pdf editor in a form

    is there a possible ways to edit a pdf file viewed into a form in vfp? Thanks
  10. eyeshield21

    trial version in vfp

    what is the easiest way to create a demo which will expire after such and such days? and also to prevent the user to change system date
  11. eyeshield21

    olecontrol swf file in form

    i have a form which contains swf file and i want to put a code on its click event but i realize that there is no click event of the ole control.. or is it possible? plz help..tnx
  12. eyeshield21

    How to put into code to clear data in all table

    When I press a button, then all saved data on all tables will be deleted or something like reset tnx in advance...
  13. eyeshield21

    How to link button to a pageframe of another form

    What i want is that if i press a button then the current form will close and loads another form with a specific pageframe is activated.. im stuck at this code... Thisform.release do form c:\folder\form.scx... thanks in advance
  14. eyeshield21

    Overlapping forms in vfp

    i used this code to close my current form and loads another form.. THISFORM.release DO FORM C:\form... it loads the new form but it overlaps the current form then another click is needed to close the first form..
  15. eyeshield21

    Transparent form

    how to transparent only the form and so the controls are visible in vfp
  16. eyeshield21

    Automatically logouts user after 10 min

    Is it possible with foxpro if a user did not move the mouse or do nothing on the screen after 10 min, then automatically log outs the current user asking to log in again just like on windows.. if it is possible..can you give me some ideas on how to do it? tnx in advance...
  17. eyeshield21

    Error on modifying a form in vfp

    I have this form frm_main.scx which is working before but now when I try to modify it, it gives me an error below. Error loading file-record number 42.label <or one of its member>. fontcharset: expression evaluated to an illegal value. I have some back up of this files which I modified but...
  18. eyeshield21

    Modifying a form in vfp9

    I have this form frm_main.scx which is working before but now when I try to modify it, it gives me an error below. I have attached my form... Error loading file-record number 42.label <or one of its member>. fontcharset: expression evaluated to an illegal value. I have some back up of this...

Part and Inventory Search

Back
Top