Subject pyxis and edit.e file problems
Author Mark O'Donohue
Ok

So can anyone help with the next Compilation Question:

In pyxis.e

1)

I get errors of the form:

(E) edit.e:187: expected quoted string, encountered "Edit options: "

for entries:

MENU_ENTREE "DATABASE FIELDS":
return (ATT) copy_fields (window, form, object, dbb,
transaction);

So I change these the "XXX" strings to 'XXX' quotes strings ie:

MENU_ENTREE 'REPEATING SUB-FORM':
return (ATT) add_repeating (window, form, object, dbb,
transaction);

And it at least compiles:




2)

Now Ive got the following:

FOR_FORM (FORM_HANDLE ENUMERATION TRANSPARENT) X IN ENUMERATIONS

And get:

expected quoted string, encountered "ENUMERATIONS"


Ive moved on a bit, after commenting that stuff out but would like to
get back to it. So my questions are:

Is what I did in 1) ok ?

And does anyone know how I get around 2)?



Thanks in Advance


Mark