├── Foxcode ├── fc_mru.bmp ├── fc_mru.msk ├── ints.SCT ├── ints.scx ├── method.bmp ├── fc_maint.bmp ├── fc_maint.msk ├── foxcode.DBF ├── foxcode.FPT ├── foxcode.FXP ├── foxcode.PJT ├── foxcode.SCT ├── foxcode.VCT ├── foxcode.pjx ├── foxcode.prg ├── foxcode.scx ├── foxcode.vcx ├── foxcode2.FPT ├── foxcode2.dbf ├── foxpak1.DBF ├── foxpak1.FPT ├── typelibs.SCT ├── typelibs.scx ├── FXCDE_BACK.DBF ├── FXCDE_BACK.FPT ├── fc_custom.bmp ├── fc_custom.msk ├── fc_refresh.bmp ├── fc_refresh.msk ├── table_update.bmp ├── Sumário do OneNote.onetoc2 ├── vfpxpoweredby_alternative.gif └── foxcode.h ├── Docs ├── FoxcodePlus_en.pdf └── FoxcodePlus_pt.pdf ├── FoxcodePlus ├── foxcode.DBF ├── foxcode.FPT ├── tests │ ├── a.FXP │ ├── a.SCT │ ├── a.SCX │ ├── b.SCT │ ├── b.SCX │ ├── ax.PRG │ ├── rdb.VCT │ ├── rdb.vcx │ ├── libs.VCT │ ├── libs.vcx │ ├── sample.SCT │ ├── sample.SCX │ ├── bigfile.prg │ ├── foxcode.DBF │ ├── foxcode.FPT │ ├── report1.frx │ ├── rpt0001.frx │ ├── sgo_base.vct │ ├── sgo_base.vcx │ ├── triggers.PRG │ ├── Customers.SCT │ ├── Customers.SCX │ ├── Customers.frx │ ├── FOXTOOLS_FD.txt │ ├── FormTest1.SCT │ ├── FormTest1.scx │ ├── Suppliers.SCT │ ├── Suppliers.SCX │ ├── maintools.vct │ ├── maintools.vcx │ ├── rpt0001-A.frx │ ├── foxcodetools.prg │ ├── const.h │ ├── d.prg │ ├── users.dbf │ ├── customers.dbf │ ├── suppliers.dbf │ ├── table1.dbf │ ├── table2.dbf │ ├── y.PRG │ ├── c.PRG │ ├── z.prg │ ├── _b.PRG │ ├── xpto.prg │ ├── Customers.FRT │ ├── report1.FRT │ ├── rpt0001-A.FRT │ ├── rpt0001.FRT │ ├── _a.PRG │ ├── aa.prg │ ├── x.prg │ ├── a.prg │ ├── foxtests.PRG │ └── foxtools_functions.txt ├── foxcodeplus.DBF ├── foxcodeplus.FPT ├── foxcodeplus.PJT ├── foxcodeplus.pjx ├── foxcodeplus.prg ├── foxcodeplus2.CDX ├── foxcodeplus2.dbf ├── foxcodeplus3.CDX ├── foxcodeplus3.DBF ├── foxcodeplus3.FPT ├── images │ ├── Thumbs.db │ ├── cmd2_vs.bmp │ ├── cmd_vs.bmp │ ├── errors.png │ ├── errors2.bmp │ ├── form_vs.bmp │ ├── prg_vs.bmp │ ├── var_vs.bmp │ ├── warning.png │ ├── boolean_vs.bmp │ ├── class_vs.bmp │ ├── control_vs.bmp │ ├── event_vs.bmp │ ├── field_vs.bmp │ ├── library_vs.bmp │ ├── method_vs.bmp │ ├── objinst_vs.bmp │ ├── report_vs.bmp │ ├── table_vs.bmp │ ├── warning2.bmp │ ├── constant_vs.bmp │ ├── property_vs.bmp │ ├── ColorDialog_vs.bmp │ ├── FontDialog_vs.bmp │ ├── error_list_menu.bmp │ ├── eventhidden_vs.bmp │ ├── methodhidden_vs.bmp │ ├── PictureDialog_vs.bmp │ ├── eventprotected_vs.bmp │ ├── propertyhidden_vs.bmp │ ├── methodprotected_vs.bmp │ ├── propertyprotected_vs.bmp │ ├── propertyreadonly_vs.bmp │ └── Sumário do OneNote.onetoc2 ├── foxcodetooltip.prg ├── foxcodeplus_ref.CDX ├── foxcodeplus_ref.DBF ├── Sumário do OneNote.onetoc2 ├── foxcodeplusintellisense.VCT ├── foxcodeplusintellisense.vcx └── foxcodeplus_ref.FPT ├── FoxcodePlus_fcpFields.png ├── FoxcodePlus_fcpObjRef.png ├── FoxcodePlus_fcpTables.png ├── FoxcodePlus_fcpConstant.png ├── FoxcodePlus_fcpErrorList.png ├── FoxcodePlus_fcpForEach.png ├── FoxcodePlus_fcpINCLUDE.png ├── FoxcodePlus_fcpInAlias.png ├── FoxcodePlus_fcpSummary.png ├── FoxcodePlus_fcpTipError1.png ├── FoxcodePlus_fcpTipError2.png ├── FoxcodePlus_fcpTipError3.png ├── FoxcodePlus_fcpTipError4.png ├── FoxcodePlus_fcpTipError5.png ├── FoxcodePlus_fcpTipError6.png ├── FoxcodePlus_fcpTipError7.png ├── FoxcodePlus_fcpErrorlist2.png ├── FoxcodePlus_fcpMemberData2.png ├── FoxcodePlus_fcpReportForm.png ├── FoxcodePlus_fcpSetClasslib.png ├── FoxcodePlus_fcpCreateObject.png ├── FoxcodePlus_fcpMenuErrorList.png ├── FoxcodePlus_fcpSetProcedure.png ├── FoxcodePlus_fcpVFPbackground.png ├── FoxcodePlus_fcpVFPbackground2.png ├── FoxcodePlus_fcpVarIncremental.png ├── FoxcodePlus_fcpShortcutControls.png ├── FoxcodePlus_Distribution ├── foxcode.app ├── foxcodeplus.app ├── FoxcodePlus_en.pdf ├── FoxcodePlus_pt.pdf ├── FoxcodePlus_en.docx ├── FoxcodePlus_pt.docx └── FoxcodePlus │ ├── foxcode.dbf │ ├── foxcode.fpt │ └── images │ ├── Thumbs.db │ ├── cmd2_vs.bmp │ ├── cmd_vs.bmp │ ├── errors.png │ ├── errors2.bmp │ ├── errors2.png │ ├── form_vs.bmp │ ├── prg_vs.bmp │ ├── var_vs.bmp │ ├── warning.png │ ├── boolean_vs.bmp │ ├── class_vs.bmp │ ├── control_vs.bmp │ ├── event_vs.bmp │ ├── field_vs.bmp │ ├── library_vs.bmp │ ├── method_vs.bmp │ ├── objinst_vs.bmp │ ├── report_vs.bmp │ ├── table_vs.bmp │ ├── warning2.bmp │ ├── warning2.png │ ├── constant_vs.bmp │ ├── property_vs.bmp │ ├── ColorDialog_vs.bmp │ ├── FontDialog_vs.bmp │ ├── error_list_menu.bmp │ ├── eventhidden_vs.bmp │ ├── methodhidden_vs.bmp │ ├── PictureDialog_vs.bmp │ ├── eventprotected_vs.bmp │ ├── propertyhidden_vs.bmp │ ├── methodprotected_vs.bmp │ ├── propertyprotected_vs.bmp │ ├── propertyreadonly_vs.bmp │ └── Sumário do OneNote.onetoc2 ├── FoxcodePlus_fcpDataEnvironmentForm.png ├── FoxcodePlus_fcpIntelliSenseManager.png ├── FoxcodePlus_fcpSetClasslib_class1.png ├── FoxcodePlus_fcpSetClasslib_class2.png ├── FoxcodePlus_fcpSetProcedure_class1.png ├── FoxcodePlus_fcpSetProcedure_class2.png ├── FoxcodePlus_fcpSetProcedure_func1.png ├── FoxcodePlus_fcpTooltipParamMethod1.png ├── FoxcodePlus_fcpTooltipParamMethod2.png ├── FoxcodePlus_fcpDataEnvironmentReport.png ├── FoxcodePlus_fcpIntelliSenseManagerUpdate.png └── README.md /Foxcode/fc_mru.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/fc_mru.bmp -------------------------------------------------------------------------------- /Foxcode/fc_mru.msk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/fc_mru.msk -------------------------------------------------------------------------------- /Foxcode/ints.SCT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/ints.SCT -------------------------------------------------------------------------------- /Foxcode/ints.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/ints.scx -------------------------------------------------------------------------------- /Foxcode/method.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/method.bmp -------------------------------------------------------------------------------- /Foxcode/fc_maint.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/fc_maint.bmp -------------------------------------------------------------------------------- /Foxcode/fc_maint.msk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/fc_maint.msk -------------------------------------------------------------------------------- /Foxcode/foxcode.DBF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/foxcode.DBF -------------------------------------------------------------------------------- /Foxcode/foxcode.FPT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/foxcode.FPT -------------------------------------------------------------------------------- /Foxcode/foxcode.FXP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/foxcode.FXP -------------------------------------------------------------------------------- /Foxcode/foxcode.PJT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/foxcode.PJT -------------------------------------------------------------------------------- /Foxcode/foxcode.SCT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/foxcode.SCT -------------------------------------------------------------------------------- /Foxcode/foxcode.VCT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/foxcode.VCT -------------------------------------------------------------------------------- /Foxcode/foxcode.pjx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/foxcode.pjx -------------------------------------------------------------------------------- /Foxcode/foxcode.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/foxcode.prg -------------------------------------------------------------------------------- /Foxcode/foxcode.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/foxcode.scx -------------------------------------------------------------------------------- /Foxcode/foxcode.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/foxcode.vcx -------------------------------------------------------------------------------- /Foxcode/foxcode2.FPT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/foxcode2.FPT -------------------------------------------------------------------------------- /Foxcode/foxcode2.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/foxcode2.dbf -------------------------------------------------------------------------------- /Foxcode/foxpak1.DBF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/foxpak1.DBF -------------------------------------------------------------------------------- /Foxcode/foxpak1.FPT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/foxpak1.FPT -------------------------------------------------------------------------------- /Foxcode/typelibs.SCT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/typelibs.SCT -------------------------------------------------------------------------------- /Foxcode/typelibs.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/typelibs.scx -------------------------------------------------------------------------------- /Docs/FoxcodePlus_en.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Docs/FoxcodePlus_en.pdf -------------------------------------------------------------------------------- /Docs/FoxcodePlus_pt.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Docs/FoxcodePlus_pt.pdf -------------------------------------------------------------------------------- /Foxcode/FXCDE_BACK.DBF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/FXCDE_BACK.DBF -------------------------------------------------------------------------------- /Foxcode/FXCDE_BACK.FPT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/FXCDE_BACK.FPT -------------------------------------------------------------------------------- /Foxcode/fc_custom.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/fc_custom.bmp -------------------------------------------------------------------------------- /Foxcode/fc_custom.msk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/fc_custom.msk -------------------------------------------------------------------------------- /Foxcode/fc_refresh.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/fc_refresh.bmp -------------------------------------------------------------------------------- /Foxcode/fc_refresh.msk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/fc_refresh.msk -------------------------------------------------------------------------------- /FoxcodePlus/foxcode.DBF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/foxcode.DBF -------------------------------------------------------------------------------- /FoxcodePlus/foxcode.FPT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/foxcode.FPT -------------------------------------------------------------------------------- /FoxcodePlus/tests/a.FXP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/a.FXP -------------------------------------------------------------------------------- /FoxcodePlus/tests/a.SCT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/a.SCT -------------------------------------------------------------------------------- /FoxcodePlus/tests/a.SCX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/a.SCX -------------------------------------------------------------------------------- /FoxcodePlus/tests/b.SCT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/b.SCT -------------------------------------------------------------------------------- /FoxcodePlus/tests/b.SCX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/b.SCX -------------------------------------------------------------------------------- /Foxcode/table_update.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/table_update.bmp -------------------------------------------------------------------------------- /FoxcodePlus/tests/ax.PRG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/ax.PRG -------------------------------------------------------------------------------- /FoxcodePlus/tests/rdb.VCT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/rdb.VCT -------------------------------------------------------------------------------- /FoxcodePlus/tests/rdb.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/rdb.vcx -------------------------------------------------------------------------------- /FoxcodePlus_fcpFields.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpFields.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpObjRef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpObjRef.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpTables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpTables.png -------------------------------------------------------------------------------- /FoxcodePlus/foxcodeplus.DBF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/foxcodeplus.DBF -------------------------------------------------------------------------------- /FoxcodePlus/foxcodeplus.FPT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/foxcodeplus.FPT -------------------------------------------------------------------------------- /FoxcodePlus/foxcodeplus.PJT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/foxcodeplus.PJT -------------------------------------------------------------------------------- /FoxcodePlus/foxcodeplus.pjx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/foxcodeplus.pjx -------------------------------------------------------------------------------- /FoxcodePlus/foxcodeplus.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/foxcodeplus.prg -------------------------------------------------------------------------------- /FoxcodePlus/foxcodeplus2.CDX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/foxcodeplus2.CDX -------------------------------------------------------------------------------- /FoxcodePlus/foxcodeplus2.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/foxcodeplus2.dbf -------------------------------------------------------------------------------- /FoxcodePlus/foxcodeplus3.CDX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/foxcodeplus3.CDX -------------------------------------------------------------------------------- /FoxcodePlus/foxcodeplus3.DBF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/foxcodeplus3.DBF -------------------------------------------------------------------------------- /FoxcodePlus/foxcodeplus3.FPT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/foxcodeplus3.FPT -------------------------------------------------------------------------------- /FoxcodePlus/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/Thumbs.db -------------------------------------------------------------------------------- /FoxcodePlus/tests/libs.VCT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/libs.VCT -------------------------------------------------------------------------------- /FoxcodePlus/tests/libs.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/libs.vcx -------------------------------------------------------------------------------- /FoxcodePlus/tests/sample.SCT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/sample.SCT -------------------------------------------------------------------------------- /FoxcodePlus/tests/sample.SCX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/sample.SCX -------------------------------------------------------------------------------- /FoxcodePlus_fcpConstant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpConstant.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpErrorList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpErrorList.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpForEach.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpForEach.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpINCLUDE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpINCLUDE.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpInAlias.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpInAlias.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpSummary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpSummary.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpTipError1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpTipError1.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpTipError2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpTipError2.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpTipError3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpTipError3.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpTipError4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpTipError4.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpTipError5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpTipError5.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpTipError6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpTipError6.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpTipError7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpTipError7.png -------------------------------------------------------------------------------- /FoxcodePlus/foxcodetooltip.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/foxcodetooltip.prg -------------------------------------------------------------------------------- /FoxcodePlus/images/cmd2_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/cmd2_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus/images/cmd_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/cmd_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus/images/errors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/errors.png -------------------------------------------------------------------------------- /FoxcodePlus/images/errors2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/errors2.bmp -------------------------------------------------------------------------------- /FoxcodePlus/images/form_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/form_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus/images/prg_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/prg_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus/images/var_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/var_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus/images/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/warning.png -------------------------------------------------------------------------------- /FoxcodePlus/tests/bigfile.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/bigfile.prg -------------------------------------------------------------------------------- /FoxcodePlus/tests/foxcode.DBF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/foxcode.DBF -------------------------------------------------------------------------------- /FoxcodePlus/tests/foxcode.FPT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/foxcode.FPT -------------------------------------------------------------------------------- /FoxcodePlus/tests/report1.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/report1.frx -------------------------------------------------------------------------------- /FoxcodePlus/tests/rpt0001.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/rpt0001.frx -------------------------------------------------------------------------------- /FoxcodePlus/tests/sgo_base.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/sgo_base.vct -------------------------------------------------------------------------------- /FoxcodePlus/tests/sgo_base.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/sgo_base.vcx -------------------------------------------------------------------------------- /FoxcodePlus/tests/triggers.PRG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/triggers.PRG -------------------------------------------------------------------------------- /FoxcodePlus_fcpErrorlist2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpErrorlist2.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpMemberData2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpMemberData2.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpReportForm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpReportForm.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpSetClasslib.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpSetClasslib.png -------------------------------------------------------------------------------- /FoxcodePlus/foxcodeplus_ref.CDX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/foxcodeplus_ref.CDX -------------------------------------------------------------------------------- /FoxcodePlus/foxcodeplus_ref.DBF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/foxcodeplus_ref.DBF -------------------------------------------------------------------------------- /FoxcodePlus/images/boolean_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/boolean_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus/images/class_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/class_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus/images/control_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/control_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus/images/event_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/event_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus/images/field_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/field_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus/images/library_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/library_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus/images/method_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/method_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus/images/objinst_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/objinst_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus/images/report_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/report_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus/images/table_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/table_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus/images/warning2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/warning2.bmp -------------------------------------------------------------------------------- /FoxcodePlus/tests/Customers.SCT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/Customers.SCT -------------------------------------------------------------------------------- /FoxcodePlus/tests/Customers.SCX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/Customers.SCX -------------------------------------------------------------------------------- /FoxcodePlus/tests/Customers.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/Customers.frx -------------------------------------------------------------------------------- /FoxcodePlus/tests/FOXTOOLS_FD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/FOXTOOLS_FD.txt -------------------------------------------------------------------------------- /FoxcodePlus/tests/FormTest1.SCT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/FormTest1.SCT -------------------------------------------------------------------------------- /FoxcodePlus/tests/FormTest1.scx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/FormTest1.scx -------------------------------------------------------------------------------- /FoxcodePlus/tests/Suppliers.SCT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/Suppliers.SCT -------------------------------------------------------------------------------- /FoxcodePlus/tests/Suppliers.SCX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/Suppliers.SCX -------------------------------------------------------------------------------- /FoxcodePlus/tests/maintools.vct: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/maintools.vct -------------------------------------------------------------------------------- /FoxcodePlus/tests/maintools.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/maintools.vcx -------------------------------------------------------------------------------- /FoxcodePlus/tests/rpt0001-A.frx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/rpt0001-A.frx -------------------------------------------------------------------------------- /FoxcodePlus_fcpCreateObject.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpCreateObject.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpMenuErrorList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpMenuErrorList.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpSetProcedure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpSetProcedure.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpVFPbackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpVFPbackground.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpVFPbackground2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpVFPbackground2.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpVarIncremental.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpVarIncremental.png -------------------------------------------------------------------------------- /Foxcode/Sumário do OneNote.onetoc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/Sumário do OneNote.onetoc2 -------------------------------------------------------------------------------- /FoxcodePlus/images/constant_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/constant_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus/images/property_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/property_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus/tests/foxcodetools.prg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/tests/foxcodetools.prg -------------------------------------------------------------------------------- /FoxcodePlus_fcpShortcutControls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpShortcutControls.png -------------------------------------------------------------------------------- /Foxcode/vfpxpoweredby_alternative.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/Foxcode/vfpxpoweredby_alternative.gif -------------------------------------------------------------------------------- /FoxcodePlus/Sumário do OneNote.onetoc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/Sumário do OneNote.onetoc2 -------------------------------------------------------------------------------- /FoxcodePlus/images/ColorDialog_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/ColorDialog_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus/images/FontDialog_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/FontDialog_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus/images/error_list_menu.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/error_list_menu.bmp -------------------------------------------------------------------------------- /FoxcodePlus/images/eventhidden_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/eventhidden_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus/images/methodhidden_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/methodhidden_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/foxcode.app: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/foxcode.app -------------------------------------------------------------------------------- /FoxcodePlus_fcpDataEnvironmentForm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpDataEnvironmentForm.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpIntelliSenseManager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpIntelliSenseManager.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpSetClasslib_class1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpSetClasslib_class1.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpSetClasslib_class2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpSetClasslib_class2.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpSetProcedure_class1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpSetProcedure_class1.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpSetProcedure_class2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpSetProcedure_class2.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpSetProcedure_func1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpSetProcedure_func1.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpTooltipParamMethod1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpTooltipParamMethod1.png -------------------------------------------------------------------------------- /FoxcodePlus_fcpTooltipParamMethod2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpTooltipParamMethod2.png -------------------------------------------------------------------------------- /FoxcodePlus/foxcodeplusintellisense.VCT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/foxcodeplusintellisense.VCT -------------------------------------------------------------------------------- /FoxcodePlus/foxcodeplusintellisense.vcx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/foxcodeplusintellisense.vcx -------------------------------------------------------------------------------- /FoxcodePlus/images/PictureDialog_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/PictureDialog_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus/images/eventprotected_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/eventprotected_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus/images/propertyhidden_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/propertyhidden_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/foxcodeplus.app: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/foxcodeplus.app -------------------------------------------------------------------------------- /FoxcodePlus_fcpDataEnvironmentReport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpDataEnvironmentReport.png -------------------------------------------------------------------------------- /FoxcodePlus/images/methodprotected_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/methodprotected_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus/images/propertyprotected_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/propertyprotected_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus/images/propertyreadonly_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/propertyreadonly_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus_en.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus_en.pdf -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus_pt.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus_pt.pdf -------------------------------------------------------------------------------- /FoxcodePlus/images/Sumário do OneNote.onetoc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus/images/Sumário do OneNote.onetoc2 -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus_en.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus_en.docx -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus_pt.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus_pt.docx -------------------------------------------------------------------------------- /FoxcodePlus_fcpIntelliSenseManagerUpdate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_fcpIntelliSenseManagerUpdate.png -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/foxcode.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/foxcode.dbf -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/foxcode.fpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/foxcode.fpt -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/Thumbs.db -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/cmd2_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/cmd2_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/cmd_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/cmd_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/errors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/errors.png -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/errors2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/errors2.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/errors2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/errors2.png -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/form_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/form_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/prg_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/prg_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/var_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/var_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/warning.png -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/boolean_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/boolean_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/class_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/class_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/control_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/control_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/event_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/event_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/field_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/field_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/library_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/library_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/method_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/method_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/objinst_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/objinst_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/report_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/report_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/table_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/table_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/warning2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/warning2.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/warning2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/warning2.png -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/constant_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/constant_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/property_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/property_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/ColorDialog_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/ColorDialog_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/FontDialog_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/FontDialog_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/error_list_menu.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/error_list_menu.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/eventhidden_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/eventhidden_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/methodhidden_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/methodhidden_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/PictureDialog_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/PictureDialog_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/eventprotected_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/eventprotected_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/propertyhidden_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/propertyhidden_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/methodprotected_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/methodprotected_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/propertyprotected_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/propertyprotected_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/propertyreadonly_vs.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/propertyreadonly_vs.bmp -------------------------------------------------------------------------------- /FoxcodePlus_Distribution/FoxcodePlus/images/Sumário do OneNote.onetoc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VFPX/FoxcodePlus/HEAD/FoxcodePlus_Distribution/FoxcodePlus/images/Sumário do OneNote.onetoc2 -------------------------------------------------------------------------------- /FoxcodePlus/tests/const.h: -------------------------------------------------------------------------------- 1 | #DEFINE ERROR_NODISK 1 2 | #DEFINE ERROR_DISKFULL 2 3 | #DEFINE ERROR_UNKNOWN 3 4 | #DEFINE ACTION_ADD "ADD" 5 | #DEFINE ACTION_UPDATE "UPDATE" 6 | 7 | 8 | 9 | 10 | 11 | 12 | #DEFINE ACTION_DELETE "DELETE" -------------------------------------------------------------------------------- /FoxcodePlus/tests/d.prg: -------------------------------------------------------------------------------- 1 | #INCLUDE CONST.H 2 | 3 | function chkerror 4 | parameter errcode 5 | do case 6 | case errcode = ERROR_NODISK 7 | ?"Error - No Disk" 8 | case errcode = ERROR_DISKFULL 9 | ?"Error - Disk Full" 10 | case errcode = ERROR 11 | ?"Unknown Error" 12 | endcase 13 | return 14 | endfunc 15 | -------------------------------------------------------------------------------- /FoxcodePlus/tests/users.dbf: -------------------------------------------------------------------------------- 1 | #INCLUDE CONST.H 2 | 3 | function chkerror 4 | parameter errcode 5 | do case 6 | case errcode = ERROR_NODISK 7 | ?"Error - No Disk" 8 | case errcode = ERROR_DISKFULL 9 | ?"Error - Disk Full" 10 | case errcode = ERROR 11 | ?"Unknown Error" 12 | endcase 13 | return 14 | endfunc 15 | -------------------------------------------------------------------------------- /FoxcodePlus/tests/customers.dbf: -------------------------------------------------------------------------------- 1 | #INCLUDE CONST.H 2 | 3 | function chkerror 4 | parameter errcode 5 | do case 6 | case errcode = ERROR_NODISK 7 | ?"Error - No Disk" 8 | case errcode = ERROR_DISKFULL 9 | ?"Error - Disk Full" 10 | case errcode = ERROR 11 | ?"Unknown Error" 12 | endcase 13 | return 14 | endfunc 15 | -------------------------------------------------------------------------------- /FoxcodePlus/tests/suppliers.dbf: -------------------------------------------------------------------------------- 1 | #INCLUDE CONST.H 2 | 3 | function chkerror 4 | parameter errcode 5 | do case 6 | case errcode = ERROR_NODISK 7 | ?"Error - No Disk" 8 | case errcode = ERROR_DISKFULL 9 | ?"Error - Disk Full" 10 | case errcode = ERROR 11 | ?"Unknown Error" 12 | endcase 13 | return 14 | endfunc 15 | -------------------------------------------------------------------------------- /FoxcodePlus/tests/table1.dbf: -------------------------------------------------------------------------------- 1 | #INCLUDE CONST.H 2 | 3 | function chkerror 4 | parameter errcode 5 | do case 6 | case errcode = ERROR_NODISK 7 | ?"Error - No Disk" 8 | case errcode = ERROR_DISKFULL 9 | ?"Error - Disk Full" 10 | case errcode = ERROR 11 | ?"Unknown Error" 12 | endcase 13 | return 14 | endfunc 15 | -------------------------------------------------------------------------------- /FoxcodePlus/tests/table2.dbf: -------------------------------------------------------------------------------- 1 | #INCLUDE CONST.H 2 | 3 | function chkerror 4 | parameter errcode 5 | do case 6 | case errcode = ERROR_NODISK 7 | ?"Error - No Disk" 8 | case errcode = ERROR_DISKFULL 9 | ?"Error - Disk Full" 10 | case errcode = ERROR 11 | ?"Unknown Error" 12 | endcase 13 | return 14 | endfunc 15 | -------------------------------------------------------------------------------- /FoxcodePlus/tests/y.PRG: -------------------------------------------------------------------------------- 1 | clear 2 | clear all 3 | 4 | public loObj 5 | loObj = createobject("TempOleClass","MSComctlLib.ListViewCtrl") 6 | 7 | 8 | 9 | 10 | define class TempOleClass as form 11 | 12 | procedure init 13 | lparameters plcOleControl 14 | this.AddObject("xOleControl","olecontrol",plcOleControl) 15 | endproc 16 | 17 | enddefine 18 | -------------------------------------------------------------------------------- /FoxcodePlus/tests/c.PRG: -------------------------------------------------------------------------------- 1 | Defi Clas sgo_teste2 as Form 2 | VON_prop1 = 0 3 | VON_prop2 = 0 4 | VON_prop3 = 0 5 | VON_prop4 = 0 6 | 7 | *** 8 | *** Nome e idade do colaborador 9 | *** 10 | *** xxx 11 | *** yyy 12 | *** 13 | Protected Function FOC_Func2 14 | parameters PLC_Nome, PLC_Idade, PLN_Number 15 | 16 | 17 | this.VON 18 | 19 | Endfunc 20 | Enddefine -------------------------------------------------------------------------------- /FoxcodePlus/tests/z.prg: -------------------------------------------------------------------------------- 1 | #DEFINE WM_MOUSEUP 0x202 2 | #define WM_MOUSEMOVE 0x0200 3 | 4 | oEditorMenu = createobject("EditorMenu") 5 | 6 | bindevent(0, WM_MOUSEMOVE, oEditorMenu, "contextMenu", 4) 7 | 8 | 9 | 10 | define class EditorMenu as custom 11 | procedure init 12 | *messagebox("init") 13 | endproc 14 | 15 | procedure contextMenu 16 | lparameters hWnd as Long, Msg as Long, wParam as Long, lParam as Long 17 | 18 | messagebox("teste") 19 | 20 | endpro 21 | enddefine -------------------------------------------------------------------------------- /FoxcodePlus/tests/_b.PRG: -------------------------------------------------------------------------------- 1 | *- XX 2 | for each obutton in loGrid 3 | obutton 4 | endfor 5 | 6 | 7 | *- XX 8 | for each obutton in loGrid.columns 9 | with obutton.Text1. 10 | .Text1.Text1 11 | endwith 12 | endfor 13 | 14 | 15 | *- OK 16 | loGrid.columns[1].Header1.Caption 17 | loGrid.columns[1].Text1 18 | 19 | 20 | *- OK 21 | with loGrid.Columns[1] 22 | 23 | endwith 24 | 25 | 26 | *- OK 27 | loMainForm = _Screen &&loGrid &&createobject("grid") 28 | loMainForm 29 | 30 | with loMainForm 31 | 32 | endwith 33 | 34 | 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /FoxcodePlus/tests/xpto.prg: -------------------------------------------------------------------------------- 1 | local loObj as Object 2 | loObj = createobject("myclass") 3 | loObj.Get 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | define class myclass as custom 19 | 20 | xName = "" &&& Use this way to document. 21 | xNumber = 0 22 | xAddress = "" 23 | 24 | *** 25 | *** You can include a complete name or part of name 26 | *** 27 | *** First, Middle, Last or Full name 28 | *** 29 | procedure GetName 30 | lparameters plcName 31 | return iif(empty(plcName), This.xName, plcName) 32 | endproc 33 | 34 | enddefine -------------------------------------------------------------------------------- /FoxcodePlus/tests/Customers.FRT: -------------------------------------------------------------------------------- 1 | ! Courier New%ORIENTATION=0 2 | PAPERSIZE=1 3 | COLOR=2 4 |  Courier NewdataenvironmentYTop = 0 5 | Left = 0 6 | Width = 0 7 | Height = 0 8 | DataSource = .NULL. 9 | Name = "Dataenvironment" 10 |  -------------------------------------------------------------------------------- /FoxcodePlus/tests/report1.FRT: -------------------------------------------------------------------------------- 1 | ! Courier New%ORIENTATION=0 2 | PAPERSIZE=1 3 | COLOR=2 4 |  Courier NewdataenvironmentYTop = 0 5 | Left = 0 6 | Width = 0 7 | Height = 0 8 | DataSource = .NULL. 9 | Name = "Dataenvironment" 10 |  -------------------------------------------------------------------------------- /FoxcodePlus/tests/rpt0001-A.FRT: -------------------------------------------------------------------------------- 1 | ! Courier New%ORIENTATION=0 2 | PAPERSIZE=1 3 | COLOR=2 4 |  Courier NewdataenvironmentYTop = 0 5 | Left = 0 6 | Width = 0 7 | Height = 0 8 | DataSource = .NULL. 9 | Name = "Dataenvironment" 10 |  -------------------------------------------------------------------------------- /FoxcodePlus/tests/rpt0001.FRT: -------------------------------------------------------------------------------- 1 | ! Courier New%ORIENTATION=0 2 | PAPERSIZE=1 3 | COLOR=2 4 |  Courier NewdataenvironmentYTop = 0 5 | Left = 0 6 | Width = 0 7 | Height = 0 8 | DataSource = .NULL. 9 | Name = "Dataenvironment" 10 |  -------------------------------------------------------------------------------- /FoxcodePlus/tests/_a.PRG: -------------------------------------------------------------------------------- 1 | 2 | text to lcSelect noshow textmerge 3 | select Customers.CustomerID 4 | from Orders Rodrigo 5 | inner join Customers (nolock) on Orders.CustomerID = customers.CustomerID 6 | inner join [Order Details] OrderItems (nolock) on Orders.OrderID = OrderItems.OrderID 7 | inner join Products (nolock) on OrderItems.ProductID = Products.ProductID 8 | order by CustomerID, OrderID, 9 | endtext 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | text to lcInsert noshow textmerge 40 | insert into Customers (ContactTitle, CustomerID) values ("Rodrigo") 41 | endtext 42 | 43 | 44 | text to lcUpdate noshow textmerge 45 | update Shippers set CompanyName = 'Bruscain' where ShipperID = '0001' 46 | endtext 47 | 48 | 49 | text to lcDelect noshow textmerge 50 | delete from Customers set 51 | endtext 52 | 53 | replace myfield with "myvalue" + 54 | 55 | 56 | 57 | 58 | if sqlexec(lnCnx, lcSelect, "MyCursor") = 1 59 | messagebox("Sql IntelliSense") 60 | endif 61 | 62 | 63 | 64 | 65 | if 1 = 0 66 | 67 | endif 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | text to lcSelect noshow textmerge 80 | select Customers.CustomerID, Customers.CompanyName, Customers.City, 81 | Orders.OrderID, Orders.OrderDate, orderitems.ProductID, 82 | Products.ProductName 83 | from Orders Rodrigo 84 | inner join Customers (nolock) on Orders.CustomerID = customers.CustomerID 85 | inner join [Order Details] OrderItems (nolock) on Orders.OrderID = OrderItems.OrderID 86 | inner join Products (nolock) on OrderItems.ProductID = Products.ProductID 87 | inner join 88 | order by CustomerID, OrderID, 89 | endtext 90 | -------------------------------------------------------------------------------- /FoxcodePlus/tests/aa.prg: -------------------------------------------------------------------------------- 1 | loMyTest = newobject("cgo_combobox","sgo_base.vcx") 2 | loMyTest. 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | lovcxA = newobject("foxcodeplusintellisense","rdb.vcx") 49 | lovcxA 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | *lox = createobject("form") 71 | *lox = createobject("adodb.recordset") 72 | lox = newobject("myclass","tests\b.prg") 73 | lox 74 | 75 | lof = newobject("myclassfrutas","tests\b.prg") 76 | lof 77 | 78 | 79 | loy = newobject("CGO_LibMain01","tests\bigfile.prg") 80 | 81 | 82 | *local lovcxA as "foxcodeplusintellisense" of "rdb.vcx" 83 | lovcxA = newobject("foxcodeplusintellisense","rdb.vcx") 84 | lovcxA 85 | 86 | 87 | *local loo as "cgo_multicontainerform" of "sgo_base.vcx" 88 | loo = newobject("cgo_multicontainerform","sgo_base.vcx") 89 | 90 | 91 | lovcxA 92 | 93 | 94 | 95 | 96 | define class MyClass as custom 97 | 98 | nColor = 0 &&& Here I can to describe this property. 99 | cName = "" &&& Use this way to document the properties. 100 | cCode = "" && That way it is not displayed in intellisense. 101 | 102 | procedure SetColor 103 | this.cN 104 | endproc 105 | 106 | enddefine 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | -------------------------------------------------------------------------------- /FoxcodePlus/tests/x.prg: -------------------------------------------------------------------------------- 1 | public VGO_Dat as object 2 | VGO_Dat = newobject("custom") 3 | 4 | for x = 1 to 1700 5 | VGO_Dat.AddProperty(sys(2015),"teste"+sys(2015)) 6 | endfor 7 | 8 | 9 | 10 | 11 | * create a long file name in the FoxPro temp drive and directory 12 | lcTempFileName = SYS(2023) + "\" + "this is a very long filename.txt" 13 | liHandle = FCREATE(lcTempFileName) 14 | = FCLOSE(liHandle) 15 | 16 | ? "Original long filename is: " + lcTempFileName 17 | ? "Short filename is: " + lfn2sfn(lcTempFileName) 18 | 19 | * delete when finished 20 | DELETE FILE (lcTempFileName) 21 | 22 | FUNCTION lfn2sfn 23 | * 24 | * Converts a Win32 long file name to its short file name equivalent 25 | * 26 | * passed: long file name, must already exist for this to work 27 | * 28 | * returns: fully qualified short file name, or empty string 29 | * if error is encountered 30 | * 31 | 32 | PARAMETERS lcInputString 33 | 34 | DECLARE INTEGER GetShortPathName IN Kernel32 STRING @lpszLongPath, ; 35 | STRING @lpszShortPath, INTEGER cchBuffer 36 | DECLARE INTEGER GetLastError IN Win32api 37 | 38 | #DEFINE MAX_PATH 255 39 | 40 | * buffer to receive converted file name 41 | lcOutputString = SPACE(MAX_PATH) 42 | 43 | * length of receiving buffer 44 | llcbOutputString = LEN(lcOutputString) 45 | 46 | * if successful, llretval will contain the length of the 47 | * output string 48 | llretval = GetShortPathName(@lcInputString, @lcOutputString,; 49 | llcbOutputString) 50 | IF llretval = 0 51 | * uncomment for error code 52 | * wait window "Error occurred, code is: " + ltrim(str(GetLastError())) 53 | RETURN "" 54 | ENDIF 55 | 56 | * truncate it at the length the return value indicates 57 | lcOutputString = LEFT(lcOutputString, llretval) 58 | 59 | RETURN lcOutputString -------------------------------------------------------------------------------- /FoxcodePlus/tests/a.prg: -------------------------------------------------------------------------------- 1 | local loMyObj 2 | loMyObj = createobject("XPTO") 3 | loMyObj.GetName 4 | 5 | 6 | 7 | 8 | define class XPTO as Custom 9 | 10 | *** 11 | *** This method is used to get the name of customer 12 | *** 13 | *** Inform the user code 14 | *** Inform the age 15 | *** 16 | procedure GetName 17 | lparameters plcCode, plnAge 18 | endproc 19 | 20 | enddefine 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | myprocname("BRUSCAIN", "0123", "20130331", ) 68 | 69 | 70 | 71 | 72 | *** 73 | *** Function to find customer data 74 | *** 75 | *** Customer lastname 76 | *** Security code or profile code 77 | *** Profile date 78 | *** 79 | procedure MyProcName(plcName, plnCode, pldDate) 80 | 81 | endproc 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | set classlib to libs.vcx additive 144 | 145 | local loMyObj 146 | loMyObj = createobject("mypowercheckboss") 147 | loMyObj. 148 | 149 | 150 | 151 | set procedure to foxtests.PRG 152 | 153 | local myObj 154 | myObj = createobject("MyClassTest1") 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 169 | 170 | 171 | 172 | 173 | 174 | 175 | 176 | 177 | 178 | 179 | 180 | 181 | 182 | 183 | 184 | 185 | 186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | select * from table1 ; 205 | inner join table2 on table1.ukey = table2.ukey ; 206 | iif(1=0, .t., .f.) ; 207 | order by 208 | group by code 209 | 210 | 211 | -------------------------------------------------------------------------------- /FoxcodePlus/foxcodeplus_ref.FPT: -------------------------------------------------------------------------------- 1 | >@;D:\DOWNLOADS\FOXCODEPLUS-MASTER\FOXCODEPLUS\FOXCODEPLUS.PJXos;D:\DOWNLOADS\FOXCODEPLUS-MASTER\FOXCODEPLUS\FOXCODEPLUS.PJX7XWP;*.scx *.vcx *.prg *.frx *.lbx *.mnx *.dbc *.qpr *.hOSerror( "OS version: "+ os(1) + CRLF + ;oserror( "OS version: "+ os(1) + CRLF + ;osfoxcodeplusintellisense showtooltipM lnLeft = lnLeft - iif(os(3)<="5", 2, -2) &&- se for Windows XP ou inferiorosfoxcodeplusintellisense showtooltip> lnTop = lnTop - iif(os(3)<="5", 1, iif(sys(2700)="0", 1, 0))osfoxcodeplusintellisense showtooltip. if os(5)>="8000" &&- Windows 8 ou superiorosfoxcodeplusintellisenseActivate-if os(5)<="7999" &&- Windows 7 ou inferiorosfoxcodeplusintellisenseInit2 .FontName = iif(os(3)<="5", "Tahoma", "Segoe UI")osfoxcodeplusintellisenseInit" .FontSize = iif(os(3)<="5", 8, 9)$0,0,909,1220,424,821,237,182,600,0,0$0,0,909,1220,424,821,237,182,600,0,0mouse;D:\DOWNLOADS\FOXCODEPLUS-MASTER\FOXCODEPLUS\FOXCODEPLUS.PJX7XWP;*.scx *.vcx *.prg *.frx *.lbx *.mnx *.dbc *.qpr *.hmousefoxcodeplusintellisenseActivate 16 | *** Starts the calculation when the class is instantiated. 17 | *** 18 | *** Start the calculation 19 | *** End of calculation 20 | *** Name of person who is receiving the salary 21 | *** 22 | function Init 23 | lparameters pllStart, pllEnd, plcName 24 | messagebox("teste") 25 | 26 | This.Init( 27 | 28 | endproc 29 | 30 | *** 31 | *** Using _MemberData property ... FoxcodePlus is improving !!! 32 | *** 33 | function mymethod 34 | lparameters plnPar1, plcPar2 35 | endfunc 36 | 37 | 38 | function GetAddress 39 | lparameters plc_nome, plc_test 40 | return 41 | 42 | 43 | endfunc 44 | 45 | function GetProducts (PLC_par1 as string ,; 46 | PLC_par2 ,; 47 | PLC_par3 as character) 48 | 49 | VLC_Cenoura = "" 50 | endfunc 51 | 52 | 53 | *** 54 | *** Returns the name of customer if found. Otherwise returns empty. 55 | *** 56 | *** Inform the lastname to search 57 | *** Inform the code to search 58 | *** 59 | protected function GetNames 60 | lparameters plcLastName, plnCode 61 | 62 | endfunc 63 | 64 | enddefine 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | define class MyClassTest2 as FORM 74 | 75 | xcPar1 = "" 76 | xcPar2 = "" 77 | xnPar3 = 0 78 | 79 | protected xnPar4 80 | xnPar4 = 0 81 | 82 | procedure xnPar4 83 | this.xnpar4 84 | endproc 85 | 86 | hidden procedure init 87 | messagebox("teste") 88 | endproc 89 | 90 | function GetAbacaxi 91 | lparameters plc_nomefruta 92 | return 93 | endfunc 94 | 95 | function GetAbacaxi 96 | lparameters plc_nomefruta 97 | return 98 | endfunc 99 | 100 | function GetAbacaxi 101 | lparameters plc_nomefruta 102 | return 103 | endfunc 104 | 105 | function GetFruits (PLC_par1 as string ,; 106 | PLC_par2 ,; 107 | PLC_par3 as character) 108 | 109 | VLC_Cenoura = "" 110 | endfunc 111 | 112 | *** 113 | *** dasdsdsds 114 | *** 115 | *** 116 | *** 117 | *** 118 | protected function GetBeterraba 119 | lparameters PLC_legumes, PLC_quantidade 120 | 121 | 122 | endfunc 123 | 124 | enddefine 125 | 126 | 127 | *** 128 | *** Function to create an array based in the customers table 129 | *** 130 | *** Array name 131 | *** Number of lines to add to the array 132 | *** Number of columns to add to the array 133 | *** 134 | function CreateArrayCustomers(plaArray, plnRows, plnCols) 135 | 136 | endfunc 137 | 138 | 139 | *** 140 | *** teste teste teste 141 | *** 142 | *** xxxxxxxxxxxx 143 | *** zzzzzzzzzzzzzzzz 144 | *** 145 | function myfuncname1(parname, parkgw) 146 | 147 | endfunc 148 | 149 | 150 | *** 151 | *** We are showing how to use the FoxcodePlus Intellisense 152 | *** 153 | *** Rodrigo 154 | *** 155 | function myfuncname2(parname) 156 | 157 | endfunc -------------------------------------------------------------------------------- /Foxcode/foxcode.h: -------------------------------------------------------------------------------- 1 | 2 | #DEFINE CLSID_KEY "CLSID" 3 | #DEFINE TYPELIB_KEY "TYPELIB" 4 | #DEFINE HKEY_CLASSES_ROOT -2147483648 && BITSET(0,31) 5 | #DEFINE MSG_ADDACTIVEX1_LOC "Reading Registry for typelibs..." 6 | #DEFINE MSG_ADDACTIVEX2_LOC "Processed " 7 | #DEFINE MSG_ADDACTIVEX3_LOC "% complete" 8 | #DEFINE MSG_ADDACTIVEX4_LOC "Adding ActiveX Items to Catalog..." 9 | #DEFINE MSG_ADDACTIVEX5_LOC "Searching Registry for available typelibs..." 10 | #DEFINE MSG_ADDACTIVEX6_LOC "Preparing to read in COM Servers..." 11 | #DEFINE MSG_ADDACTIVEX7_LOC "Preparing to read in ActiveX Controls..." 12 | 13 | #DEFINE PROGID_KEY "\ProgID" 14 | #DEFINE CONTROL_KEY "Control" 15 | #DEFINE SERVER_KEY "Programmable" 16 | #DEFINE SHELL_KEY "\Shell\" 17 | #DEFINE INPROC_KEY "InProcServer32" 18 | #DEFINE LOCALSVR_KEY "LocalServer32" 19 | 20 | #DEFINE CAPCASE_UPPER_LOC "UPPERCASE" 21 | #DEFINE CAPCASE_LOWER_LOC "lowercase" 22 | #DEFINE CAPCASE_PROPER_LOC "Propercase" 23 | #DEFINE CAPCASE_MIXED_LOC "MixedCase" 24 | #DEFINE CAPCASE_DEFAULT_LOC "Use FoxCode default" 25 | #DEFINE CAPCASE_NONE_LOC "No auto-expansion" 26 | #DEFINE CAPCASE_OTHER_LOC "Leave current settings" 27 | #DEFINE CAPCASE_VARIOUS_LOC "various" 28 | #DEFINE CAPCASE_DEFAULT2_LOC "FoxCode default" 29 | 30 | #DEFINE CLEAN_MRU_LOC "This option removes non-existent file entries from Most Recently Used file lists. Proceed?" 31 | #DEFINE ZAP_MRU_LOC "This option deletes all Most Recently Used file lists. Proceed?" 32 | #DEFINE DONE_MRU_LOC "MRU Lists have been processed." 33 | #DEFINE CLEAN_FOXCODE_LOC "This option cleans up your FoxCode table. Proceed?" 34 | #DEFINE DONE_CLEAN_LOC "Foxcode table has been cleaned." 35 | #DEFINE DONE_CLEAN2_LOC "Foxcode table could not be cleaned. Check to see that the file is not already in use." 36 | #DEFINE RESTORE_FOXCODE_LOC "This option restores your FoxCode table to the original default one. Proceed?" 37 | #DEFINE DONE_RESTORE_LOC "A clean copy of the FoxCode table has been restored. The original was copied to: " 38 | #DEFINE RESTORE_LOCATION_LOC "Your current FoxCode table is not set to the default user HOME(7) location. Would you like to restore to this location?" 39 | 40 | #DEFINE ERR_FCODEINUSE_LOC "File in use error. Check to see that FOXCODE.DBF is not opened exclusively." 41 | 42 | #DEFINE ERR_FCODE2INUSE_LOC "File in use error. Check to see that FOXCODE.DBF or FOXREFS.DBF is not opened." 43 | #DEFINE CLASS_EXISTS_LOC "Class already exists in FoxCode." 44 | #DEFINE NOREFRESH_LOC "Failed to refresh." 45 | 46 | #DEFINE TYPES_TYPELIB_LOC "Type Library" 47 | #DEFINE TYPES_CLASSES_LOC "Custom Class" 48 | #DEFINE TYPES_TYPES_LOC "Core" 49 | 50 | #DEFINE TYPE_COMMAND_LOC "Command" 51 | #DEFINE TYPE_FUNCTION_LOC "Function" 52 | #DEFINE TYPE_PROPERTY_LOC "Property" 53 | #DEFINE TYPE_SCRIPT_LOC "Script" 54 | #DEFINE TYPE_OTHER_LOC "Other" 55 | 56 | #DEFINE DELETEREC_LOC "Are you sure you want to delete this item?" 57 | #DEFINE IMPORTFILE_LOC "Select File to Import to FoxCode" 58 | #DEFINE IMPORTBADFILE_LOC "Selected file cannot be imported because it does not have the same structure as FoxCode." 59 | #DEFINE IMPORTDONE_LOC "FoxCode has been updated with imported file." 60 | 61 | #DEFINE LBLREPLACE1_LOC "Code sni\