xinjie

Results 10 issues of 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...

enhancement
documentation

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...

enhancement
documentation

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 "...

FoxPro
SQL

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...

FoxPro
SQL

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...

enhancement
vs editor

**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...

bug
Compiler
FoxPro

**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#.

enhancement
vs projectsystem

**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...

enhancement
vs projectsystem