Search found 21 matches: eventhough

Return to advanced search

Determine lib name of a function

Is there anyway for us to checked which lib a function is linked from?
I am trying to debug why my hb_atx() fails eventhough when I used an online regex tester it works
When I create a simple test at FWH\SAMPLES it also worked
by hua
Tue Jan 02, 2024 7:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Determine lib name of a function
Replies: 3
Views: 426

How to make MsgGetArray() behaviour consistent with MsgGet()

... Period", {"From", "To"}, {::cFrom, ::cTo}) MsgGetArray() will not return .t. eventhough Ok is clicked unless some field has been edited. TIA FWH1912
by hua
Fri Nov 03, 2023 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make MsgGetArray() behaviour consistent with MsgGet()
Replies: 1
Views: 264

Re: How to print character sigma in Haru?

Tested using SAMPLES\pdfh.prg
The font Symbol is not loaded eventhough it should be amongst the Base14

Image

Image
by hua
Wed Aug 16, 2023 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print character sigma in Haru?
Replies: 8
Views: 322

Re: How to obtain plain text from a RTF control?

... out chr(0) because for some reason some of the RTF text that I used for testing has that embedded in it, causing empty() to always returns .f. eventhough there is nothing that can be seen. This is a function that does a good conversion (still not perfect though) #include "Fivewin.ch"Function ...
by hua
Wed Dec 28, 2022 8:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to obtain plain text from a RTF control?
Replies: 8
Views: 409

Re: Editsource() Problem

... I'm working with Vilian in this project Using builh.bat is possible to create a script and set the order for our files to be compiled. But hbmk2, eventhough we define an order in our .hbp file, the sequence is completely different because, by default, the core harbour libraries are compiled/linked ...
by ricbarraes
Mon Jun 15, 2020 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5303

Re: Editsource() Problem

... some of lib's created by ourselves...) Using builh.bat is possible to create a script and set the order for our files to be compiled. But hbmk2, eventhough we define an order in our .hbp file, the sequence is completely different because, by default, the core harbour libraries are compiled/linked ...
by ricbarraes
Mon Jun 08, 2020 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5303

Re: Insertar un DBF en una table de SQL

... oErr             MsgInfo( "Error dropping temporal table" )             RETURN(.F.)         END TRY     endifreturn nil Eventhough it is working , I know there has to be a simpler way to do this.
by mariordz
Tue Mar 03, 2020 3:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Insertar un DBF en una table de SQL
Replies: 7
Views: 1415

Re: SetFocus question.

Having this at the bottom of my main FW .PRG gives me 2 compiler errors, eventhough it links and creates the executable (EXE). Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc.test.c:Error E2451 test.prg 304: Undefined ...
by HunterEC
Mon Feb 20, 2017 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetFocus question.
Replies: 15
Views: 3510

Re: resize a column to multiline in xbrowse

Rao,

When I try your XbrColMaxHeight() function, I always get 1 for DrawTextEx( hDC, cData, aRect, nOr( DT_CALCRECT, DT_WORDBREAK ) ) eventhough cData does contains varying length of strings. How to fix this?
by hua
Mon Mar 09, 2015 4:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: resize a column to multiline in xbrowse
Replies: 23
Views: 7360

Anyone able to convert code to programmatically burn CD/DVD?

Can anyone convert this code for use in FWH?

Able to programmatically burn to CD/DVD would be a very nice feature to have eventhough it's only available from XP onwards.
by hua
Wed Jul 11, 2012 3:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Anyone able to convert code to programmatically burn CD/DVD?
Replies: 5
Views: 1083

Re: "No Default Printer" message on Windows 7 64-bit

... return value of the following elseif cModel == nil      ::hDC  := GetPrintDefault( GetActiveWindow() ) ::hDC seems to always be 0 eventhough GetActiveWindow() returns a valid handle iv ComDlgXErr() in printer.prg always returns PDERR_NODEFAULTPRN (0x1008) v. ::GetModel() in printer.prg ...
by hua
Mon Sep 27, 2010 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "No Default Printer" message on Windows 7 64-bit
Replies: 18
Views: 6127

DbCombo Problem (Solved)

... be listed. This part is working fine. I need the DbCombo2 to select the name of the 1st employee in the list by default, which is not happening. Eventhough I assign the Employee code, the value is lost. Actually I am working on MySQL, FWH xHarbour environment. To replicate the problem, I have ...
by anserkk
Fri Aug 07, 2009 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DbCombo Problem (Solved)
Replies: 3
Views: 661

Re: RegisterServer( )

... Then, for first run you application, do : regsvr32 /s Codejock.CommandBars.v12.1.1.ocx I don't know why IsActivex() always returning .F. in my PC, eventhough it is registered CoInitialize() If IsActivex("Codejock.CommandBars.v12.1.1.ocx")    MsgInfo("Activex ...
by anserkk
Mon Apr 27, 2009 5:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RegisterServer( )
Replies: 16
Views: 3690

Re: Alpha-Blended-BMP => the easy way

Dear Mr.Antonio,

Really appreciate your effort. :D

HasAlpha( oBmp:hBitmap ) is returning .F. eventhough the Bitmap c:\fwh\bitmaps\AlphaBmp\explorer.bmp contains AlphaChannel. Hope that we will be able to solve this bug very soon.

Regards

Anser
by anserkk
Sat Mar 28, 2009 4:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Alpha-Blended-BMP => the easy way
Replies: 19
Views: 7698

Dear Mr.James, Thankyou for the solution, but did not serve the purpose As per the function I am getting a return Value 0, eventhough the printer is switched off nStatus := PrnStatus( QuePrinter ) if nStatus < 1 ; return "Printer OK" // ie Impressora OK I expect ...
by anserkk
Fri Nov 07, 2008 5:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help: check whether a printer is offline or online
Replies: 14
Views: 4296
Next

Return to advanced search