Re: Class code issue

2024-07-11 Thread Joe Yoder
Thanks Tracy - very helpful as usual! Essentially to make my code work you added the objects to the container and then configured them instead of trying to configure them before adding them to the container. Your solution is so much more elegant! Now some additional questions: Is it essential to

RE: Class code issue

2024-07-11 Thread Richard Kaye
Is it essential to have a separate method to Add Controls or can it be done in the Init method? (The separate method in the original code was added to try to eliminate the error.) Ooo, a philosophy question. 😉 IMHO best practice would be to have a method to populate the form controls, as Tr

Windows Server

2024-07-11 Thread Rafael Copquin
Hello. One of my clients will be changing* this weekend* their server to either Window Server 2019 or WS 2023 Will Visual FoxPro still work in either of the two? They did not give me any advance warning (g) To clarify, this is a very old system that uses dbf's. I located the dbfs in a windo

RE: Class code issue

2024-07-11 Thread Tracy Pearson
Should I be able to run code that I copy from the View Code button in Class Designer? Would posting it here let others help determine whether my errors are a result of a corrupted system or my own bugs? I usually have not been able to get that code to run the first time. Especially if it conta

Re: Windows Server

2024-07-11 Thread Vincent Teachout
I don't know about WS23, but we run it for 30 people per day on WS2019, no problems. (Both dbf files and MSSQL) On Thursday, July 11th, 2024 at 3:49 PM, Rafael Copquin wrote: > > > Hello. One of my clients will be changing* this weekend* their server to > either Window Server 2019 or WS