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 TouchToneTommy 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 jayjay555

  1. jayjay555

    icons for vfp

    Hi Mike, What do you mean exactly by "free only for personal use.". Am I able to use them in my app? Please let me know. Thanks, JJ
  2. jayjay555

    icons for vfp

    hi All, I'm wondering if any of you know where I can find some cool (and free) icons for my vfp app. I'm talking about icons for the 'push buttons' in my app. Any suggestions? thanks, jj
  3. jayjay555

    grids & epilepitc seizures

    you guys are the best. thanks all for all your help sand patience.
  4. jayjay555

    hours time

    turns out good. thanks
  5. jayjay555

    hours time

    Hi, I have a "text field c(5)" with examples as such: 01:45 09:34 11:46 13:08 14:33 17:01 22:49 etc. which is a time field (i.e: the timestanp). I need to find 3 hours + that field. N.B, any simple way? please help. Thanks, JJ
  6. jayjay555

    spinner to show 00 instead of 0

    nevermind. I jut got it. thanks guys!! :)
  7. jayjay555

    spinner to show 00 instead of 0

    HI, a simple question. how do i make my spinner show 00 to 10 instead of 0 to 10? is it possible? I've tried the 'input mask' and i've tried the format but it still doesn;t seem to work. any ideas? thanks, jj
  8. jayjay555

    grids & epilepitc seizures

    I actually agree with all you. The blinking is going to be very annoying but that seems to be what they want. I will just change the background color as well as add the forecolor red+bold. I think like you all said, it will become very annoying and I couldn't agree more. thank you.
  9. jayjay555

    vfp 8 and shellexecute

    hi Mike, Yes, I know and I have it. Thank You. Greatly apprecaited. BUT I was just wondering what the "http" stuff is in there for exacttly?
  10. jayjay555

    grids & epilepitc seizures

    HI, I managed to make certain rows in my grid "red+bold" from a certain conditions in the fields. Now my client wants that specific row to blink (flash) as well. Can that be done? Anvody know how to do that one? FYI: I've got the rest down packed in my grid row with no problems and I...
  11. jayjay555

    vfp 8 and shellexecute

    perfect. but, what;s the: http://schemas.microsoft.com/cdo/configuration/sendusing stuff? please let me know
  12. jayjay555

    vfp 8 and shellexecute

    Yes, the following code works: DECLARE INTEGER ShellExecute IN shell32.dll INTEGER hndWin, STRING cAction, STRING cFileName, STRING cParams, STRING cDir, INTEGER nShowWin lcMail = "mailto:jj@jj.com"+ ; "?CC= jj@jj.com&Subject= Meet for lunch"+ ; "&Body= Please join me for a sandwich at...
  13. jayjay555

    vfp 8 and shellexecute

    hi all, I have this code which works fine except it doesn't actually send the email address. It waits there and the user has to press "ALT-S" to send. Can someboday please help and how to solve it. here is the code: DECLARE INTEGER ShellExecute IN shell32.dll INTEGER hndWin, STRING cAction...

Part and Inventory Search

Back
Top