Search found 1465 matches: single

Return to advanced search

Re: Inserting a string with CRLF into a single-line TGet.

Just replace (using STRTRAN()) CRLF with a space or something else you like.
by Enrico Maria Giordano
Mon Dec 11, 2023 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 956

Inserting a string with CRLF into a single-line TGet.

Hi, In the document, I select a line consisting of 2 parts separated by the characters CRLF or chr(10) and copy it to the clipboard. Next, I want to paste the information from the clipboard into a one-line TGet. However, only the first part of the phrase (before CRLF) will be inserted. How can I sol...
by Natter
Mon Dec 11, 2023 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 956

Re: Classe TGif

... followed by a block terminator (a byte containing the value 0) It should have a trailer that marks the end of the file. The trailer should be a single byte containing the ASCII character “;”
by Antonio Linares
Fri Dec 08, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 1785

Re: copy a row of xbrowse

... and `Paste` functionalities to handle multiple rows. Here is an approach to achieve this: 1. **Modify Copy Functionality**: Instead of copying a single row to `aCopy`, copy all selected rows. You can use a loop to go through the selected rows and add them to `aCopy`. 2. **Modify Paste Functionality**: ...
by Otto
Tue Dec 05, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 6092

Re: Add a Checkbox() column

5 lines of the code above can be reduced to a single line
Code: Select all  Expand view
oBrw:aCols[2]:SetCheck( { "p_chk1", "p_chk2" }, .T. )
by nageswaragunupudi
Sun Nov 19, 2023 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a Checkbox() column
Replies: 8
Views: 888

Re: Help splitting up a character address string

... and manageability​​. There's a mention of a Harbourino Manager, which suggests that all functions of Harbourino can be carried out from a single console. This might indicate a user-friendly interface for managing various aspects of Harbourino's functionality. However, specific details ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 834

Re: xBrowse - Dates - FWH 2310

... running Windows 11, 22H2 in a VM. The data is stored in a MLS12s folder on the "server" which could be any type of machine, or for a single install ( not multi user ), it is on the same machine. The Client consists of an .EXE, and multiple supporting files ( .lic, .ini, .dll, etc. ...
by TimStone
Wed Nov 08, 2023 3:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1640

Re: Advantage Database Server

... for issuing driver's licenses, it's the developers' choice to allow SQL-like operations on ISAM data. You noted that PgDBE does not run well on a single core, which may be a limitation of its design or the underlying system architecture. You noted that using object-oriented programming (OOP) syntax ...
by ferilmagic
Fri Nov 03, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3972

C language #define # and ## operators use

This is supported by C compilers, but I guess it is a quite unknown feature: A single #name stringify the name A double ## joins two names function Main()   MsgInfo( Test() )return nil #pragma BEGINDUMP#include <hbapi.h>#include <stdio.h>#define ...
by Antonio Linares
Tue Oct 24, 2023 7:20 am
 
Forum: Off Topic / Otros temas
Topic: C language #define # and ## operators use
Replies: 0
Views: 337

Re: DBF . Commit

... to COMMIT after CLOSE. It's such a pity that only a few still use DBF here. Especially with mod harbour, DBF files are optimal. It's like on a single-user system and without the overhead of an SQL server. Especially for beginners who come from HTML but also need some database functionality ...
by Enrico Maria Giordano
Mon Oct 23, 2023 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2852

Re: DBF . Commit

... these for Fivewin. OT: It's such a pity that only a few still use DBF here. Especially with mod harbour, DBF files are optimal. It's like on a single-user system and without the overhead of an SQL server. Especially for beginners who come from HTML but also need some database functionality ...
by Otto
Mon Oct 23, 2023 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2852

Include exe file as a resource (solved)

... calls a utility, "pdftopng.exe," which is open-source and occupies 1MB, in the background. I would like to distribute my program as a single file, "myapp.exe." Is it possible to include "pdftopng.exe" within "myapp.exe" as a resource or library, or something ...
by alvaro533
Thu Oct 19, 2023 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Include exe file as a resource (solved)
Replies: 3
Views: 269

Re: Xlsxlibhb_ver2

Exporting multiple tables to different Sheets/Tabs of one single ExcelBook: #include "fivewin.ch"REQUEST DBFCDXfunction Main()   local oXlsx   USE STATES SHARED NEW   USE WWONDERS SHARED NEW VIA "DBFCDX"   USE CUSTOMER SHARED ...
by nageswaragunupudi
Thu Oct 19, 2023 6:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9553

Re: xBrowser click

... an action to code-block: oBrw:bLClicked := { |row,col,flags,brw| youraction( ... ) } The default behavior of XBrowse is that single left click on a cell navigates to that cell. We feel assigning a different action to single left click may be inconsistent with normal behaviour ...
by nageswaragunupudi
Wed Oct 11, 2023 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser click
Replies: 16
Views: 1131

Re: ejemplo como hacer graficos en dialogo de fw

OK Dear Enrico. I already found the error. I was defining the values ​​in a single array: aMontos := { { nTCredM3, nTCredM2 , nTCredM1 },;             { nTPagM3 , nTPagM2  , nTPagM1  }}  and it must be in different and separate arrangements: ...
by JoseAlvarez
Sun Oct 01, 2023 2:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ejemplo como hacer graficos en dialogo de fw
Replies: 12
Views: 701
PreviousNext

Return to advanced search