Search found 2029 matches: group

Return to advanced search

xbrowse (likely a custom table) whose contents change dynam

... description: Initial State: The xbrowse table is visible. Checkboxes are located beneath it. First Checkbox Clicked: The xbrowse's size changes. A group of radio menus appear based on the selection. Second Checkbox Clicked: The xbrowse's size changes further. Another group of radio menus appear. ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 69

Re: Filter on Xbrowse

... Second step the end user click first checkbox, the xbrowse change the size and sho first group of radiomenu https://i.postimg.cc/CLGj5MRv/second-step.png third step the end user also clicks the age checkbox and the procedure ...
by Silvio.Falconi
Thu May 02, 2024 7:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 707

xbrowse report group

to select the group I give the way that the end user can select the group (ngroup ) from an array aGroup on which to print and groups Before printing I have to index on the selected group if an archive (odbf) is online I do it normally ...
by Silvio.Falconi
Mon Apr 29, 2024 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse report group
Replies: 0
Views: 48

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" }; ...
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: 109

Re: Preciosa canción escrita por la IA y Rafa Carmona

To All

Absolutely beautiful Music !!! is this a local group ? generated by AI ?? just curious

Rick Lipkin
by Rick Lipkin
Sat Apr 06, 2024 2:27 pm
 
Forum: Off Topic / Otros temas
Topic: Preciosa canción escrita por la IA y Rafa Carmona
Replies: 7
Views: 4314

modharbour.club is celebrating its third anniversary today

Dear friends, The Facebook group 'modharbour.club' is celebrating its third anniversary today. With a proud 390 members, "modharbour.club" is more than just a group; it is a community united by a shared passion for the Mod Harbour ...
by Otto
Tue Mar 26, 2024 6:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: modharbour.club is celebrating its third anniversary today
Replies: 0
Views: 195

modharbour.club is celebrating its third anniversary today

Dear friends, The Facebook group 'modharbour.club' is celebrating its third anniversary today. With a proud 390 members, "modharbour.club" is more than just a group; it is a community united by a shared passion for the Mod Harbour ...
by Otto
Tue Mar 26, 2024 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: modharbour.club is celebrating its third anniversary today
Replies: 0
Views: 208

Re: Does anyone have an Envelope Printing module ?

Rick,
expand the WebView example, then you will be pioneering work for the group and not reinventing the "wheel".
Best regards,
Otto
by Otto
Fri Mar 01, 2024 11:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 647

Re: Problem with alignment in SAY command

Michel, I use Pelles C from 2009 ´, Version 6.00.4 I checked and compiled it with the following setup: yes - no, and here it is working. Sometimes I use text from a DBF file, which is, for example, 160 characters long, and forget to apply ALLTRIM(). Then, you might have some spaces on the right. Bes...
by Otto
Fri Mar 01, 2024 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 865

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 ...
by TimStone
Tue Feb 27, 2024 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 191

GROUPBOX

Dear friends, may I ask for help again please...now i am trying to style a group-box and did this: REDEFINE GROUP oGroup ID 4021 OF oDlg COLOR CLR_MSPURPLE, CLR_ORANGE TRANSPARENT but it seems to not change the background-color of the group-box. please can you ...
by Ruth
Tue Feb 27, 2024 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 191

Re: FW_DbfSqlQuery GROUP BY no funciona

Thanks for your reply.
Indeed, I have seen that the problem is the SQL syntax. I am very used to using MySql for web purposes. Now it's time to learn MSSQL to be able to advance in FiveWin Harbour.
by VictorCasajuana
Tue Feb 27, 2024 2:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery GROUP BY no funciona
Replies: 4
Views: 213

Re: FW_DbfSqlQuery GROUP BY no funciona

... of SQL Query has nothing to do with FWH function. It is for the programmer to know the correct syntax of SQL supported by Jet OLE/ACE ole Normally GROUP BY clause is used for Aggregate functions. Example: SELECT STATE,SALARY FROM CUSTOMER GROUP BY STATE ORDER BY STATE Some Databases like MySql ...
by nageswaragunupudi
Mon Feb 26, 2024 12:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery GROUP BY no funciona
Replies: 4
Views: 213

Re: FW_DbfSqlQuery GROUP BY no funciona

Thank's karniha
Before writing this post I have reviewed the forum content about fw_dbfSqlQuery() but I have not found any answer to my problem.
by VictorCasajuana
Wed Feb 21, 2024 3:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery GROUP BY no funciona
Replies: 4
Views: 213

Re: FW_DbfSqlQuery GROUP BY no funciona

https://forums.fivetechsupport.com/viewtopic.php?f=3&t=26873&p=149080&hilit=FW_DBFSQLQUERY#p149080 https://forums.fivetechsupport.com/~fivetec1/forums/viewtopic.php?f=6&t=40578&p=242420&hilit=FW_DbfSqlQuery&sid=f53d23555351938b779f35d03fac...
by karinha
Wed Feb 21, 2024 3:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery GROUP BY no funciona
Replies: 4
Views: 213
Next

Return to advanced search