Search found 117 matches: separated

Return to advanced search

Data exchange between PC and Android device on the same loca

... to the Client, serving as a simple and easy Front-End and Back-End. NOW THE CHALLENGE IS DIFFERENT. The NEED NOW is: 1.- The Front-End must be separated from the Back-End. I do not require the server-side PRG-CGI module to generate anything from the front-end (HTML), the Client will take care ...
by Arturo Lopesoria
Tue Feb 20, 2024 11:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 798

Re: Text on another line

Thanks, Rao, I got the idea!!! Yes, I can also use :SetColsAsRows( 3, 4 ). But I need to keep the glued column separate. So I did it through :bStrData. In this case, I got a gluing of 2 columns (separated by a CRLF),
but I could not show the rows in the cell in different colors/fonts :(
by Natter
Tue Dec 26, 2023 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Text on another line
Replies: 4
Views: 468

Re: 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 ...
by nageswaragunupudi
Mon Dec 11, 2023 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 897

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 ...
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: 897

Word separators

Hi,

If the text in the browse cell is larger than the column width, then the text is split automatically by words separated by a space.
Is it possible to specify other separators ("- ,;", etc.) ?
by Natter
Mon Nov 20, 2023 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Word separators
Replies: 0
Views: 378

Promtp-Editor: Unleash ChatGPT's Power: The Ultimate Prompt

... the code is represented by a row and column position indicated with the "@" symbol. The row and column positions are pairs of parameters separated by a comma. Multiply the row and column positions by 80. Additionally, there is a keyword "SIZE" used in the code to specify the ...
by Otto
Fri Jun 09, 2023 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Promtp-Editor: Unleash ChatGPT's Power: The Ultimate Prompt
Replies: 4
Views: 449

Re: How to create a PRIVATE variable owned by the caller?

... is initialized to NIL. You can create and, optionally, initialize a list of variables and arrays with one PRIVATE statement if the definitions are separated by commas. Description The PRIVATE statement creates variables and arrays visible within the current and invoked procedures or user-defined ...
by hmpaquito
Tue Jan 10, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 783

Re: New touchscreen project

... function at the beginning FW_TouchFriendly( .t. )  With this setting: If use mouse to activate combobox or listbox, you will see the rows separated with height enough to be used with mouse. If you activate the control with finger touch, then the height of options is larger to accommodate ...
by nageswaragunupudi
Mon Feb 07, 2022 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New touchscreen project
Replies: 2
Views: 398

Re: XBrowse ::bRClickHeader is not support unicode?

... หมายเหตุ, เที่ยวเข้า, เวลาเข้า, เที่ยวออก, เวลาออก, อล๊อตเม้นท์, ค่าห้องพัก, เด็ก, อ้างอิง, หมายเลขจอง, วันจอง, ผู้รับจอง Can post here a comma separated list of your Thai headers (without quotes) for me to test? This below is the header with Unicode. The first column is "ห้อง" 4 Thai ...
by dutch
Tue Dec 07, 2021 4:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse ::bRClickHeader is not support unicode?
Replies: 6
Views: 666

Re: XBrowse ::bRClickHeader is not support unicode?

Working well for me when I tried with my native language.
Image

Can post here a comma separated list of your Thai headers (without quotes) for me to test?
by nageswaragunupudi
Sat Nov 27, 2021 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse ::bRClickHeader is not support unicode?
Replies: 6
Views: 666

Paste into get

I want to select a column of values from excel, copy to the clipboard, then paste that selection into a get where they are inserted into the get as either space or comma separated values. Where can I intercept what is on the clipboard to edit it to insert what I need into the get?

Robb
by rhlawek
Tue Aug 24, 2021 3:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Paste into get
Replies: 2
Views: 383

Re: Picture Clause to force Lower Case

... zeros as blanks ( Encloses negative numbers in parentheses ! Converts alphabetic characters to uppercase Picture mask The picture mask must be separated by a single space from the picture function. When no picture function is used, the picture string is identical with the picture mask. The ...
by Marc Venken
Fri Feb 26, 2021 10:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Picture Clause to force Lower Case
Replies: 6
Views: 557

Re: Listbox to xBrowse

... PC, notebooks, etc. backup in auto mode to the SYNOLOGY. SYNOLOGY gives you backup options you want belief. There is another SYNOLOGY physically separated in another house to which the inhouse SYNOLOGY saves. Best regards, Otto https://mybergland.com/fwforum/lans.jpg https://mybergland.com/fwforum/firewall.jpg ...
by Otto
Sun Oct 11, 2020 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox to xBrowse
Replies: 8
Views: 881

Re: HBMK2 Problem linking

Sorry to bother you, Antonio... I found in the documentation an explanation about this tag, but it seems pretty vague to me: ldflags= space separated list of values as in -ldflag= option ldflags+= space separated list of values as in -ldflag+= option I already tried many ways to populate this ...
by ricbarraes
Mon Jun 15, 2020 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5336

Re: Possibilities of PiCTURE

... zeros as blanks ( Encloses negative numbers in parentheses ! Converts alphabetic characters to uppercase Picture mask The picture mask must be separated by a single space from the picture function. When no picture function is used, the picture string is identical with the picture mask. The ...
by nageswaragunupudi
Sat Dec 28, 2019 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possibilities of PiCTURE (solved)
Replies: 2
Views: 478
Next

Return to advanced search