Error al compilar con VERCE

Post Reply
User avatar
Armando
Posts: 2479
Joined: Fri Oct 07, 2005 8:20 pm
Location: Toluca, México
Contact:

Error al compilar con VERCE

Post by Armando »

Maestro Antonio:

Estoy intentando compilar VisualFw con VERCE 4.5 y me tira este error:

Code: Select all

C:\VisualFw\Prgs\Code.Prg(72) Warning W00001 Ambiguous Reference: 'NOLDOPTION'
Saludos
SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
User avatar
wmormar
Posts: 1050
Joined: Fri Oct 07, 2005 10:41 pm
Location: México
Contact:

Re: Error al compilar con VERCE

Post by wmormar »

Armando wrote:Maestro Antonio:

Estoy intentando compilar VisualFw con VERCE 4.5 y me tira este error:

Code: Select all

C:\VisualFw\Prgs\Code.Prg(72) Warning W00001 Ambiguous Reference: 'NOLDOPTION'
Saludos
Sólo declara NOLDOPTION y listo
William, Morales
Saludos

méxico.sureste
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Armando,

Modifica este comando en FWH\include\folder.ch

Code: Select all

#xcommand @ <nRow>, <nCol> TABS [<oTabs>] ;
             [ <of: OF, WINDOW, DIALOG> <oWnd> ] ;
             [ <prm: PROMPT, PROMPTS, ITEMS> <cPrompt,...> ] ;
             [ <bmp: BITMAP, BITMAPS, RESOURCE> <cBitMap,...> ] ;
             [ <act: ACTION, EXECUTE, ON CHANGE> <uAction> ] ;
             [ <lPixel: PIXEL> ] ;
             [ <lDesign: DESIGN> ] ;
             [ <color: COLOR, COLORS> <nClrFore> [,<nClrBack>] ] ;
             [ OPTION <nOption> ] ;
             [ SIZE <nWidth>, <nHeight> ] ;
             [ MESSAGE <cMsg> ] ;
       => ;
          [<oTabs> := ] TTabs():New( <nRow>, <nCol>,;
             [\{<cPrompt>\}], [{|nOption,nOldOption|<uAction>}], ;
             <oWnd>, <nOption>, <nClrFore>, <nClrBack>, <.lPixel.>,;
             <.lDesign.>, <nWidth>, <nHeight>, <cMsg>, [\{<cBitMap>\}] ) 
Observa que ahora usa nOldOption en su traducción
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply