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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by johnjames

  1. johnjames

    Graphs in VFP

    Robert, I see that you generate a man reports automatically each night. You use VFP to do the data collection and analysis, and spit out HTML with links to the generated GIF graphs. I ask you a question? Can I make a graf of the totals of the collections that are taken up each...
  2. johnjames

    who and how generate new passwords?

    We now have the splash with timer... We now have the login form for the user name & password... BUT! On what form? & how? do I have a very SELECTED PERSON put in a new password. (Let us say someone forget their password). Not anyone can put in the password.
  3. johnjames

    how to start the white visual foxpro screen from showing

    Here is what I got out of the password search on encrypting the password... To avoid readable data, I do the fllowing... The data is accepted and stored in a different way. Let us say.. the myPassWord is "ABCD1234". Then the data stored is converted by using SYS(2007,myPassWord)...
  4. johnjames

    how to start the white visual foxpro screen from showing

    Thanks Ramani on the white foxpro_screen change... I have a seperate clanguage table and change words on the fly... I see I can change the color or the form's picture on the fly too, not? So I have to build a seperate table for colors and .jpg or .bmp pictures. That could be controled with a...
  5. johnjames

    timedSplash_loginform_Menuprogram??

    This password follows the timmer-splash sheet... Here is the code for my password form "login.scx" .... I have a password .dbf table called login2.dbf with two fields, one userid (character10) and another password (character10). I hope to encrypt the passwords typed into the...
  6. johnjames

    how to start the white visual foxpro screen from showing

    A question? Can I build a type of c_screen memos similiar to my c_language.memos and put in the different colors and variety of pictures in the memos so that the user could pick and select any one to run always where the white foxpro _screen is. How would one activate or control which...
  7. johnjames

    timedSplash_loginform_Menuprogram??

    Chris, Could you explain the steps after the 0_splash.scx. It opens fine now but it sends a message: Can not find "GCpath is not found" and the label on the 0_splash needs my clanguage program to be seen so it appears blank. When I do a rebuild it calls for the forms smallfooter...
  8. johnjames

    timedSplash_loginform_Menuprogram??

    I wonder if one of you might point me to pick up the code for the login and password.pgr. My menu program is main_menu_new.I have a 0_splash.scx with a timer on it. I have built a form called login.scx with the password textbox in place. I have a question? I have my menus built but while the...
  9. johnjames

    timedSplash_loginform_Menuprogram??

    Hi, need a hand to complete the idea... 1.)my first form is "splash" sheet and would run on timer 6 seconds.. 2.)next form is the login form for a password permit... 3.)and completing the login correctly it activates the menu-program forms... juandiegomcc@yahoo.com
  10. johnjames

    SORRY == "Add New Item" to Combobox =X not "edit"

    Thank you Maniac for the answer on the "Editable" combo. I may have phrased it wrong. I want to add new items to the combo, or at lest have user add in his language and according to his needs add to the combo. Does this advice you gave me Maniac function the same. juandiegomcc@yahoo.com
  11. johnjames

    Edit "able" ==combo box (tnx eguy and Jack Strawn)

    I am looking how to build a combo box which I can make EDIT "ABLE". Or maybe a thread on how to do it. I want to thank Eguy and Jack Strawn for the fine answer on the lower case conversion of the text box. It works super!!!!!!!!!!!!! Thanks.

Part and Inventory Search

Back
Top