Search found 45 matches: funtion

Return to advanced search

Re: Help splitting up a character address string

... In this corrected version, the function is properly terminated with END FUNCTION. Thank you for pointing out the error! User I think end funtion is not working - never saw this on harbour ChatGPT You are correct, and I apologize for the confusion in my previous messages. In Harbour, to ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

Re: HTML reports - live preview inside VS Code

... html-file has to done, to made it run. This is my test-program (with the additional window and path added by Otto) The function mHTMLtabel() is a funtion I'm creating to generate a HTML-tables. Until now you can give the size of the table, and the data per field. It is in a very, very, very early ...
by Marc Vanzegbroeck
Mon Aug 02, 2021 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML reports - live preview inside VS Code
Replies: 8
Views: 1040

Re: Lectura de puertos seriales..

... nada porque no veo ninguna replica en la luz con convertidor RXD. http://www.busmaticcr.com/pantalla2.bmp Este fue el retorno que veo con la funtion que me enviaste . Por otro lado te comento, estoy accesando este server via 485.. por USB, es decir que puse un convertidor de USB a 485 y trabaja ...
by Busmatic_wpb
Sat Feb 03, 2018 8:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lectura de puertos seriales..
Replies: 9
Views: 2240

ADD COLUMN TO XBROWSE

Hi Nages. I need your help to convert this funtion into xbrowse, this work well with Tsbrowse FUNCTION N21A_DEFCOLUMN(_oBR, D_COLUMNAS) LOCAL X:=0, _PIC, _COLOR:="" D_COLSIZES:={} FOR X = 1 TO LEN(D_COLUMNAS) AADD(D_COLSIZES, IIF(D_COLUMNAS[X,3] ...
by devtuxtla
Mon Mar 20, 2017 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADD COLUMN TO XBROWSE
Replies: 2
Views: 728

New FTDN February/Febrero 2017 (FWH 17.02)

... Object) lFunction nAffectedRecords METHODS New( oCn, cCommandText, nCommandType, aParamters ) --> Self Execute( [aParams] ) --> funtion return value/affected records/recordset * New function ADORollupTree( oRs, [@aHead], [nGroups] ) -- oTree Prepares Tree from a recorset that ...
by Antonio Linares
Fri Feb 24, 2017 12:37 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2017 (FWH 17.02)
Replies: 2
Views: 2103

Re: PUBLIC var declaration issue

... to the called ones. Fortunatelly in your case every var has it's own (weird) name, so it will be easy to find the usage of vars outside the funtion it's been declared and add it to the function parameters. I understand I can't make PRIVATEs into LOCALs. First I just want to make sure all ...
by James Bott
Tue Sep 01, 2015 1:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PUBLIC var declaration issue
Replies: 26
Views: 6342

Re: PUBLIC var declaration issue

... to the called ones. Fortunatelly in your case every var has it's own (weird) name, so it will be easy to find the usage of vars outside the funtion it's been declared and add it to the function parameters. Maybe I actually could do both. First your way, declaring all the publics at the top ...
by Carlos Mora
Tue Sep 01, 2015 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PUBLIC var declaration issue
Replies: 26
Views: 6342

Re: Learning Say/Get with Fivewin (Confusion)

move
@ i,5 say n PIXEL of oDlg
@ i,10 get cCODE[n] PIXEL of oDlg

into a new funtion

Shuming wang
by ShumingWang
Wed Nov 26, 2014 2:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learning Say/Get with Fivewin (Confusion).. Solved.
Replies: 7
Views: 1213

Re: PalBmpDraw very slow?

Taavi, I use a funtion, to paint different backgrounds ( Windows or Dialog ) c_path := cFilePath(GetModuleFileName( GetInstance() ) ) // Main-directory c_path1 := c_path + "IMAGES\" // selected image-directory in function ...
by ukoenig
Thu Nov 07, 2013 11:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PalBmpDraw very slow?
Replies: 3
Views: 998

Re: Asociacion de ficheros

Efectivamente, cuando se asocian los ficheros a mi programa este recibe el nombre del fichero que lo llamó vía FUNTION MAIN(cFileName) y cFileName trae el nombre del fichero con el path completo. Pero ahora tengo un problema. Cuando pincho sobre un fichero XJ2 se abre mi programa ...
by FiveWiDi
Thu May 10, 2012 2:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Asociacion de ficheros
Replies: 6
Views: 1278

Re: Asociacion de ficheros

Efectivamente, cuando se asocian los ficheros a mi programa este recibe el nombre del fichero que lo llamó vía FUNTION MAIN(cFileName) y cFileName trae el nombre del fichero con el path completo. Pero ahora tengo un problema. Cuando pincho sobre un fichero XJ2 se abre mi programa ...
by antolin
Thu May 10, 2012 11:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Asociacion de ficheros
Replies: 6
Views: 1278

Re: OT: XBrowse-MySql-TMysql

... un nuevo registro con el numero 2, es decir momentaneamente existen dos registros en el campo LIN con el numero 2. 1 A 2 B 2 3 C 4 D 5 E Luego, la funtion ReconstLin(nLinea,oQuery), hace una copia temporal (sin indice) de la tabla principal, y luego recorre todos sus registros numerandolos del ...
by FranciscoA
Tue Mar 13, 2012 2:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT: XBrowse-MySql-TMysql
Replies: 28
Views: 8120

New FTDN September/Septiembre 2011 (FWH 11.09)

... Users have to implement their own visual indication. * New: New DATA bSumCondition for Xbrowse column, for conditional totals. If specified, this funtion is evaluated with column's value and column object for every row. The value is included in the aggregate only if the result is true. * New: ...
by Antonio Linares
Wed Sep 28, 2011 9:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2011 (FWH 11.09)
Replies: 4
Views: 4010

Re: New FTDN August/Agosto 2011 (FWH 11.08)

... <cNewFileName> ) --> cOldFileName lets you assign and retrieve the filename used to save the error log information. * New: Funtion FW_ValToExp( uVal ) --> cExpression, in \fwh\source\function\valtostr.prg. Resulting value can be macro evaluated to return the original ...
by Antonio Linares
Wed Aug 31, 2011 10:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2011 (FWH 11.08)
Replies: 2
Views: 2993

New FTDN August/Agosto 2011 (FWH 11.08)

... <cNewFileName> ) --> cOldFileName lets you assign and retrieve the filename used to save the error log information. * New: Funtion FW_ValToExp( uVal ) --> cExpression, in \fwh\source\function\valtostr.prg. Resulting value can be macro evaluated to return the original ...
by Antonio Linares
Tue Aug 30, 2011 7:00 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2011 (FWH 11.08)
Replies: 2
Views: 2993
Next

Return to advanced search