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 PichiMedia

  1. PichiMedia

    SysTray Icon help please.

    Thank you!
  2. PichiMedia

    SysTray Icon help please.

    Hello, I did a small program (EXE) in VFP8, which tells me when my fav programme is on TV, like a TV quide, but this is not important. I want this program to minimize in the SysTray, in the taskbar, near the clock, and when I right click on its icon, a menu should appear like APPEND, DELETE...
  3. PichiMedia

    Crypting an EXE!?

    Thank you all, you've gave me a starting point. Thank you.
  4. PichiMedia

    Crypting an EXE!?

    Hello, I wonder if this is somehow possible. I am using passwords for my FOXPRO EXE programs, in a way that if they are to be copyed on a different computer, they ain't starting, unless the correct password is entered. But if someone uses a DECOMPILER like REFOX, my code will be public, and so...
  5. PichiMedia

    How to create registry keys ?

    Thank you
  6. PichiMedia

    How to create registry keys ?

    Is there a way to create a key in the Windows registry? For example, when I run a form I want to check into the registry if a certain value is for example 1 or is it 2. If the value is one, the program will continue, if not exit. Is there a way to create a key in the registry and then check it's...
  7. PichiMedia

    Create a quick search in text field

    Thank you very much, this works like a charm, i've been going mad for the past few days, and didn't thought I'll manage to do it, but thanks to you guys, now it works. I need to do some minor modifications to display the name as I want to, but it works , thank you!
  8. PichiMedia

    Create a quick search in text field

    Thank you guys, for your help, I did tried to add this an the Interactive Change of TEXT1: set exact off lcFilter = [Client_name = '] + alltrim(THISFORM.TEXT1.VALUE) + ['] set filter to &lcFilter locate but it does nothing. Then I've downloaded the files from the website, but it's to...
  9. PichiMedia

    Create a quick search in text field

    I am using VFP8. I have a table called CLIENTS with 2 fields, one is called CLIENT_NAME(character) and the other one is called VALUE(numeric). I have a simple form, on which I dragged a text field (TEXT1), and a combo box (COMBO1). I've inserted the CLIENTS table at the DATA INVOIREMENT window...
  10. PichiMedia

    How to add corectlly?

    Thank you all for posting your help messages. I am sorry I could not log on to this forum, but it's not like I have INternet 24/7 like you guys. The mistake was made by me. Like I said in my original post i used somethign like this: SUM ALL FOR month(MYDATE)=3 and year(mydate)=2007 to MYVAR...
  11. PichiMedia

    How to add corectlly?

    I am using Visual FoxPro8, and I have this little aplication that I just did. Among other functions, this aplication is suppose to SUM all the paychecks from a particular month. Well the SUM is wrong, or I might be missing something, I am hoping you guys might help me out. For example, I want to...

Part and Inventory Search

Back
Top