Search found 1 match
- Fri Jan 10, 2020 10:30 pm
- Forum: Visual FoxPro
- Topic: We need your input on how to migrate FoxPro forms
- Replies: 37
- Views: 7591
We need your input on how to migrate FoxPro forms
<t>Hi,<br/> There is almost not any piece of code which makes use of This and or ThisForm, a typical piece of code is:<br/> With This<br/> .Combo1.Clear()<br/> For liMonth = 1 To 13<br/> .iaMonths[m.liMonth, 2] = Gomonth(.idCurrentmonth, (-6 + (m.liMonth - 1)))<br/> li1stShowMonth = MONTH(.iaMonths ...