New Post: Firefox / IE two forms issue
Strange issue I can't seem to solve. I have been working in IE to develop a few .avfp pages, which work great. Some of these pages contain two seperate <forms> This works well in IE. However when...
View ArticleNew Post: Move from AVFP ver 6.03 to 5.53
I have AVFP 6.03 working in Win 7 64 bit home premium. Is it possible to install ver 5.53 in the above machine?... prefer to have both versions side by side if possible. 5.53 is required because I need...
View ArticleNew Post: Firefox / IE two forms issue
You need firebug: https://getfirebug.com/ It's a debugger not that dissimilar to the VFP Debugger. I use it script tab with suspends at troubesome code spots. Can't recommend it highly enough. Chrome...
View ArticleNew Post: Firefox / IE two forms issue
Oh yeah .. and don't forget to right click the browser screen > reveal source Some browsers see HTML and are able to "figure out" what was meant by mis-coded HTML Other browers will ignore the...
View ArticleNew Post: Where should I open tables & do this?
Where do you suggest I open up 4 or so tables and set relations to these tables so I can use them later in my master controller programs that return json. I don't want to open the tables more than...
View ArticleNew Post: Where should I open tables & do this?
No, if you're using a Controller, main.prg never gets called. I would open them in either the Init method of your Controller Class or a custom method of your Controller class.
View ArticleNew Post: Move from AVFP ver 6.03 to 5.53
Hi Claudefox, I downloaded the AVFP 553 installer and source. After installer ( and source copy over) finished, the start page showed OK. However, the PJT file is reporting as corrupt when I try to...
View ArticleNew Post: Move from AVFP ver 6.03 to 5.53
An Update.. I found another copy of Ver 5.53 source included in the Ver 6.03 source download. After copying them over, the PJT files seems to be fixed. However, I am still getting the 'Retrieving the...
View ArticleNew Post: Community Appery account with EC2 as well
Ok, the demo is working at Amazon EC2: The virtual directory I created is /avfp. The demo link is: http://54.215.18.104/avfp/default.avfp and here is the GetEmployees...
View ArticleNew Post: Community Appery account with EC2 as well
The appery.io account has been set up, my current problem is it remembers who I am, so I had to use a virtual machine to login. If somebody can figure out how to get rid of the cookies related to the...
View ArticleNew Post: Community Appery account with EC2 as well
There is a folder called c:\data and inside it I have c:\data\mike This is where I plan on putting files related to me. Feel free to add your ownc:\data\yourname Claude can chime in if he has another...
View ArticleNew Post: Community Appery account with EC2 as well
http://appery.io/app/mobile-frame?src=http://appery.io/app/view/f48bc646-4319-4646-ac3c-4f619f2c1df0/Page1.html&type=mobile Send me your email address for your Appery account and I'll add you to...
View ArticleUpdated Wiki: Home
ActiveVFP Project - Foxpro on the World Wide WebAVFP- best choice for using FoxPro as a RESTful server. AVFP- best choice for using FoxPro with Android, iPad, iPhone.ActiveVFP 6.03 Demo (on local...
View ArticleUpdated Wiki: Home
ActiveVFP Project - Foxpro on the World Wide WebAVFP- best choice for using FoxPro as a RESTful server. AVFP- best choice for using FoxPro with Android, iPad, iPhone.ActiveVFP 6.03 Demo (on local...
View ArticleNew Post: Error -- what could this be?
Error still there.http://54.215.18.104/avfp/master2d/465973 Server Error in '/avfp' Application. Creating an instance of the COM component with CLSID {BEF60CED-FB7C-4835-A927-4EC90F5162CB} from the...
View ArticleNew Post: Error -- what could this be?
But error not here:http://54.215.18.104/avfp/customers/getemployees It's got to be your app.....
View ArticleNew Post: Error -- what could this be?
its just foxpro. I sent you the prg. Everything is also on the server.
View ArticleNew Post: Error -- what could this be?
I'm not going to fix your program. You need to track down what's causing the problem, not me...Do it exactly like the Customer Controller. Or use the Customer Controller. If you pin down a specific...
View Article