Search found 3810 matches: type

Return to advanced search

Re: PepPol European Invoicing standard

Better use: TEXT INTO cInvoice   ...ENDTEXT Hola a todos Muy interesante hilo A mi me gusta la solucion TEXT INTO y es la que utilizo, pero los xml a generar son más que simple texto porque tienen tags que pueden o no llevar valores y quizas ramas completas que quedan vacias y tambien tienen ramas ...
by FiveWiDi
Wed Feb 14, 2024 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 925

Re: RC to PRG generator

Antonio. I've already done some tests and I couldn't identify the GoupBox control. The control is assigned to the BUTTON type. I needed a way to identify the BS_GROUPBOX too.  CONTROL "Guias Anteriores", 1101, "Button", BS_GROUPBOX, 2, 13, 135, 22  CONTROL ...
by Giovany Vecchi
Mon Feb 12, 2024 11:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1205

Using Excel with Fivewin and OLE

The following line of code is from an Excel recorded macro:

Selection.FormatConditions.Add Type:=xlCellValue, Operator:=xlEqual,Formula1:="=TRUE"

Seems like the Add method has three parameters, how do you call this in FiveWin?

Thanks,
by byron.hopp
Sat Feb 10, 2024 1:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Excel with Fivewin and OLE
Replies: 2
Views: 116

Re: Transform doubt

paquitohm wrote:Try so:

Code: Select all  Expand view
nVar:= 14000
cVar:= Transform(nVar, "@E 999,999.999")


Regards


Thanks, but in this case cVar type change to caracter.
by wartiaga
Sun Jan 28, 2024 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transform doubt
Replies: 2
Views: 346

Re: MariaDb SetFilter no realiza Filtrado

... 0 ) Called from: .\source\classes\WINDOW.PRG => TMDIFRAME:ACTIVATE( 1118 ) Called from: Bin\menu.prg => MAIN( 115 ) System ====== CPU type: AMD Ryzen 5 2400G with Radeon Vega Graphics 3593 Mhz Hardware memory: 14285 megs Free System resources: 90 % GDI resources: 90 % User resources: ...
by CARLOS ATUNCAR
Sat Jan 27, 2024 12:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MariaDb SetFilter Error no definida: SOLUCIONADO
Replies: 2
Views: 169

Re: Error BASE/1089 Argument error: ABS

... TDIALOG:ACTIVATE( 307 ) Called from: .\source\function\MSGRUN.PRG => MSGRUN( 54 ) Called from: nuevo1.prg => MAIN( 7 ) System ====== CPU type: AMD Ryzen 5 2400G with Radeon Vega Graphics 3593 Mhz Hardware memory: 14285 megs Free System resources: 90 % GDI resources: 90 % User resources: ...
by CARLOS ATUNCAR
Fri Jan 26, 2024 10:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1089 Argument error: ABS
Replies: 7
Views: 443

Re: erase files

... before you delete the files and check with "Resource Monitor" the "Assoiated Handles" of your file. Open the Start menu, type "Resource Monitor" and press Enter. Switch to the "CPU" tab. Expand the "Associated Handles" section in the lower ...
by Otto
Thu Jan 25, 2024 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1545

Re: HTML code in a TPanel class

... Antonio, but is it only used to view web pages or is it also used to interact with web pages of the "GEt" and "Post" type?
by Silvio.Falconi
Mon Jan 22, 2024 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 1360

Re: Cambiar Tree Completo Sobre xBrowse (solucionado)

... nil, ::oQry:c13 != 0, ::oQry:c13 := If( x, 1, 0 ) ) }   :SetCheck(, .T. )ENDWITH  If field "c13" type is TinyInt, Set MYSQL_TINYINTASLOGICAL( .T. )  and then WITH OBJECT :acols[ 7 ]   :bEditValue := { | x | If( ...
by nageswaragunupudi
Sat Jan 20, 2024 6:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar Tree Completo Sobre xBrowse (solucionado)
Replies: 9
Views: 766

I'm not asking for the moon... Resolved!!

... me... I have a series of numeric get controls for a little program, I would like only a zero to be displayed at the beginning but the user can type 12345 and the procedure must automatically convert to 123.45 and if the user presses another digit for example 7 this must change the last digit ...
by Silvio.Falconi
Wed Jan 17, 2024 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2168

Re: Problem with tget numeric

... get. No uso dbf. Obtengo los datos de un navegador y una matriz. Otto you could display only a zero on the right in the get and then if the user types a number for example 1 and then presses the decimal point the procedure must put up to two numbers after the decimal point and then move on to ...
by Silvio.Falconi
Wed Jan 17, 2024 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1433

Re: Problem with tget numeric

... you use for input? Touch or keboard? I had already created a small touch sale with categories and subcategories but the customer didn't like this type of insertion, he wants to be faithful to the old insertion he did with his pen and paper model. moreover, since the operator has to work in the ...
by Silvio.Falconi
Wed Jan 17, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1433

Border with fwbarcode

How create a border on barcode ?

@ x, y PRINT TO oPrn TEXT ctext AS BARCODE TYPE cBarcode ;
SIZE nlarghezza-nColonna, nAltezza CM BARSIZE nlarghezza ;
COLOR CLR_BLACK,nBackcolor
by Silvio.Falconi
Tue Jan 16, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Border with fwbarcode
Replies: 0
Views: 620

Re: problem with Barcode (sebra) no Html no web

... + Check Digit (1 digit) you're Right I decided to change barlib for the new fwbarcode barcodes because in barlib we don't have the new qr type codes to do a demo I think I need to set TExt for each type of barcode in order to be able to print it correctly every time the nbackcolor must ...
by Silvio.Falconi
Tue Jan 16, 2024 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with Barcode (zebra) no Html no web . resolved
Replies: 2
Views: 583

problem with Barcode (zebra) no Html no web . resolved

... hbzebra.lib I have this result https://i.postimg.cc/ydtCxn30/ggg.png the source code is @ x, y PRINT TO oPrn TEXT ctext AS BARCODE TYPE cBarcode ;         SIZE nlarghezza-nColonna, nAltezza CM BARSIZE nlarghezza ;          COLOR CLR_BLACK,nBackcolor where is the error ? I tried ...
by Silvio.Falconi
Mon Jan 15, 2024 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with Barcode (zebra) no Html no web . resolved
Replies: 2
Views: 583
PreviousNext

Return to advanced search