Search found 39 matches: nage

Return to advanced search

Re: FW_DbfToHTML() new

Nage,
can you share cust.html?
Many thanks
Marco
by MarcoBoschi
Fri Aug 12, 2022 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_DbfToHTML() new
Replies: 3
Views: 673

Re: What's the best way to set individual bits, in a bit string

Thanks nage, There's no function folder in samples. if you mean the .c code in the ..\samples and subfolders, yes that's helpful. But nobody - as far as I know - has put together any kind structured tutorial document with short ...
by FWExplorer
Sun Feb 28, 2021 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What's the best way to set individual bits, in a bit string
Replies: 9
Views: 661

Re: Program techniques : change indexorder or use aliases

... bcRetExpr: codeblock/string: Expression to evaluate Examples: CUSTOMER->( FW_DBFLOOKUP( 108, "ID", "AGE" ) ) --> nAge of ID 108 CUSTOMER->( FW_DBFLOOKUP( 99, "ID", "FIELD->SALARY += 100" ) ) --> Salary field is incremented and written ...
by Marc Venken
Wed Nov 04, 2020 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program techniques : change indexorder or use aliases
Replies: 4
Views: 674

Re: Mod_Harbour and Hash Arrays

... is great. As far as using Hash Arrays with Mod_Harbour: local aH := {=>} Function Main() aH[ 'cTime' ] := time() aH[ 'dDate' ] := date() aH[ 'nAge' ] := 123 ?aH[ 'cTime' ] ?aH[ 'dDate' ] ?aH[ 'nAge' ] Return nil This works and Time, Date, and Age show in the browser window. However should ...
by byron.hopp
Thu Mar 26, 2020 7:40 am
 
Forum: mod_harbour
Topic: Mod_Harbour and Hash Arrays
Replies: 6
Views: 709

FW_BarCodeBmp Help

Hi Mr. Nage,
I am generating a QR code with FW_BarCodeBmp, but when recording it saves me the image with a black background.
How to save with transparent background

Image
by audisys
Fri Dec 13, 2019 4:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_BarCodeBmp Help
Replies: 1
Views: 489

Re: SayBarCode control

... and it will be saved in bmp or jpg or png format depending on the extension used. For best results, use bmp format. Thank you Mr. Nage. Which fivewin version provides this feature?
by wartiaga
Fri Oct 11, 2019 1:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SayBarCode control
Replies: 34
Views: 6520

Re: COLUMNA xBROWSE CON VARIOS BOTONES ACCION INDIVIDUAL

... bueno...digo, no se...igual probare lo que sugieres y comento, gracias... :shock: For now, keep using 4 different columns. Saludos y gracias Mr.Nage,,,gracias... :shock:
by joseluisysturiz
Sat May 25, 2019 11:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COLUMNA xBROWSE CON VARIOS BOTONES ACCION INDIVIDUAL
Replies: 4
Views: 734

Re: Question to coordinates.

Günther, You can use : @ 185, 810 GET oGet[1] VAR nAge SIZE 30, 22 PICTURE "99" PIXEL UPDATE oGet[1]:bLClicked := {|| aSize := GET_SIZE( oGet[1] ), ; MsgAlert( "Top : " + ALLTRIM(STR(aSize[1])) + CRLF + ; // only for test "Left ...
by ukoenig
Thu Mar 28, 2019 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question to coordinates.
Replies: 6
Views: 927

New FTDN September/Septiembre 2017 (FWH 17.09)

... bcRetExpr: codeblock/string: Expression to evaluate Examples: CUSTOMER->( FW_DBFLOOKUP( 108, "ID", "AGE" ) ) --> nAge of ID 108 CUSTOMER->( FW_DBFLOOKUP( 99, "ID", "FIELD->SALARY += 100" ) ) --> Salary field is incremented and written ...
by Antonio Linares
Wed Oct 04, 2017 7:43 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2017 (FWH 17.09)
Replies: 3
Views: 3329

Re: SetCheck CON DBF NO ME CAMBIA IMAGEN TRUE/FALSE-RESUELTO

... 4 es la columna del xbrowse donde esta el campo logico Tuve el mismo problema con dolphin. Espero te sirva CMSOFT ya lo resolvi con una ayuda de NAGE en el foro inglres, igual gracias por tu respuesta...saludos...gracias... :shock: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=34571
by joseluisysturiz
Mon Sep 11, 2017 9:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SetCheck CON DBF NO ME CAMBIA IMAGEN TRUE/FALSE
Replies: 2
Views: 651

Re: SetCheck WITH DBF DOES NOT CHANGE IMAGE TRUE / FALSE

... n ]:nFooterType := AGGR_SUMnextoBrw:aCols[ 9 ]:SetCheck()oBrw:MakeTotals()ACTIVATE DIALOG oDlg CENTERED  Mr. NAGE, as always as successful, as it is an old application, I did not want to touch anything, since the only change I made was in a Fast Report report, ...
by joseluisysturiz
Sat Sep 09, 2017 4:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetCheck WITH DBF DOES NOT CHANGE IMAGE TRUE / FALSE
Replies: 5
Views: 1099

Re: Allow a write in Get in a Combobox

... at the top of the source code of the dbcombo.prg says that the list needs to ordered, incremental search works even with unordered lists. Mr.NAGE, in your sample it works but only with the first 2 letters of the word to search, I imagine that it is the field value in the DBF, in my case I ...
by joseluisysturiz
Thu Sep 07, 2017 3:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Allow a write in Get in a Combobox
Replies: 11
Views: 2864

Re: ROULETTE OF THE FORTUNE - ROTATE ROUND PICTURE

... bitmap on the right side of ximage. Visually user can read the number Through program you should derive the number from oImage:nRotation Mr. Nage, the arrow as you say put it out of the image that rotates, in this case the roulette, I just put it as an example, what I need to know is what ...
by joseluisysturiz
Sat Sep 02, 2017 11:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ROULETTE OF THE FORTUNE - ROTATE ROUND PICTURE
Replies: 21
Views: 5192

Re: ROULETTE OF THE FORTUNE - ROTATE ROUND PICTURE

Mr. NAGE, simplemente ESPECTACULAR, muchas gracias, es lo que necesitaba, no sabia seria tan facil, saludos, gracias... :shock:

Mr. NAGE, simply SPECTACULAR, thank you very much, it's what I needed, it would not be so easy, greetings, thanks... :shock:
by joseluisysturiz
Sat Sep 02, 2017 4:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ROULETTE OF THE FORTUNE - ROTATE ROUND PICTURE
Replies: 21
Views: 5192

Re: XBREPORT : Less known features of FWH- 1

Greetings mr NAGE, I express badly with CLASS, what I wanted to know is if this function was still active, since I had never read or seen comments, so much so that the last date touched on the subject was in 2013, I will revise ...
by joseluisysturiz
Sun Jul 30, 2017 4:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBREPORT : Less known features of FWH- 1
Replies: 8
Views: 2168
Next

Return to advanced search