Search found 23 matches: arq

Return to advanced search

Re: Lentidão xBrowse

Perdón, no poner lo "x" BROWSE(), então ficaria assim

Arq->( xBrowse() )

después de los ensayos, con Arq->( Browse() ) navega más rápido, pero con Arq->( xBrowse() ) ralentiza

que puede ser?
by aferra
Thu Aug 30, 2012 12:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentidão xBrowse
Replies: 9
Views: 1647

Re: Lentidão xBrowse

Arq-> ( Browse() ) does not use XBrowse. Browse() function uses classic WBrowse which is the fastest of all browses. If even WBrowse is slow, it is a matter of speed of access of the net work.

Arq->( XBrowse() ) uses XBrowse. However XBrowse is a bit slower than WBrowse.
by nageswaragunupudi
Thu Aug 30, 2012 3:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentidão xBrowse
Replies: 9
Views: 1647

Re: Lentidão xBrowse

gracias por responder.

No tengo nada, qué tener una idea sencilla

USO <archivo> ALIAS "ARQ"
Arg-> (dbGoTop ())
Arq-> ( Browse() ) (que utiliza xBrowse) resulta lentidão
by aferra
Wed Aug 29, 2012 9:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentidão xBrowse
Replies: 9
Views: 1647

Error Excel

Hola, tengo una aplicacion en la cual recorro una dbf y armo excel, pintando de color el fondo y la fuente de cada celda, segun un valor de la tabla. Si corro con una dbf de entre 80 y 150 registros, anda todo OK. Si corro con mas, aparece el error que pego debajo. Puse un log para ver si el error a...
by diegopolverelli
Wed Jun 15, 2011 6:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Excel
Replies: 0
Views: 1255

Display xml file

Hi, I use this source to display xmls files but in sometimes return the message in activex dialog: "The page cannot be displayed" Arq_Recibo := "C:\TESTE.XML" DEFINE DIALOG oDlgErro RESOURCE "ERROXML" REDEFINE ACTIVEX oAcTiveX ID 10 of oDlgErro PROGID "Shell.Explor...
by Wanderson
Fri Apr 15, 2011 11:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Display xml file
Replies: 1
Views: 710

Re: Help about xml files

I try this and works well. For x = 1 to 100 cXML := StrTran( MemoRead( Arq_Erro ), CRLF ) If Empty(cXML) inkey(0.1) loop Endif cXML := TrataRetornoXml(cXML) xMotivo := GetStringFromXMl('<xMotivo>','</xMotivo>', cXML ) Exit Next x Thanks.
by Wanderson
Thu Jan 13, 2011 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help about xml files
Replies: 23
Views: 7456

Re: Help about xml files

Hi Lailton Simple test: Arq_Ret := "retorno.xml" cXML := StrTran( MemoRead( Arq_Ret ), CRLF ) xMotivo := GetStringFromXMl('<xMotivo>','</xMotivo>', cXML ) MsgInfo(xMotivo) retorno.xml: <retCancCTe xmlns="http://www.portalfiscal.inf.br/cte" versao="1.03"&g...
by Wanderson
Wed Jan 12, 2011 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help about xml files
Replies: 23
Views: 7456

Re: Doubt about activex

Try this way Cam_Arq := "C:\TESTE.XML" DEFINE DIALOG oDlgErro RESOURCE "ERROXML" REDEFINE ACTIVEX oAcTiveX ID 10 of oDlgErro PROGID "Shell.Explorer" ACTIVATE DIALOG oDlgErro CENTERED ON INIT oAcTiveX:Do("NAVIGATE",Cam_Arq) Perfeito Lailton funcionou. Val...
by Wanderson
Mon Dec 27, 2010 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Doubt about activex
Replies: 6
Views: 1170

Re: Doubt about activex

Try this way

Cam_Arq := "C:\TESTE.XML"

DEFINE DIALOG oDlgErro RESOURCE "ERROXML"
REDEFINE ACTIVEX oAcTiveX ID 10 of oDlgErro PROGID "Shell.Explorer"

ACTIVATE DIALOG oDlgErro CENTERED ON INIT oAcTiveX:Do("NAVIGATE",Cam_Arq)
by lailton.webmaster
Mon Dec 27, 2010 12:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Doubt about activex
Replies: 6
Views: 1170

Doubt about activex

Hi all, I Want to open a xml file using activex like this: Cam_Arq := "C:\TESTE.XML" DEFINE DIALOG oDlgErro RESOURCE "ERROXML" REDEFINE ACTIVEX oAcTiveX ID 10 of oDlgErro PROGID "Shell.Explorer" ACTIVATE DIALOG oDlgErro CENTERED; ON INIT oAcTiveX:Do(Cam_Arq) But i ...
by Wanderson
Thu Dec 23, 2010 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Doubt about activex
Replies: 6
Views: 1170

Re: editar en xbrowse

Ola .. Tente assim; oCol:= oLbx:AddCol() oCol:bStrData := { || Arq->NOme } oCol:cHeader := "Nome" oCol:nWidth := 200 //--Editar Coluna oCol:bEditvalue := { || ARQ->NOME } oCol:nEditType := EDIT_GET oCol:cEditPicture := "@!" oCol:bonPostEdit ...
by ICO
Mon Jul 26, 2010 1:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: editar en xbrowse
Replies: 1
Views: 589

Read RcData, Pelles( .Res)...

I have a bitmap and a Arq.txt Imported as RCData with Pelles(.Res), how do I read these RCData's?

Regards, Ale
by Ale SB
Mon Jun 29, 2009 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read RcData, Pelles( .Res)...
Replies: 0
Views: 236

Re: Memoria no liberada en ActiveX - arreglado!

... prg: ****************** FUNCTION FLASH() ****************** Local oDlgClient,arq:="",oRActiveX,obj1,obj2 if file("SGSIS.SWF") if ! FLASHActivex(@arq) return(.f.) endif define dialog oDlgclient resource "SOBRESISTEMA" ...
by MGA
Wed Apr 08, 2009 1:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Memoria no liberada en ActiveX - arreglado!
Replies: 18
Views: 6354

Re: Memoria no liberada en ActiveX - arreglado!

... percebi que o código abaixo continua a não liberar memória: *********************** FUNCTION FLASH() *********************** Local oDlgClient,arq:="",oRActiveX,obj1,obj2 define dialog oDlgclient resource "SOBRESISTEMA" icon oico color CLR_WHITE,CLR_WHITE oRActiveX := TActiveX():Redefine( ...
by MGA
Wed Apr 08, 2009 11:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Memoria no liberada en ActiveX - arreglado!
Replies: 18
Views: 6354

if ! PDFActivex(@arq) return(.f.) endif DEFINE WINDOW oWndpdf MDICHILD OF oWnd vscroll icon oico TITLE ALLTRIM(cFile) pdfoActiveX = TActiveX():New( oWndpdf, arq ) oWndpdf:oClient = pdfoActiveX pdfoActiveX:Do( "LoadFile", cFile ...
by MGA
Fri Jun 06, 2008 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Acrobat activex - problems with old Acrobat versions
Replies: 1
Views: 1555
Next

Return to advanced search