Basile,
Try this then
PUBLIC METHOD SetFilter( cFiltre ) AS USUAL CLIPPER
Robert
Search found 2392 matches
- Mon Nov 18, 2024 10:28 pm
- Forum: Product
- Topic: Calling convention of overriden methods
- Replies: 3
- Views: 165
- Mon Nov 18, 2024 2:44 pm
- Forum: Product
- Topic: Calling convention of overriden methods
- Replies: 3
- Views: 165
Re: Calling convention of overriden methods
Basile,
If the class is a DbServer subclass then it has to be:
Robert
If the class is a DbServer subclass then it has to be:
Code: Select all
PUBLIC METHOD SetFilter( cFiltre ) AS USUAL
- Mon Nov 18, 2024 12:25 pm
- Forum: Product
- Topic: optional parameter
- Replies: 8
- Views: 206
Re: optional parameter
Chris,
We have not yet enabled support for #nullable context in X#.
We'll probably do that in X# 3.
Robert
We have not yet enabled support for #nullable context in X#.
We'll probably do that in X# 3.
Robert
- Mon Nov 18, 2024 10:57 am
- Forum: Product
- Topic: optional parameter
- Replies: 8
- Views: 206
Re: optional parameter
Basile, Default values for optional parameters are handled by the X# compiler in 2 different ways: - In the Core dialect, it handles them just like C#. Default must be standard .Net constants. - In the other dialects, the default values are stored as special attributes on the parameters. This allows ...
- Sat Nov 16, 2024 8:29 am
- Forum: VO & Vulcan
- Topic: problems with xSharp in Visual Studio
- Replies: 3
- Views: 194
Re: problems with xSharp in Visual Studio
Richard,
Due to an (undocumented) change in VS 2020 these features are no longer working with X# 2.20.
This is fixed in the upcoming 2.21 build.
Robert
Due to an (undocumented) change in VS 2020 these features are no longer working with X# 2.20.
This is fixed in the upcoming 2.21 build.
Robert
- Tue Nov 12, 2024 12:35 pm
- Forum: VO & Vulcan
- Topic: Issue when using DBF file more than 2GB
- Replies: 2
- Views: 250
Re: Issue when using DBF file more than 2GB
Cyril,
Which version of X#?
I believe this was fixed in one of our last builds. IIRC this was included in 2.20, also in the public build.
Robert
Which version of X#?
I believe this was fixed in one of our last builds. IIRC this was included in 2.20, also in the public build.
Robert
- Mon Nov 04, 2024 11:43 am
- Forum: Product
- Topic: Doubts about "dialects"
- Replies: 11
- Views: 550
Re: Doubts about "dialects"
Guys,
Would it be a good idea to do an online session about this?
We have not done online sessions in a while, and I think this subject "the differences between X# dialects" is a great session for an online presentation.
Robert
Would it be a good idea to do an online session about this?
We have not done online sessions in a while, and I think this subject "the differences between X# dialects" is a great session for an online presentation.
Robert
- Mon Nov 04, 2024 10:44 am
- Forum: Product
- Topic: Doubts about "dialects"
- Replies: 11
- Views: 550
Re: Doubts about "dialects"
Guys, What a very good question, and also some very good answers. In addition to what Chris already said (and I agree about FtpWebRequest): - The dialect of a project controls the behavior of the compiler. For example: x Setting the FoxPro dialect enables the FoxPro "DEFINE CLASS" syntax and some ...
- Sat Nov 02, 2024 6:08 am
- Forum: Product
- Topic: String with Len 0
- Replies: 4
- Views: 428
- Wed Oct 30, 2024 4:35 pm
- Forum: 3rd party products
- Topic: reportPro, two issues
- Replies: 5
- Views: 408