-
I've noticed that formatting documents still has some problems for the Foxpro dialect.
My development environment: VS2022(Ver:17.11.5) and X#(Ver:2.21.0.3)
Steps to reproduce the problem: In a p…
-
I get the following error when I want make parametric sql query after connecting the Vfp database
// The Error Message : "select sql: statement expects 0 inputs; got 1"
The error occurs at this lin…
-
```
I am using ADOSBOX for running my legacy foxpro bases programs and they work
fine but the only hiccup is the default font size in dos.
Please provide a way to increase the default font size of d…
-
_**Saludos.**_
### **_¿Alguien me puede Ayudar?_**
### Alguien a consumido el **API REST desde Visual FoxPro**?
**### Ya hice la prueba desde el PostMan y hace la prueba perfectamente.**
T…
-
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 "
```
…
-
Dear chessforeva,
i tried to read a fox database (a set of .dbf with .fpt files) using JavaFoxDBF.
For most of the columns JavaFoxDBF works like a charm.
However, i am not able to print the conten…
-
VFP claims to support the following codepages: https://docs.microsoft.com/en-us/previous-versions/visualstudio/foxpro/aa975345(v=vs.71)
Testing against `ruby 2.6.8p205`, some of these have obvious …
-
**Describe the bug**
A FoxPro application stops loading the screen after a specific system call. This behavior does not occur on Windows 10, and seems to be related to the OS.
**Expected behavior*…
-
Hello Doug,
I installed GoFish latest version via Thor Update,
I got some issuses on installation:
* Start the installations via Thor.
* After installation, start the GoFish6
* GoFish start…
-
Hello,
I have a login form for an ancient Visual Foxpro app which I am trying to automate. Here are the relevant field definitions for the username and password entry:
| ComboBox - 'cboCuo…