New Post: PDF reports in SQL server (client server) environment
Hi Claudfox, This is just beautiful. First I have to comment on your excellent work in making this system so stable and easy to use. I have almost finished with my PDF module and would like to share my...
View ArticleNew Post: PDF reports in SQL server (client server) environment
Thank you - excellent feedback for PDF reports!
View ArticleNew Post: Href to .PDF file
This problem is specific to Jquery mobile. I believe it is due to the Ajax call that JQ mobile makes on submit ( rather than the normal browser submit). To fix the problem, we need to block Jquery Ajax...
View ArticleNew Post: RESTful Services
Hi All, I'm working on a project at the moment using AVFP as a RESTful Server. I'm interested to hear from anybody else that is doing the same and how things are going. Following on from the excellent...
View ArticleNew Post: RESTful Services
My experience is with Appery.io and PULLIng information from FoxPro tables. In summary I create code that ends up spitting out a rest data set. url/controller/keyfield -- is then called from within...
View ArticleReviewed: ActiveVFP 6.03 (Aug 18, 2013)
Rated 1 Stars (out of 5) - Restful part of the program is full of bugs. Unless I solve this and post that I've gotten through it, do not bother.
View ArticleNew Post: Struggling with Activevfp
Hi Mike, If I'm understanding your question correctly, I have been referring in combination to the main AVFP documentation http://thetechconsult.com/avfp553/html/docs.htm, discussions/posting and I...
View ArticleNew Post: Struggling with Activevfp
(part 1)customers.prg -Customers Controller bypasses Main.prg and .AVFP script code * Define Class master2Controller As restController * Procedure openData _cursel = Select() _currec = Recno() Set...
View ArticleNew Post: Struggling with Activevfp
(part 2) *** =gettrans1() *** =gettotals1()Local _ll1 oJSON.keyforcursors="master" oResponse.ContentType = "application/json;charset=utf-8" oResponse.Write(oJSON.stringify('SearchResults'))...
View ArticleNew Post: Struggling with Activevfp
Yes.. Our basic problem is not having the tracing feature. I too faced the problem with tracing my code. However, I did not intend to use MVC ( i.e. Only POST and sessions are allowed due to security...
View ArticleNew Post: Struggling with Activevfp
Hi Mike, re: Creating an instance of the COM component with CLSID {BEF60CED-FB7C-4835-A927-4EC90F5162CB} from the IClassFactory failed due to the following error: 80004005. type errors... Like Titu1, I...
View ArticleNew Post: Struggling with Activevfp
COM error would not show much. It’s a standard garbage line. It just tells that you had some problem in your code. Normally ComReturnError() gives a better picture. I am not sure if it's implemented in...
View ArticleNew Post: Struggling with Activevfp
This is just one of many PRG's that fail. they all compile just fine. thank you for taking the time to look at this code. Many PRGS bomb. Not just this one.
View ArticleNew 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.
View ArticleNew Post: RESTful Services
Simon, Love to hear how it's going. Are you looking to build an extension or possibly to ensure the current REST handler in ActiveVFP? While right now most of my work is using plain AVFP, I'm doing...
View ArticleCreated Unassigned: Session Class/COMRETURNERROR to RestHelper [34388]
Change DEFINE CLASS restHelper AS Custom to DEFINE CLASS restHelper AS Sessionand Add COMRETURNERROR to Error method in resthelper.prg
View Article