Error en XBrowse

Post Reply
Vital
Posts: 58
Joined: Mon Nov 06, 2006 6:56 am

Error en XBrowse

Post by Vital »

Que tal, buen dia, si alguien me puede echar la mano tengo un problemita con el xbrowse, solo al presionar el PGUP en el xbrowse. Todo funciona bien solo cuando presiono el PGUP pero como a la tercera precionada me marca NLEN .

Gracias.
User avatar
Antonio Linares
Site Admin
Posts: 42418
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 14 times
Been thanked: 48 times
Contact:

Post by Antonio Linares »

Que versión de FWH usas ?

Puedes proporcionar un pequeño ejemplo que reproduzca el error ? gracias
regards, saludos

Antonio Linares
www.fivetechsoft.com
Vital
Posts: 58
Joined: Mon Nov 06, 2006 6:56 am

Post by Vital »

Antonio estoy haciendo pruebas, el testxbrw funciona muy bien y casi lo copie identico, este es mi ejemplo.

Code: Select all | Expand

oBrow := TxBrowse():New(oDlg)
         oBrow:SetRDD()
         oBrow:CreateFromResource( 102 )
        oBrow:nMarqueeStyle       := MARQSTYLE_HIGHLROW
         oBrow:nColDividerStyle    := LINESTYLE_BLACK
         oBrow:nRowDividerStyle    := LINESTYLE_BLACK
         oBrow:nFreeze             := 4
           oBrow:bClrStd                   := {|| { IIF(CLIENTES->ESTATUS="B",Rgb(255,0,0),CLR_BLACK) , IIF(OrdKeyNo()%2=0,Rgb(193,221,255),Rgb(221,245,255))  } }   
      oBrow:bKeyDown            := {|nKey,nFlags| ValidKeyClientes1(nKey,oDlg,oBrow)}
User avatar
Antonio Linares
Site Admin
Posts: 42418
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 14 times
Been thanked: 48 times
Contact:

Post by Antonio Linares »

Que version de FWH usas ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply