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: gmattox
  • Order by date
  1. gmattox

    Removing a Database

    Marcia, THis worked great with just very minor mods. Thanks a lot. Here is the completed routine for going through all forms in a directory: LOCAL lcProperties, lnProps, lnI, lnF LOCAL Array laProperties[ 1 ] LOCAL laForms[ 1 ], lnF laProperties = " " lnProps = 0 lnI = 0 lnF = 0 SET EXACT OFF...
  2. gmattox

    Removing a Database

    Hey, I want to remove a database & free the tables. THis portion works fine. My problem is when I go to the forms using the now free tables he says he can't find the database. Then he wants to 'Locate' or 'Ignore' the database. If I 'Ignore' he removes all the tables from the form. I have got...
  3. gmattox

    Graphic Sizing Problem

    I posted this the other day but my post disappeared so here it is again. I am using a form and image class from VFP 8. And, when you left click the image I increase the size of the image and when you right click the image I decrease the size of the image.I do this by just increasing and...
  4. gmattox

    Trouble Using "SendSmtpEmail"

    Bill, Mike and the rest, Thanks for the help. Got it working perfectly (so far). Sending one or sending mass amounts one at a time. I do appreciate it. Gary
  5. gmattox

    Trouble Using "SendSmtpEmail"

    Okay Guys, I got SendSmtpEmail routine working if I set all the variables in the top of the routine and run it as a pgm. If I setup a form to set the variables and call the routine I get nothing. What am I doing wrong. Thanks for your patience, Gary
  6. gmattox

    Trouble Using "SendSmtpEmail"

    Is there another email method that does not require any third party software? This package is to be distributed to many different users. They will be emailing batches of emails and single emails with and without attachments. And, we don't want to require that they have other software. Thanks Gary
  7. gmattox

    Trouble Using "SendSmtpEmail"

    The routine was connecting fine, it was after it connected and hit the HELO statement when I got the message "HELO Failed". Thanks Again Gary
  8. gmattox

    Trouble Using "SendSmtpEmail"

    Using "smtp.bellsouth.net" didn't help either. Thanks though.
  9. gmattox

    Trouble Using "SendSmtpEmail"

    Mike, Thanks for replying. I think I do 1and1.com hosts my website and emails and bellsouth dsl provides my service. I have been developing in fox since '84 but just now getting into this web stuff. Gary
  10. gmattox

    Trouble Using "SendSmtpEmail"

    I have just started trying to use email with VFP. Liked the looks of SendSmtpEmail. But, I have run into a couple of problems right off the bat. First it would not connect if I put a port number on the servername, second, I am now getting "Failed HELO" message. I believe I have the latest...
  11. gmattox

    Messagebox Question

    Is there a way to have the messagebox not select any button? I have a customer that enters data so fast she keys right by the messagebox? Thanks, Gary
  12. gmattox

    How do you get a browse window on desktop?

    I figured this one out. This works perfectly! DEFINE WINDOW BROWSE_WIN FROM 1,25 TO 50,110 GROW FLOAT FONT 'Arial', 8 IN DESKTOP ACTIVATE WINDOW BROWSE_WIN NOSHOW BROWSE NOAPPEND NODELETE NOMODIFY WINDOW BROWSE_WIN
  13. gmattox

    How do you get a browse window on desktop?

    I have looked through the archives and cannot find this question. I have built my application with DESKTOP = .T. and this works great except when I launch a normal browse from within a form it stays inside the main VFP window. How do I get it outside so it will be on the desktop also? Thanks...
  14. gmattox

    Executing a form on desktop w/o main VFP screen

    I ask a question a week or so ago and I probably wasn't real clear. So, I am going to re-phrase it. I want to execute a form on the desktop without having the main VFP screen, just the form on the desktop. Anyone got any ideas. Gary
  15. gmattox

    Using Forms as Menu's w/o Main VFP Screen

    Is there a way to use forms as menus (chained together) without getting the main VFP screen? In other words, I want my security login form to be the only thing on the desktop when the system is executed then it will chain to the main menu. Just thought I would ask. Gary

Part and Inventory Search

Back
Top