Search found 90 matches: breaks

Return to advanced search

Re: Msginfo without line break

To be honest with you .. I like to put my own page breaks in the message string so I know where the page break will be .. Local SayingSaying := "This is a long message to test the page Break"+CRLFSaying += "and this is the start of ...
by wartiaga
Wed Aug 02, 2023 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Msginfo without line break
Replies: 4
Views: 311

Re: Msginfo without line break

To be honest with you .. I like to put my own page breaks in the message string so I know where the page break will be .. Local SayingSaying := "This is a long message to test the page Break"+CRLFSaying += "and this is the start of ...
by Rick Lipkin
Wed Aug 02, 2023 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Msginfo without line break
Replies: 4
Views: 311

Re: ACTIVEX ACCESS_VIOLATION

I'm sorry I know this post is from 2018 but I have a similar problem. I use an OCX from Topaz to gather patient signatures on documents. The line hb_gcAll() inside Tdialog breaks the program after a few times being executed.

Has a solution to this been found?

Thank you.
by reinaldocrespo
Wed Jun 14, 2023 11:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ACTIVEX ACCESS_VIOLATION
Replies: 22
Views: 3144

Re: Bug in Harbour Descend()

Yes, that's right. The problem is there when you want to combine dates and other data types. In this case you have to convert the dates to strings and here the codepage breaks the sort order of the descending string.
by Enrico Maria Giordano
Tue Oct 18, 2022 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Harbour Descend()
Replies: 34
Views: 1688

Re: Get real date from the Internet

Dear Enrico,

that breaks with MSVC 2022:

c:\harbour\include\hbdefs.h(51): fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory

using FWH\samples\buildh32.bat
by Antonio Linares
Fri Sep 30, 2022 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 55
Views: 4465

Printing RTF 22.03

... but I think we will see this be a concern no matter what type of RTF content we ultimately decide to print. We must handle the length and page breaks. I am very willing to test any ideas. I'm already experimenting with this. Thank you for all the work on this implementation. I do appreciate it.
by TimStone
Mon Apr 11, 2022 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing RTF 22.03
Replies: 6
Views: 573

Re: Wrapper for LibXl or XlsxWriter ...

Thanks Jimmy but ADO is good for exporting but it doesn't allow me to define cells with colors, widths, borders, make breaks and embed formulas, I need to generate large reports in Excel, so I need some help with LibXL or failing that with xlsxwriter
Thanks again
by Enrrique Vertiz
Thu Mar 17, 2022 4:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wrapper for LibXl or XlsxWriter ...
Replies: 4
Views: 630

Re: Reporte con Doble Renglon

Report class automatically breaks long text near spaces and prints multiline text. #include "fivewin.ch"#include "report.ch"function Main()   local aData := { { "First Row",  "This ...
by nageswaragunupudi
Sun Nov 01, 2020 1:45 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Reporte con Doble Renglon
Replies: 5
Views: 817

Re: problem with SQL INSERT

But we can not change because that breaks the existing code many users are already using.
by nageswaragunupudi
Wed Apr 01, 2020 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with SQL INSERT [solved]
Replies: 12
Views: 1366

Re: ON RESIZE "automatic" -> Layout Manager ?

Hello Jimmy,

Would that mean that your DIALOGS and WINDOWS would then be responsive, too?
I mean that the screen is to small one line breaks into two, etc.
Do you think we could adopt a kind of CSS?

Best regards
Otto
by Otto
Fri Jan 03, 2020 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ON RESIZE "automatic" -> Layout Manager ?
Replies: 6
Views: 1141

Re: Rpreview issues - PDF

I have looked at it... With the cpp code it does not work at all ( for example the box ) and it breaks if they are several pages. With the prg code , not work , it seems that the implementation is not finished. Part of implementation of fonts is missing. It is an interesting ...
by mastintin
Thu May 02, 2019 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7337

TXT Unix To Dos

Hello friends,

I get a TXT file in UNIX format, how to open it to read the file in the DOS format by Fivewin, I tried with ttxtfile, more does not have the lines breaks

Is there any way to read the file?

I'll be waiting.
by miragerr
Fri Feb 15, 2019 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXT Unix To Dos
Replies: 4
Views: 800

Re: XBROWSE bEditValid bug? updated!

... the data-array are build before the browse is defined. Now all columns are ok except the empty column with space(8). This column are wide. This breaks the backward-compatibility! function test_browse()local oDlg, ilocal oBrw1, aArray1 := {},  bAdd1 := {||aadd(aArray1,{1,"01012019",space(8),"0101",space(70),space(70)})}local ...
by byte-one
Wed Jan 16, 2019 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE bEditValid bug? updated!
Replies: 5
Views: 965

Bug in TMenu [Fixed]

The 2015 clause of the MENU command breaks MENUINFO behaviour (the width of the menu is not enough for the MDICHILD window title). This is a sample of the problem: // Working with MDI enviroments#include "FiveWin.ch"static oWnd//----------------------------------------------------------------------------//function ...
by Enrico Maria Giordano
Tue Jan 01, 2019 7:05 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TMenu [Fixed]
Replies: 9
Views: 3606

Re: Server vs Notebook as Server for FW programms

... can focus on future projects ... But in the end the most important thing is security and your DATA. If you have daily data backup, if your laptop breaks then you quickly purchase another and you restore your data. Sure it works, but I advise you to create a protocol of how you should "proceeding ...
by Carles
Wed Jun 06, 2018 5:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Server vs Notebook as Server for FW programms
Replies: 44
Views: 16850
Next

Return to advanced search