origen.prg(241) Warning W0001 Ambiguous reference: 'OAPP'
origen.prg(324) Warning W0001 Ambiguous reference: 'OAPP'
ETC,...
totsto1.PRG(18) Warning W0001 Ambiguous reference: 'OAPP'
ETC...
en el módulo principal lo declaro así
- Code: Select all Expand view RUN
- FUNCTION origen()
LOCAL oBrush // Almacena objeto BRUSH
LOCAL oBar // Almacena objeto BUTTONBAR
LOCAL oCursorMano
LOCAL oICON, surge
LOCAL oBmp
LOCAL oFont
LOCAL cinit := GetWinDir()+"\mega.ini"
LOCAL memo:= GetpvProfString("camino","curpath",,cinit)
LOCAL nBut := array(6)
LOCAL cPantalla := GetpvProfString("pantalla","tipopan",,(GetWinDir()+"\mega.ini"))
LOCAL cUsuario := (GetpvProfString("usuario","nombre",,(GetWinDir()+"\mega.ini")))
public oApp := TApplication()
Gracias