Search found 564 matches: cause

Return to advanced search

Re: Help to friends to Config Xmate with bcc7.7

Si es posible, simule un ejemplo que cause el error para que lo probemos. See if you are calling all Harbour LIBS: Vea si está llamando a todas las LIBS de Harbour: echo %hdirl%\hbwin.lib + >> b32.bcecho %hdirl%\gtgui.lib + >> b32.bcecho ...
by karinha
Tue Apr 16, 2024 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to friends to Config Xmate with bcc7.7
Replies: 9
Views: 139

Re: Does anyone have an Envelope Printing module ?

... if I did not have to re-invent the "wheel" ... I would appreciate any Envelope printing routines anyone might like to donate for a good cause .. I can embelish the field names .. it is the layout for multiple envelope sizes that present a nightmare for me .. Thanks to All Rick Lipkin
by Rick Lipkin
Fri Mar 01, 2024 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 531

Re: Create a Panel width a text

... "L" $ cAlign, DT_LEFT, If( "R" $ cAlign, DT_RIGHT,  DT_CENTER  ) ) will give you DT_VCENTER / DT_VENTER that will cause wrap TEXT using TTaskPanel() which have Margin --- do you have try to click collapse button ? YES, so far seen https://forums.fivetechsupport.com/viewtopic.php?f=3&t=44267
by Jimmy
Mon Feb 26, 2024 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3159

Re: Question about function file

... this difference: xHarbour: ? File( cFile ) // Results .T. This is the right one Harbour: ? File( cFile ) // Results .F. I have no clue about the cause, sorry. :-( Thank you Enrico. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43844&p=264863&hilit=longname&sid=714d291ed0a2c9290d53183020f6ae6c&sid=714d291ed0a2c9290d53183020f6ae6c#p264863 ...
by Eroni
Mon Feb 19, 2024 9:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about function file
Replies: 3
Views: 225

Re: Question about function file

I confirm this difference:

xHarbour:
? File( cFile ) // Results .T. This is the right one

Harbour:
? File( cFile ) // Results .F.

I have no clue about the cause, sorry. :-(
by Enrico Maria Giordano
Thu Feb 15, 2024 9:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about function file
Replies: 3
Views: 225

Re: Problem with FiveWin and PDF995 on Windows 11.

... found: FWPDF:_LUSEHARUPDF Args: [ 1] = O FWPDF If I quit my program and restart I can print it once again. Am I not resetting something that may cause this problem. Thanks,
by byron.hopp
Tue Feb 13, 2024 10:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1181

Re: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout

Ok, I tried your sample and confirm the problem. I have no clue about the cause, though... :-(
by Enrico Maria Giordano
Tue Jan 30, 2024 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateObject( "PDFCreator.PDFCreatorObj" Scale and Layout
Replies: 15
Views: 925

Re: Fine tune Phi2 from Microsoft with your own data

... is the source of all existence, and who is beyond any description, perception, or distinction. Brahman is the essence of everything, and is the cause and the effect of everything. Brahman is also the creator, the sustainer, and the destroyer of everything. Brahman is also the jiva, the individual ...
by Antonio Linares
Mon Jan 15, 2024 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1251

Re: TCWeb - filemanager with mod harbour

... libraries. ___________________________________________________ *** mod harbour - and HTML/JS - Bootstrap and jQuery *** Everything else will only cause problems in the future. __________________________________________________ With the preprocessor and patcher (HARBOURINO), I of course have a ...
by Otto
Thu Jan 04, 2024 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TCWeb - filemanager with mod harbour
Replies: 4
Views: 569

Re: Using Microsoft AI Phi-2 from FWH

... );   hb_retnll( ( HB_LONGLONG ) callback );}#pragma ENDDUMP Unfortunately the llama32.dll can't handle these AI models cause memory size, so you must build it as a Harbour and FWH 64 bits app and use llama64.dll
by Antonio Linares
Mon Dec 18, 2023 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8145

Re: A Call for New Ideas and Web Integration

... conversations. This can result in investing less in real, personal relationships. A constant stream of notifications can be overwhelming and cause stress, which can impair our ability to focus on others and show genuine interest. Notifications can constantly confront us with the activities ...
by Otto
Mon Dec 11, 2023 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Call for New Ideas and Web Integration
Replies: 7
Views: 738

Re: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB

I get this error with your batch:

Code: Select all  Expand view
Error: Unresolved external '__streams' referenced from E:\FWHARBOUR\LIB\FIVEH.LIB|HARBOUR


But not with mine. I'm trying to understand the cause of the problem in your batch...
by Enrico Maria Giordano
Tue Dec 05, 2023 9:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 2260

Re: Convert a print to Rtf or doc

I don't want to cause controversy but as is always done in this forum... we start from a topic for example "..how do I save a print preview in Word docx..." and then there are people who don't want to impose everything 'other ...
by Silvio.Falconi
Fri Dec 01, 2023 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3424

C++ Redistributables Required

... now requires these ? It all started when I completed a major upgrade to my software application, so something I may have added could be the cause, or it could be that the Visual Studio 2022 now requires this with it's libraries. Your thoughts are appreciated.
by TimStone
Sun Nov 26, 2023 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: C++ Redistributables Required
Replies: 1
Views: 296

Re: Strange behavior of xBrowse

Found.
I needed the second brows without column headers. Accordingly, I wrote oBrw[2]:nHeaderHeight:=0.
This was the cause of the problems. If you write oBrw[2]:nHeaderHeight:=1, then everything is fine
by Natter
Sun Nov 26, 2023 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange behavior of xBrowse
Replies: 8
Views: 769
Next

Return to advanced search