Search found 80 matches

by xinjie
Mon Nov 04, 2024 1:11 pm
Forum: Product
Topic: Doubts about "dialects"
Replies: 11
Views: 548

Re: Doubts about "dialects"

HI, Robert

I like it! But I'm worried about my internet speed here making it a cartoon...
by xinjie
Mon Nov 04, 2024 11:01 am
Forum: Product
Topic: Doubts about "dialects"
Replies: 11
Views: 548

Re: Doubts about "dialects"

Thanks, Chris and Robert.
by xinjie
Mon Nov 04, 2024 9:42 am
Forum: Product
Topic: Doubts about "dialects"
Replies: 11
Views: 548

Re: Doubts about "dialects"

HI, Wolfgang and Karl Thank's all. I'm not sure how to accurately describe my problem. An example : CFtp Class Can I use it in a project that is set to a Foxpro dialect? How ? Just need to add a reference to VOInternetClasses.dll? I'm very unsure if this is possible. Or rather, I haven't understood ...
by xinjie
Mon Nov 04, 2024 3:09 am
Forum: Product
Topic: Doubts about "dialects"
Replies: 11
Views: 548

Doubts about "dialects"

Hi, Development Team I've always had a question. Both from the templates provided in previous versions and from my own personal learning experience, I can use the functions in the Core dialect in a project that is set to the Foxpro dialect. For content in other dialects, e.g., VO dialect functions ...
by xinjie
Wed Oct 30, 2024 12:16 pm
Forum: Visual FoxPro
Topic: Unable to open forms created based on customized winform classes using the form designer
Replies: 21
Views: 934

Re: Unable to open forms created based on customized winform classes using the form designer

Hi, Chris,Robert and Fab Thank you very much for your help! I need to digest the default value issue because I have very little dotnet knowledge. Chris,the way you offer the subscription works. Through this period of study and testing, I've realized that for VFP developers, sometimes things can't be ...
by xinjie
Wed Oct 30, 2024 2:51 am
Forum: Visual FoxPro
Topic: Unable to open forms created based on customized winform classes using the form designer
Replies: 21
Views: 934

Re: Unable to open forms created based on customized winform classes using the form designer

Hi, Chris The following screenshots are arranged according to the operation steps: step1.png step2.png step3.png step4.png step5.png step2.png The operation shown in the above screenshot is reasonable. However, if you are adding a custom button class to the form (that's what I mean by Command, sorry ...
by xinjie
Wed Oct 30, 2024 1:08 am
Forum: Visual FoxPro
Topic: Unable to open forms created based on customized winform classes using the form designer
Replies: 21
Views: 934

Re: Unable to open forms created based on customized winform classes using the form designer

Hi, Chris I have one more question: If I use “This.Size = System.Drawing.Size{200, 200}” in the constructor of my custom form class "Form1", then after adjusting the Size of myForm inherited from Form1, I can use the shortcut menu in the properties window to “Reset” the Size of myForm. However, if it ...
by xinjie
Tue Oct 29, 2024 11:32 pm
Forum: Visual FoxPro
Topic: Unable to open forms created based on customized winform classes using the form designer
Replies: 21
Views: 934

Re: Unable to open forms created based on customized winform classes using the form designer

Hi, Chris I think I may have found another X# bug. You can easily verify this using the attachment I provided( assuming that the issues raised earlier have been resolved ): In Form1 of the Windows Forms Application project,If you type " This. " or " self: ",The list of members displayed is also “ ...
by xinjie
Tue Oct 29, 2024 1:11 pm
Forum: Visual FoxPro
Topic: Unable to open forms created based on customized winform classes using the form designer
Replies: 21
Views: 934

Re: Unable to open forms created based on customized winform classes using the form designer

Hi, Chris

Thank you very much for your advice. I think for me personally, using strong types should be easy to adapt to.
I need to change one of my very bad habits which I picked up in VFP. Namely, sometimes using undefined variables just to implement the code quickly.