Search found 20 matches: vuoto

Return to advanced search

Re: help for Gdiplus Brush class

Look https://bitbucket.org/fivetech/fivewin-contributions/downloads/TESTGDI.prg Progetto: TESTGDI, Ambiente: bcc7Harbor: [1]:Harbour.Exe TESTGDI.prg /m /n0 /gc1 /w0 /es2 /a /iC:\Work\fwh\include /iC:\work\HARBOUR\Include /jC:\Work\errori\BUTTON~1\I18n\Main.hil /iinclude;c:\work\fwh\include;C:\work\...
by Silvio.Falconi
Thu Mar 23, 2023 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help for Gdiplus Brush class
Replies: 4
Views: 348

Bug on Btnbmp ???

...   ;                FLAT  SIZE 120, 30  OF oDlg   PIXEL ;                COLOR  CLR_BLACK,nRgb(238,236,219) ;                PROMPT "vuoto.png" NOROUND;                BITMAP "vuoto.png" LEFT@ 120,200 BTNBMP obtn[4]   ;                FLAT  SIZE 120, 30  OF ...
by Silvio.Falconi
Wed Nov 17, 2021 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug on Btnbmp ???
Replies: 5
Views: 417

Tget change size on line

... FLAT SIZE 15, 15 OF oDlg PIXEL ACTION NIL WHEN nData_To_Print=1 COLOR nRgb(238,236,219),nRgb(238,236,219) @ 24, 342 BTNBMP oBtn3 RESOURCE "vuoto.bmp" FLAT SIZE 15, 15 OF oDlg PIXEL ACTION NIL WHEN nData_To_Print=1 COLOR nRgb(238,236,219),nRgb(238,236,219) https://i.postimg.cc/pXdCzgXW/hhhh.png ...
by Silvio.Falconi
Wed Oct 28, 2020 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tget change size on line
Replies: 0
Views: 237

Re: How to get http response text

... not exist") , es debido a variable no declarada. ------------------------------------------- thank you now I have declared local cresp:="vuoto" but cresp remains "vuoto" (unchanged) the problem cames when i call oHttp:ResponseBody
by lorenzoazz
Sun Oct 11, 2020 5:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get http response text
Replies: 18
Views: 1766

Recall records with FW_ArrayToDBF

... cDesc:=aElementi[n][4] lactive:= TRUE else cDesc:=aElementi[n][4] ENDIF elseif aData[nY,nX] =="X" cDesc:="spazio vuoto" Endif next n AaDD( aTempDbf,{nCamera,nRow,nCol,cElemento,cDesc,,strzero(recno(),5),cSettore,lActive}) next nX next nY https://i.postimg.cc/cLDtpK1H/mmm.png ...
by Silvio.Falconi
Tue Feb 12, 2019 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Recall records with FW_ArrayToDBF
Replies: 3
Views: 521

Re: fivetouch

... cDes := Dati->DESC nPre := Dati->PRE ELSE cDes := "Codice " + cCod + " Non Trovato" ENDIF ELSE cDes := "Codice Vuoto" ENDIF oLab1:setText( cBar ) oLab1:move( 65 , 60 ) oLab1:show() oLab2:setText( cDes ) oLab2:move( 65 , 90 ) oLab2:show() oLab3:setText( STR(nPre) ...
by solving
Tue Jun 09, 2015 3:32 pm
 
Forum: All products support
Topic: fivetouch
Replies: 20
Views: 5127

Re: fivetouch

... -> stranamente il cursore non si pone all'inizio della Get ma al Centro Devo prima usare il tasto Canc per vuotare il campo della Get anche se vuoto e poi posso digitare . Grazie.
by solving
Mon Jun 08, 2015 5:03 pm
 
Forum: All products support
Topic: fivetouch
Replies: 20
Views: 5127

Re: fivetouch

... caratteri ? 2) ho costruito un ciclo Do while .T. ed esco dalla funzione Vedi_P o quando premo il pulsante "abbandona" o quando lascio vuoto il campo oCod. quello che non riesco a fare e' : alla pressione del pulsante "Cerca" di chiamare una funzione che mi esegua la seek ...
by solving
Mon Jun 08, 2015 3:11 pm
 
