al declarar mediante comandos, lo siguiente:
- Code: Select all Expand view RUN
- REDEFINE XBROWSE ::oBrwCab ID BRW_XBRW OF oDlg FONT ::hFont["Tahoma14"] ;
ALIAS h0["CabPagos"]:cAlias AUTOSORT
ADD FIELDS TO XBROWSE ::oBrwCab AT 1 DATA (h0["CabPagos"]:nArea)->FCABPGO03 HEADER "Fe.Pago"
...
Y luego al compilar:
- --------------------Configuración: CStock - Release--------------------
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 9421)
Copyright 1999-2011, http://www.xharbour.org http://www.harbour-project.org/
D:\Fuen32\SiCamilo\CStock\Source\CS_T07.prg(110) Warning W0001 Ambiguous reference: 'FIELDS'
...
Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland
CS_T07.c:
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
mgCStock.exe - 0 error(es), 13 advertencia(s)
Entiendo que son Warnings, pero mejor sería si no salieran, ya que siempre tengo que memorizar la cantidad de warnings, en este caso 13, para ver si no hay algun otro error o warnings que deba ser tenido en cuenta y, realmente me saca de contexto.
NO deseo agregar el parámetro para que no se manifiesten los warnings
Habrá alguna opcion para evitarlo?
Uso FWH 1204 - xHarbour 1.2.1 (Simplex)