Search found 46 matches: avar

Return to advanced search

Re: Ayuda con Folderex URGENTE

Saludos, podrias defnir las VAR en donde defines el DLG y el folder o ponerlas como STATIC, yo creo un array por decir de nombre aVar[n] y aGet[n], y con esa las uso en todas las pestañas, y cuando hago en aGet[n]:REFRESH(), se actualizan todas las aVar[n] de las pestañas. no se si ese ...
by joseluisysturiz
Sat Sep 03, 2022 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Folderex URGENTE
Replies: 6
Views: 550

Re: Mem Files

... Perhaps I found a function It browse me all variables but I cannot show the values I saw all the variables init form CFG_ Function test() local aVar:= {} nMemHandle := Fopen( 'config.mem', 2 ) nMemLength := Fseek( nMemHandle, 0, 2) Fseek(nMemHandle,0) nCount := 1 Do While Fseek(nMemHandle, 0, ...
by Silvio.Falconi
Fri Oct 08, 2021 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mem Files
Replies: 11
Views: 723

Re: XBrowse: how to load image data instead of image name

for n := 1 to 20 @ n * 20, 50 GET aVar[ n ] OF oWnd <clauses> next n After this loop the present value of " n " is 21. When the dialog is activated and controls are to be shown, the value of "n" is 21 and naturally ...
by Marc Venken
Tue Nov 03, 2020 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: how to load image data instead of image name
Replies: 17
Views: 1527

Re: XBrowse: how to load image data instead of image name

... controls in a loop from array is very tricky. It does not work as expected. Let me show why: Wrong code: for n := 1 to 20 @ n * 20, 50 GET aVar[ n ] OF oWnd <clauses> next n After this loop the present value of " n " is 21. When the dialog is activated and controls are to ...
by Otto
Tue Nov 03, 2020 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: how to load image data instead of image name
Replies: 17
Views: 1527

TITLETEXT Refresh() Arrays...(SOLVED)

I have a dbf file with values (as characters) which is auto-updated every ten minutes. The update changes values and needs to be refreshed/overwritten on the screen. A timer updates this screen with new values. I save the values as text in the dbf and update the array and refresh the array as SETTEX...
by RiazKhan
Sat Jun 06, 2020 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLETEXT Refresh() Arrays...(SOLVED)
Replies: 2
Views: 506

How To Refresh() TITLETEXT With Arrays...???

I have a dbf file with values (as character) which is auto-updated every ten minutes. The update changes values and needs to be refreshed/overwritten on the screen. A timer updates this screen with new values. I save the values as text in the dbf and update the array and refresh the array as SETTEXT...
by RiazKhan
Mon May 25, 2020 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Refresh() TITLETEXT With Arrays...???
Replies: 2
Views: 682

Re: Caracteres especiales

Saludos, para las rutas tenia ese mismo problema...como lo rsolvi..pues, usando TDolphin con esta sentencia... ClipValue2SQL( Val2Escape( aVar[55] ) ) y entonces me guarda la ruta con los slash separadores, espero te ayude...gracias... :shock:
by joseluisysturiz
Thu Nov 09, 2017 2:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Caracteres especiales [SOLUCIONADO]
Replies: 4
Views: 890

Re: Borrar contenido de un GET

... click se desaparezca para que el usuario escriba lo que quiera o es otra cosa...si es lo primero que dije...usa esto REDEFINE GET aGet[1] VAR aVar[1] ID 4021 OF oDlg PICTURE "@!" UPDATE ; CUEBANNER "Texto a mostrar"
by joseluisysturiz
Sun Oct 30, 2016 1:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Borrar contenido de un GET
Replies: 7
Views: 1429

Re: GET HINT

Saludos, yo lo hago asi con CUEBANNER...saludos...

REDEFINE GET aGet[1] VAR aVar[1] ID 4021 OF oDlg PICTURE "@!" UPDATE CUEBANNER "Usuario"
by joseluisysturiz
Mon Jul 11, 2016 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET HINT
Replies: 2
Views: 479

Re: EXCESS RELEASE OF FONT ( solucionado )

mas aún si dejo la linea así: REDEFINE GET aObj[vNOMCLI] VAR aVAr[vNOMCLI] ID IDNOMCLI OF oDlg PICTURE "@!" // FONT ofont2 UPDATE no da error . REDEFINE GET aObj[vNOMCLI] VAR aVAr[vNOMCLI] ID IDNOMCLI OF oDlg PICTURE "@!" FONT ofont2 ...
by mastintin
Mon Jan 19, 2015 9:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXCESS RELEASE OF FONT
Replies: 28
Views: 6876

Algo nuevo o es Error de TDolphin.?

Saludos, normalmente defino mis VAR con un switch de valor logico para controlar si es registro nuevo o es modificado, ejemplo: aVar[1] := IIF( lNew, 0, oQry:campo1 ) // campo de tipo numero (int, double, decimal, etc) aVAr[2] := IIF( lNew, space(10), oQry:campo2) // campo de tipo string ...
by joseluisysturiz
Mon Oct 13, 2014 4:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Algo nuevo o es Error de TDolphin.?
Replies: 5
Views: 769

Re: EDICION TXBROWSE 10 LINEAS...

...                                                ( oCol:value := xVal ,;                                                   totalinea( oBrw, aVar, aGet ) ,;                                                   addrow( oBrw, aVar, aGet ) ,;                                          ...
by ACC69
Mon Aug 04, 2014 6:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Re: EDICION TXBROWSE 10 LINEAS...(Cerrado Sin solucion)
Replies: 15
Views: 4736

Re: dbcombo para dolphin o ado

... son los campos que llenaran los ARRAY, es decir el nombre a mostrar y el codigo a guardar, espero te ayude... REDEFINE GET aGet[3] VAR aVar[3] ID 4050 OF oDlg PICTURE "@!" UPDATE READONLY ; // COD.OPERADOR VALID ( IF( Empty( aVar[3] ), .t. ,; ( aVar[4] := aOpera1[ ASCAN( aOpera1, ...
by joseluisysturiz
Sat Jul 12, 2014 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbcombo para dolphin o ado
Replies: 4
Views: 591

Re: Como controlar de no agregar elemento vacio ARRAY TXBrowse..

... registro es que hago esto aaddd( aCuentas, valo1, valor2, etc) , y lo hago bajo el array del xbrowse... STATIC PROCEDURE addrow( oQryTM, oBrw, aVar, aGet ) total_es( oQryTM, oBrw, aVar, aGet ) IF LEN( oBrw:aArrayData ) > 0 IF oBrw:aArrayData[oBrw:nArrayAt, 6] > 0 .and. ; oBrw:aArrayData[oBrw:nArrayAt, ...
by joseluisysturiz
Tue Apr 22, 2014 2:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como controlar de no agregar elemento...SOLUCIONADOooo
Replies: 24
Views: 5026

Re: Ayuda Mysql

... de un campo determinado, saludos... Ejemplo: cQryMI := "SELECT * FROM mi_tabla " +; "WHERE movi_numdoc = " + ClipValue2SQL( aVar[1] ) +; " AND movi_modulo = '" + cModulo +; "' ORDER BY movi_numdoc" espero te ayude.
by joseluisysturiz
Thu Mar 06, 2014 9:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda Mysql
Replies: 2
Views: 429
Next

Return to advanced search