Search found 372 matches: label

Return to advanced search

Re: Bug en TGroup

... con Resources: Redefine Group oGrp1 ID 130 of oDlg1 color RGB(128,0,0),oDlg1:nClrPane TRANSPARENT Y también con codigo: @ 6,6 GROUP TO 20,60 LABEL "&Acceso" of oDlg2 color nRGB(128,0,0),oDlg2:nClrPane TRANSPARENT Todavia no se como insertar imagenes para mostrarlo mejor :oops: ...
by cladron
Tue Sep 03, 2024 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug en TGroup
Replies: 13
Views: 1497

Re: FWH_2407 oSay does not assume nHeight

You can modify the command in FiveWin.ch: #xcommand @ <nRow>, <nCol> SAY [ <oSay> <label: PROMPT,VAR > ] <cText> ; [ <pict: PICT, PICTURE> <cPict> ] ; [ <dlg: OF,WINDOW,DIALOG > <oWnd> ] ; [ FONT <oFont> ] ; [ <lCenter: ...
by Antonio Linares
Thu Aug 22, 2024 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 4703

Re: FWH64 : ERROR SE SALE DEL SISTEMA

... := oBold oBar:bClrGrad := RGB( 68, 68, 68 ) */ DEFINE BUTTON OF oBar ; FILE ".\img\new.bmp" TOP ; PROMPT "&Nuevo" ; GROUP LABEL "MANTENIMIENTO" ; COLORS CLR_BLACK, CLR_HRED ; TOOLTIP { "Crear nuevo personal", "Mantenimiento" } ; ACTION AddReg(.T.) ...
by CARLOS ATUNCAR
Mon Aug 19, 2024 3:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH64 : ERROR SE SALE DEL SISTEMA
Replies: 33
Views: 4399

Re: send an email using the Outlook object

... 'My Subject', $message); ?> or with phpmailer <form action="submit.php" method="post"> <label for="name">Name:</label><br> <input type="text" id="name" name="name" required><br><br> ...
by Silvio.Falconi
Tue May 14, 2024 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: send an email using the Outlook object
Replies: 5
Views: 733

Dynamic Table Filter Control

... 0; } #filter-container { margin: 0; padding: 0; } .filter-section { display: flex; align-items: center; margin: 0; padding: 0; } .filter-section label { margin: 0; padding: 0; } .grid-container { display: grid; grid-template-columns: min-content auto; column-gap: 10px; align-items: center; } ...
by Otto
Fri May 03, 2024 4:42 pm
 
Forum: mod_harbour
Topic: Dynamic Table Filter Control
Replies: 0
Views: 949

Error Fwh 24.02 con XBROWSE

... },{ 0.10,7303023,15724527 } } } // grey DEFINE BUTTON OF oBar ; FILE op:bmp32+"new.bmp" TOP ; PROMPT "&Nuevo" ; GROUP LABEL "MANTENIMIENTO" ; COLORS CLR_BLACK, CLR_HGREEN ; TOOLTIP { "Crear Nueva Valorización", "Mantenimiento" }; ACTION ...
by CARLOS ATUNCAR
Mon Apr 08, 2024 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Fwh 24.02 con XBROWSE
Replies: 0
Views: 490

Re: Does anyone have an Envelope Printing module ?

... a printer that will feed envelopes. Otherwise they would have to manually hand feed them, and that would be very slow. Personally, I use a Demo label printer, and it was easy to program that from FW. The only complication is finding the right way to print the address barcode. I researched it ...
by TimStone
Sat Mar 02, 2024 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 1829

Re: GROUPBOX

Try removing TRANSPARENT. That is allowing the background to be seen in the control. REDEFINE GROUP [ <oGroup> ]; [ LABEL | PROMPT <cLabel> ]; [ ID <nId> ]; [ OF | WINDOW | DIALOG <oWnd> ]; [ COLOR <cClrFore> [, <nClrBack> ] ]; [ FONT <oFont> ...
by TimStone
Tue Feb 27, 2024 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 399

Re: How to find out the IDs of controls and types?

Umm, if theme Is active, the label control not change color.only ir theme Is not active. Even removing the themes still doesn't work. These functions work perfectly on the fivewin ComboBox and RadioButtons controls: SetWindowTheme(GetDc(lc_aCtrlsAllApi[lc_iFor,3]), ...
by Giovany Vecchi
Wed Jan 10, 2024 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 2760

Re: How to find out the IDs of controls and types?

Umm, if theme Is active, the label control not change color.only ir theme Is not active.
by carlos vargas
Wed Jan 10, 2024 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 2760

Re: phpBB to LLM

... provide more details?', 'Initial post for hardware issue.', 'Reply 1: Have you checked the connections?', 'Reply 2: Try updating your drivers.'], 'label': ['programming', 'programming', 'programming', 'hardware', 'hardware', 'hardware'] } poco a poco :-)
by Antonio Linares
Fri Dec 22, 2023 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 7651

Re: Help for Label Printing 8 X 3 on A4 size paper

Hi ,

Many Thanks ...! Its working ..!!


Thanks
Shridhar
by shrifw
Sat Jul 22, 2023 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for Label Printing 8 X 3 on A4 size paper
Replies: 5
Views: 450

Re: Help for Label Printing 8 X 3 on A4 size paper

Intenta ahora: // Generating mailing labels - using FiveWin Report Preview#include "fivewin.ch"FUNCTION Main()   LOCAL oWnd   SET _3DLOOK ON   SkinButtons()   DEFINE WINDOW oWnd ...
by karinha
Sat Jul 22, 2023 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for Label Printing 8 X 3 on A4 size paper
Replies: 5
Views: 450

Re: Help for Label Printing 8 X 3 on A4 size paper

Change TEST from CUSTOMER
USE customer alias "TEST"
by cmsoft
Sat Jul 22, 2023 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for Label Printing 8 X 3 on A4 size paper
Replies: 5
Views: 450

Re: Help for Label Printing 8 X 3 on A4 size paper

... but I tried its not working for me. I got the below error. Application===========   Path and name: C:\VIMDEV32\DEV32\FWH32_1912\samples\label.exe (32 bits)   Size: 4,149,760 bytes   Compiler version: Harbour 3.2.0dev (r1904111533)   FiveWin ...
by shrifw
Sat Jul 22, 2023 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for Label Printing 8 X 3 on A4 size paper
Replies: 5
Views: 450
Next

Return to advanced search