How to write CREATE CURSOR or CREATE TABLE ?
If i write:
```
Create Cursor xxx (;
test1 C(
```
FoxCode wites:
```
Create Cursor xxx (;
test1 Candidate(
```
Zdenek
Comments: ** Comment from web user: bruscain **
If i write:
```
Create Cursor xxx (;
test1 C(
```
FoxCode wites:
```
Create Cursor xxx (;
test1 Candidate(
```
Zdenek
Comments: ** Comment from web user: bruscain **
This was fixed on FoxcodePlus 3.11 ... please download the latest version.
Rodrigo