MarnickBolle
Programmer
In the startup mainprog.prg from my VFP-project I create a cursor like this:
=sqlexec(gnConHandle,"select field from table","curCursor"
Is it possible to use this cursor over the whole project so that anywhere (in every form etc...) I can reach the data from that "public cursor"?
If this is impossible, it looks like I have to store the fields in a public array, but is this really necessary???
=sqlexec(gnConHandle,"select field from table","curCursor"
Is it possible to use this cursor over the whole project so that anywhere (in every form etc...) I can reach the data from that "public cursor"?
If this is impossible, it looks like I have to store the fields in a public array, but is this really necessary???