Saludos Al Forum
Ya Logre compilar mi proyecto el Harbour 3.1 ya que lo tenia en xHArbour.
Mi pretunta es la Siguiente.
Porque Genera este error. a pesar que compilar y genera el ejecutable bien
pxp0014.prg(61) Warning W0001 Ambiguous reference 'OAPP"
pxp0014.prg(78) Warning W0001 Ambiguous reference 'OAPP"
pxp0014.prg(80) Warning W0001 Ambiguous reference 'OAPP"
En todos lo programar me pasa esto.
el oApp lo tengo definido en el Programa Principal
Ya Logre compilar mi proyecto el Harbour 3.1 ya que lo tenia en xHArbour.
Mi pretunta es la Siguiente.
Porque Genera este error. a pesar que compilar y genera el ejecutable bien
pxp0014.prg(61) Warning W0001 Ambiguous reference 'OAPP"
pxp0014.prg(78) Warning W0001 Ambiguous reference 'OAPP"
pxp0014.prg(80) Warning W0001 Ambiguous reference 'OAPP"
En todos lo programar me pasa esto.
  oP14:regtablas := {"kubicac"}
  oP14:reggetd := {"get_codubi","get_nombre"}
  oP14:MatValid[5] := "oP14:reg_nav0001()"
  oP14:cSistema  := "0014.Registro Ubicaciones "
  oP14:P_TICO:="C";oP14:P_MOD := "PXP0014_1";oP14:P_MOD1:="PROG_14";oP14:P_XLS := "xls0014.xls"
Linea 61
  oP14:P_NBROW := "BROW_LISTA";oP14:P_TIBROW := oApp:X_TIPBROW;oP14:P_OPMENU:= "2"      oP14:P_TRAMBROW := 1;oP14:P_FONBROIMA := " ";oP14:P_PORDEFI := " ";oP14:P_CONDVEN := 0
  oP14:cDatbus1 := "codubi"
  oP14:cllave1 := "m_codubi"
..
LInea 78
 DEFINE DIALOG oP14:oDlg01 RESOURCE "GENERAL" TITLE OemToAnsi(oP14:cSistema) OF oApp:oWndMain STYLE nOR(WS_MINIMIZEBOX)el oApp lo tengo definido en el Programa Principal
MEMVAR oApp
Function Main()
Local oIco, oBmp, oBrush,oLogo1, oCur, oLogo2,oPen, oPen_,oImageList,oText,oSay,oFont,oBrush99,oFont3, xfind
Local xAltKey,oPopm1
local a,b,i,opx
PUBLIC Â oApp := TMENUINI():New()