New Post: Struggling with Activevfp
And remember... the same exact PRG will run sometimes and not bomb. without changing 1 line of code. it just decides to work. Likely because you weren't using ADDITIVE in your SET PROC as we...
View ArticleNew Post: Struggling with Activevfp
I emailed you some files. I am putting more together. See if you can get the simple ones working first along with my databases. I am also trying to figure out why they are not working. So far I've only...
View ArticleNew Post: Struggling with Activevfp
Claude your REST examples are simple. My 13 year old son could have written them. Get something working in the real world that has some depth and then come back to me and tell me it always works And...
View ArticleNew Post: Struggling with Activevfp
And just as a side note. I do not doubt for 1 moment that Activevfp works 100% of the time. What I do doubt is that REST code is stable. And if it IS stable. I sure isn't for me. Call me an idiot, call...
View ArticleNew Post: Struggling with Activevfp
More like an extreme whiner. You are extremely lucky Simon and Titu1 are willing to help you. You've done nothing but whine and trash the project when things are not working for you and you have...
View ArticleNew Post: Struggling with Activevfp
Complete BS ... I posted EC2 and shared Appery.io work. Soon I'll be talking on thefoxshow regarding my experience with Appery and tools that allow me to talk to FoxPro via the web. I've been playing...
View ArticleNew Post: Struggling with Activevfp
You still don't understand (big surprise!). This is not my project - it's the FoxPro community's project. So you think you're attacking me but you're attacking the community - good luck with that......
View ArticleNew Post: Struggling with Activevfp
Just out of curiosity Claude: of the people that are here in this forum, what percentage of the lines of code are YOURS, or somebody that's actively here all the time? You can't use people like Rick as...
View ArticleNew Post: Struggling with Activevfp
Server Error in '/cfoxtow_web9V' Application. Creating an instance of the COM component with CLSID {BEF60CED-FB7C-4835-A927-4EC90F5162CB} from the IClassFactory failed due to the following error:...
View ArticleNew Post: Struggling with Activevfp
I'm going through all the code... and trying to figure out what's going on. There is a lot of it. Versions as I moved ahead and changed things. I have noticed set procedure to ............ (without)...
View ArticleNew Post: Struggling with Activevfp
Hi Mike (abigdreamer), Did you change the set proc statement and if so has it made a difference? Regards, Simon
View ArticleNew Post: Server timeout
How do I increase the server timeout? A couple of reports require very heavy data processing and it's timing out.
View ArticleNew Post: Server timeout
Try: oSession.timeout(14400) in the init There may be a setting in web.config too. Also to be considered is running as a background thread.
View ArticleNew Post: Server timeout
‘........Also to be considered is running as a background thread........’ Yet more goodies to be uncovered. And thanks.
View ArticleNew Post: Server timeout
Also to be considered is running as a background thread. Interesting timing because I've just finished watching an excellent presentation made last night and think it relates to this posting. Please...
View ArticleNew Post: Struggling with Activevfp
You're just an ass. But a selfish and rude one too...
View ArticleNew Post: Codeplex Code of Conduct
The Codeplex Code of Conduct can be found here:http://www.codeplex.com/site/legal/conduct I never thought I would need to post this but if certain people continue with the negative remarks and lack of...
View ArticleNew Post: Restricted FOXPRO commands (DO NOT USE in Activevfp)
Claude its a pre-processor idea that you simply run your PRG's through and HUGE mistakes will be auto corrected. Einstein would approve
View ArticleNew Post: Struggling with Activevfp
I doubt it’s any different from any other VFP application. The things which I faced were as.. not necessarily crash. Most occur during debugging. Leaving dangling objects ( i.e. created by...
View Article