Simple methods missing

mikelcid

New Member
Hi all!

Ia have just translated from one computer to another one a project written in Progress but when I open OpenEdge architech to continue programming it most of the simplest methods like CLOSE() give me an error simply saying that it can't understand the sentence but I don't see anything wrong. All the referrenced assemblies are in their place, if I am not wrong, and I have compiled the entire project several times.

Any idea of what can be happening?

Thanks in advance!
 
Some more info may help.
What is this CLOSE() method supposed to close ?

The displaying window, you can an example in these lines:

METHOD PRIVATE VOID Cancelar1_Click( INPUT sender AS System.Object, INPUT e AS System.EventArgs ):


CLOSE().
RETURN.


END METHOD.
 
Back
Top