Forum: All products support
Topic: fivetouch
Replies: 20
Views: 5127

Re: messaggio per mercurial

... il local6 non si formerà mai perchè all'inizio della funzione ciclone va a cancellare il campo or->gg_ora sempre se il campo or->blocco è vuoto mentre local7 si popola con i numeri dei record . forse nel ennesimo ciclo trova il campo or->gg_ora pieno e popola anche il local6 ma non ...
by Silvio.Falconi
Sat Feb 07, 2015 8:50 am
 
Forum: All products support
Topic: messaggio per mercurial
Replies: 18
Views: 4258

Re: messaggio per mercurial

... trova almeno un'ora assegnata fra quelle controllate, la funzione ritorna .F. Se invece esce dal FOR/NEXT significa che tutti i test sono andati a vuoto perché la classe non è assegnata in quell'ora (GG_ORA è vuoto) e la funzione ritorna .T. Non posso andare oltre perché mi mancano delle informazioni ...
by mercurial
Fri Feb 06, 2015 12:07 pm
 
Forum: All products support
Topic: messaggio per mercurial
Replies: 18
Views: 4258

Re: BUTTON vs BTNBMP

A RIECCOTI L'ESEMPIO MODIFICATO E NON MI FUNZIONA, cioe' non riesco ad uscire con il campo vuoto, clikkando sul bottone: Ti ho anche mandato il file EXE (zippato) in mail. *************** * #include "FiveWin.ch" * function Main() local oDlg,obut local pippo:= ...
by Romeo
Tue Oct 04, 2011 8:20 am
 
Forum: All products support
Topic: BUTTON vs BTNBMP
Replies: 9
Views: 2056

BUTTON vs BTNBMP

... da una dialog se la get ove e' posizionato il focus non viene completata. ti allego un esempio minimale x verifica. Lancialo e lasciando il campo vuoto, prova ad uscire cliccando su BTNBMP, VEDRAI CHE NON FA NIENTE. grazie Romeo/Zingoni #include "FiveWin.ch" * function Main() local oDlg,obut,obtn ...
by Romeo
Wed Sep 28, 2011 3:44 pm
 
Forum: All products support
Topic: BUTTON vs BTNBMP
Replies: 9
Views: 2056

Re: compilare solo xHarbour

... che c'era: echo -O2 -tW -M -DHB_API_MACROS -DHB_STACK_MACROS -DHB_OS_WIN_32 -DHB_FM_STATISTICS_OFF > b32.bc -tW equivale a -W. Lancia bcc32 a vuoto e otterrai tutti gli switch disponibili con relativa funzione. ho aggiunto /ap al linker, non c'era /aa. Forse c'è un default ma mi sembra strano. ...
by Enrico Maria Giordano
Tue Dec 07, 2010 11:22 am
 
Forum: All products support
Topic: compilare solo xHarbour
Replies: 10
Views: 3525

Re: change the size of a bitmap

... BMP_H, BMP_V, "99",,,,,,,.t. ) oGet[ nY ]:lReadOnly:=.t. For nX := 1 To TOTX @ nrow, ncol BITMAP aBmps[ nY, nX ] RESOURCE "VUOTO" OF oApp:oPanel ; SIZE BMP_H, BMP_V PIXEL ADJUST NOBORDER ncol:=ncol+BMP_V Next nX @ nRow, nCol say ny OF oApp:oPanel PIXEL SIZE BMP_V,BMP_V ...
by Silvio
Mon Aug 10, 2009 7:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change the size of a bitmap
Replies: 8
Views: 1751

change the size of a bitmap

... 40 #define BMP_V 40 and then on my application make bitmaps with this size For nX := 1 To TOTX @ nrow, ncol BITMAP aBmps[ nY, nX ] RESOURCE "VUOTO" OF oDlg; SIZE BMP_H, BMP_V PIXEL ADJUST NOBORDER ncol:=ncol+BMP_V Next nX If I want chage the size from user How I can make ? sample: #define ...
by Silvio
Sun Aug 09, 2009 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change the size of a bitmap
Replies: 8
Views: 1751
Next

Return to advanced search