Search found 2170 matches: however

Return to advanced search

Re: add a line in the print report

... in mind that this link is from 2019! We haven't made any progress in printing. I'm reposting this link. Here, I made a similar report using ER. However, since ER is not widely used and WebView2 is now available, it has become obsolete. Built-in reports have limitations in design. Therefore, ...
by Otto
Tue Dec 12, 2023 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 631

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

... 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 solve this problem? I suggest this quick solution for your immediate ...
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: 956

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

... 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 solve this problem?
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: random sentences generator

... Tokenizer("Water is a clear and odorless liquid made of hydrogen and oxygen.") Tokenizer("Cats are very popular pets.") However, as a result, I only get el Should it work with xHarbour? Best regards, Otto
by Otto
Thu Nov 30, 2023 9:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: random sentences generator
Replies: 6
Views: 745

Re: Convert a print to Rtf or doc

... The question then is whether you should use WORD as a preview. If you want to convert a FW report, you must build the WORD document in any case. However, by manipulating the document.xml, you can use WORD as a report generator. You create your report in WORD and insert your own placeholders. ...
by Otto
Thu Nov 30, 2023 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3723

Re: hash for storing variables

... Programming The approach shares similarities with object-oriented programming (OOP), especially regarding modularity and encapsulation. However, it lacks classical OOP elements like inheritance and polymorphism. The use of multiple levels of patchers and preprocessors for composing components ...
by Otto
Tue Nov 28, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 557

Fivewin controls similar to javascript elements

... I asked ChatGPT for tutoring: I use FiveWin, and it appears to be based on C++. In this environment, we utilize controls similar to elements. However, these controls consume events, necessitating their forwarding to the superclass. To me, the Windows queue seems to bear a strong resemblance ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1148

Add a Checkbox() column

Hi, There is xBrowse(). At some point I need to add a Checkbox() column to it. However, it does not work. Tell me what I'm wrong about ? oDlg:oClient:aCols[2]:bClrBtn:=&('{||{'+ltrim(str(CLR_BLACK))+','+ltrim(str(CLR_WHITE))+'}}') oDlg:oClient:aCols[2]:cHeader:="" oDlg:oClient:aCols[2]:SetCheck(, ...
by Natter
Sun Nov 19, 2023 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a Checkbox() column
Replies: 8
Views: 888

Re: Help splitting up a character address string

... 1 thru the end column ( whatever ) and take all those values and stuff them into a temp .dbf file. The SQL table has Street,City, State and Zip .. however the Address excel column has street,city,state and zip concatenated into one excel column .. so the trick is as I loop through the for\next ...
by Rick Lipkin
Wed Nov 15, 2023 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 830

Re: Help splitting up a character address string

... 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 about its syntax or direct examples of its use are not readily available in these sources​​. For comprehensive details on ...
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: 830

Re: ID of the new process

... the OLE object using WMI (Windows Management Instrumentation) is a reasonable way to identify the new process associated with the OLE object. However, there are a few other potential approaches you could consider: 1. **Using `GetOwner` Property:** You can use the `GetOwner` property of the ...
by Antonio Linares
Tue Nov 14, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 344

Re: DBF Repair Tools

Tim, Then I used DBU to filter out only valid records, and tried to export them. I used the filter .NOT. EMPTY( fieldname ). However they must have something embedded in there because the filter doesn't work. I would write a routine to replace all the fake blank fields with all real ...
by James Bott
Mon Nov 13, 2023 6:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF Repair Tools
Replies: 7
Views: 837

Re: xBrowse - Dates - FWH 2310

... then it didn't. Then it was consistent if the ADS RDD ( LOCAL and REMOTE ) were specified, and if I sent to the standard DBFCDX it did not occur. However as noted in the thread, there are many ADS installs. On the few cases where I specified ADS Local in the configuration, without ADS actually ...
by TimStone
Fri Nov 10, 2023 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1635

DBF Repair Tools

... about 30 bad records. Then I used DBU to filter out only valid records, and tried to export them. I used the filter .NOT. EMPTY( fieldname ). However they must have something embedded in there because the filter doesn't work. I used Advantage Architect to also try to filter out the blanks, ...
by TimStone
Wed Nov 08, 2023 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF Repair Tools
Replies: 7
Views: 837

Re: xBrowse - Dates - FWH 2310

Dear Tim,

> However, my client says it is still on his Intel i7 Computer

Is it an apple computer ?

If not, what Windows version is he using ?
by Antonio Linares
Wed Nov 08, 2023 5:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1635
PreviousNext

Return to advanced search