Hi,
Is it possible to:
I've got a class company, with a property cursorCompany.
In the Company.Init:
THIS.cursorCompany = CREATEOBJECT("CURSOR"
In the Company.setCursorCompanies:
SELECT * FROM COMPANY INTO THIS.cursorCompany
The problem is that a cursor is loaded in the most lower work area, but I would like to make it so it is only possible to access the cursor within the object Company, and not from other objects.
Is that possible? And how?
Thanks,
Charl
Is it possible to:
I've got a class company, with a property cursorCompany.
In the Company.Init:
THIS.cursorCompany = CREATEOBJECT("CURSOR"
In the Company.setCursorCompanies:
SELECT * FROM COMPANY INTO THIS.cursorCompany
The problem is that a cursor is loaded in the most lower work area, but I would like to make it so it is only possible to access the cursor within the object Company, and not from other objects.
Is that possible? And how?
Thanks,
Charl