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...
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...
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...
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
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
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
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
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...
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
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...
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
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.