xinjie
xinjie
The USE command already exists in X# and the NEW clause is valid. However, in VFP, the command that accomplishes the same thing is ```foxpro *!* 0 is the next...
While the syntax of the USE command is available in the existing documentation, it appears that, based on the version history description in the documentation (Ver 2.20.03: Fixed problem with...
X# Version : 2.20.0.3 1. You can't use **?** in a Select statement. to pass parameters.For example: ```foxpro CursorAdapter.SelectCmd = "Select ID, Name From Demo Where ID = ?VariableName "...
An error occurs during build if the attribute value is a positive integer. ```foxpro CursorAdapter.DataSource = 1 && The value is a handle. This is allowed in VFP ``` There...
VFP dialect, For example in the code below: ```foxpro With This . EndWith ``` Note the dot in the code. When dot is entered, no member information is listed. While...
**Describe the bug** The execution does not give the correct result if the value of the control is directly referenced in it. **To Reproduce** Steps to reproduce the behavior: First...
**Describe the solution you'd like** I would like to be able to use the class view window as well as C# when using X#.
**Is your feature request related to a problem? Please describe.** For a PRG file with a large number of methods, it is inconvenient to locate an existing method when accessing...