New Comment on "FoxcodePlus"
Per '21- Documenting properties with custom tooltip', you have to use a triple ampersand after a property definition to get custom tool tip for that property. It would be great if FoxCodePlus could...
View ArticleNew Comment on "FoxcodePlus"
WRT '22- Help pressing F1 - Pressing F1 to open intellisense, VFP will open the help with the command, function, method or event positioned.', I don't see any difference when compared against the...
View ArticleNew Post: PEM Editor: Property CTHORDISPATCHER is not found
I just updated to the latest PEM Editor from version 7 Beta 3. When running StartPEMEditor.prg, I get the error "Property CTHORDISPATCHER is not found." The forms open fine from the Thor/IDE Tools...
View ArticleNew Post: PEM Editor: Property CTHORDISPATCHER is not found
Joel --PEM Editor now assumes that you are running Thor. That property is the main Thor "object" (actually, just an executable string)Many of the features from PEM Editor are now also accessible from...
View ArticleNew Post: PEM Editor: Property CTHORDISPATCHER is not found
Hi Jim, I do have Thor installed (sorry if that wasn't clear). I like to have the PEMEditor window open when I start my VFP framework. I accomplished that in the past by running StartPEMEditor.prg. Is...
View ArticleNew Post: PEM Editor: Property CTHORDISPATCHER is not found
Joel --Yes, assuming that you have run Thor first. In fact, I recommend that you execute RunThor(7) as part of the setup program for your IDE.To get PEM Editor to start automatically, go to the Thor...
View ArticleNew Post: PEM Editor: Property CTHORDISPATCHER is not found
Thanks Jim. That worked. Joel
View ArticleNew Post: VFP9SP2 on SurfacePro
Just wondering if anyone has had time to play with VFP9SP2 on a SurfacePro. We still develope and support a few applications under VFPSP2 and I have been receiving some reports from developers and...
View ArticleUpdated Wiki: Thor Videos
 Videos by CategoryVideos by DateUpcoming Videos Videos by CategoryThorUsing Tool Launcher(7:57)50 Ways to Run a Thor Tool (14:39)GoFish 4GoFish - Code Search Tool(12:13)IntellisenseXGetting...
View ArticleUpdated Wiki: Thor News
  Tool manager for FoxPro Last Program Update: 2013-03-05Post questions, bug reports, etc. in the Thor Discussion GroupWatch Thor videosNew Video: 50 Ways to Run a Thor Tool#15, 2013-03-31 The new Thor...
View ArticleNew Post: VFP9SP2 on SurfacePro
Do you have any specifics as to the error? If people are using Touch input, then I don't know why TabStop would be an issue.
View ArticleUpdated Wiki: Thor Super Browse
Page under construction...Left pane This side shows a grid with all the fields, by default they are in alpabethical order. The order can be changed by clicking one of the headers. In the left column...
View ArticleCreated Issue: VFP2C32front - Error parsing struct [33932]
Hi folks.I've tried to parse a NCCALCSIZE_PARAMS struct in vfp2c32front.exe but an error occurs:Unknown type specifier 'PWINDOWPOS'!Here is the structure:typedef struct tagNCCALCSIZE_PARAMS { RECT...
View ArticleNew Comment on "FoxcodePlus"
Hi everyone, If you want to post an issue, please use the option ISSUE TRACKER. I can't answer the issues in this place. Remember, FoxcodePlus is a BETA version and FREE. However, several developers...
View ArticleNew Comment on "VFP 9 SP2 Help File"
There are no references to the ADLLS() function from any of the other DLL functions (ie DECLARE DLL, DISPLAY DLL, etc.).
View ArticleNew Comment on "VFP 9 SP2 Help File"
When using ASCAN() the nStartElement and nElementsSearched parameters can not be empty if the nSearchColumn parameter is used. They must contain a -1. ASCAN(aaray,"HELLO", , ,2,15) will return an error...
View ArticleCommented Issue: FoxcodePlus - Between() [33877]
FoxcodePlus not working properly when we highlight a Variable from dropdown list and press " , " for select the value :Local ldDate1, ldDate2ldDate1 = Date()ldDate2 = Date()if between(junk1.trndate,ld...
View ArticleCommented Issue: FoxcodePlus - # not working [33868]
when we press " # " then not writing the highlighted value ?like :if psaudac. && here i have selected the field " Bagweight " from Intellisense dropdown list and press " # "But it is writing...
View ArticleCommented Issue: FoxcodePlus - Alter Table [33834]
How to select field type when we use __Alter Table TableName add column ColumnName C(10)__ with FoxCodePlus ?Warm regards,mk.Comments: ** Comment from web user: bruscain ** It's not an issue. Ignore...
View Article