How to write CREATE CURSOR or CREATE TABLE ?
If i write:
```
Create Cursor xxx (;
test1 C(
```
FoxCode wites:
```
Create Cursor xxx (;
test1 Candidate(
```
Zdenek
If i write:
```
Create Cursor xxx (;
test1 C(
```
FoxCode wites:
```
Create Cursor xxx (;
test1 Candidate(
```
Zdenek