Search found 38 matches

by dbmanfwh
Tue Dec 20, 2016 3:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Ads Xbrowse problem in fhw 16.11
Replies: 7
Views: 1750

Re: Ads Xbrowse problem in fhw 16.11

I'm missing.
hb_unicode(.t.) is wrong and the fw_Setunicode(.t.) fits.
But they didn't affect
by dbmanfwh
Tue Dec 20, 2016 3:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Ads Xbrowse problem in fhw 16.11
Replies: 7
Views: 1750

Re: Ads Xbrowse problem in fhw 16.11

Dear Rao, Thank you for your response. I downloaded xhabour (20161124 version) from whosaway.com. But I thought that the xharbour had any problems. In FWH that you let me know, I downloaded xhabour and tried to compile, and checked that all work fine. Thank you for helping me. But, the problem that ...
by dbmanfwh
Sun Dec 18, 2016 2:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Ads Xbrowse problem in fhw 16.11
Replies: 7
Views: 1750

Re: Ads Xbrowse problem in fhw 16.11

Also, FWH 16.11 character is seen differed from FWH1504 version in Xbrowse.
Perhaps, unicode?

FWH 16.11 Poor
Image


FWH 15.04 Right
Image
by dbmanfwh
Sun Dec 18, 2016 1:37 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Ads Xbrowse problem in fhw 16.11
Replies: 7
Views: 1750

Ads Xbrowse problem in fhw 16.11

Dear, I use ads in xBrowse. but Error appears in xharbour. Harbour work fine. FWH 16.11 32bit Harbour 2016.12.16 xHarbour 2016.11.24 bcc72 #include "FiveWin.ch" #include "ads.ch"   // Ads.ch Can not found at Fwh, Harbour, xHarbour folders * ---------------------------------------...
by dbmanfwh
Thu Dec 08, 2016 3:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem With searching customer Initial letter
Replies: 1
Views: 443

Re: Problem With searching customer Initial letter

slivio,
Try to

Code: Select all

Function CuFiltrar(oGrid,oTab,n ) // ,nOrder)

if n=1
   CU->(DbClearFilter())
else
   set filter to left(CU->FIRST,1)=oTab:aPrompts[n]
endif

CU->(DbGoTop())
oGrid:Refresh(.t.)

return nil
 
by dbmanfwh
Mon Dec 05, 2016 3:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: print on dot matrix printer
Replies: 5
Views: 1543

Re: print on dot matrix printer

Kajot,

Please See tdosprn.prg within \fwh\source\classes folder.

Regards
by dbmanfwh
Tue Jun 28, 2016 11:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: Help https with the TIpClientHttp() in xHarbour
Replies: 4
Views: 1292

Help https with the TIpClientHttp() in xHarbour

Everybody,

I'm using xHarbour.
It is not possible to read a https url with the TIpClientHttp().
Http url is work fine.
Help me please.

Please send by e-mail if there is necessary file. 0123455 at hanafos dot com
( I have not tipssl.lib, libeay32.lib, ssleay32.lib)
by dbmanfwh
Wed Apr 06, 2016 10:31 am
Forum: FiveWin for Harbour/xHarbour
Topic: Fonts
Replies: 1
Views: 306

Re: Fonts

Michel,

I,m using.

Code: Select all

 
LOCAL hDc      := GetDc(0)
LOCAL aFonts   := GetFontNames(hDc)
LOCAL cFont    := "Arial"

      ReleaseDc(0, hDc)

       IF ASCAN(aFonts, cFont ) <> 0
           WinExec( "control fonts")
        ENDIF
 
by dbmanfwh
Wed Feb 17, 2016 2:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: DBF TEMPORARY
Replies: 50
Views: 10931

Re: DBF TEMPORARY

I tried so. But, error appears. USE (cAlias+".dbf") ALIAS (cAlias) NEW VIA "ARRAYRDD" ? Select() // 1 ? (CAlias )->( DbInfo (DBI _ FULLPATH)) // nul 1. DEFINE DATABASE oDb FILE "" ? oDb:nAarea // ======> Result 0 oDb:zap() // Error database.prg (177) ===> METHOD Zap() I...
by dbmanfwh
Wed Feb 17, 2016 6:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: DBF TEMPORARY
Replies: 50
Views: 10931

Re: DBF TEMPORARY

Hi Antonio, Tdatabase Error In MemoryDb. xHarbour 1.2.3 (Build 20150419) Fwh 15.04 Application =========== Error description: Error BASE/1109 Argument error: $ Args: [ 1] = C :\ [ 2] = U Stack Calls =========== Called from: .\source\classes\DATABASE.PRG => TDATABASE:SETAREA( 289 ) Called from: .\sou...
by dbmanfwh
Mon Oct 19, 2015 1:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: bound error in Loop checkbox
Replies: 3
Views: 411

Re: bound error in Loop checkbox

EMG,

Thank you.
However, it is doubt that must use perfect logic in this way to when grammatically.
I think that it is subject to solve Harbour, xHarbour or someone.
by dbmanfwh
Mon Oct 19, 2015 6:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: bound error in Loop checkbox
Replies: 3
Views: 411

bound error in Loop checkbox

Everyone, I don't understand why bound error occurs. #include "fivewin.ch" Function main()    LOCAL oDlg    LOCAL oBtn    LOCAL aJob := {}    LOCAL oGet := {}    LOCAL aGet := {}    LOCAL nRow := 0    LOCAL nI   := 0    AADD( aJob, {"First"     , {|| MsgInfo(1)  } } )    AADD( aJ...
by dbmanfwh
Tue Oct 13, 2015 3:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: harbour vs xHarbour Directory() in Korea
Replies: 4
Views: 819

Re: harbour vs xHarbour Directory() in Korea

Hi Rechard, Thank you about reply. If program that you make was compiled perfectly, you are a happy person. Because I make program like you, I compiled, but error occurs. Moreover, Harbour was difficult because do not offer hblang.hbx and hbcpage.hbx from very first time. Put getting upside two file...
by dbmanfwh
Mon Oct 12, 2015 6:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: harbour vs xHarbour Directory() in Korea
Replies: 4
Views: 819

Re: harbour vs xHarbour Directory() in Korea

Oriental user,

Is not there problem in Taiwan, China, Japan in harbour?
There was no problem in clipper.
by dbmanfwh
Fri Oct 09, 2015 2:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: harbour vs xHarbour Directory() in Korea
Replies: 4
Views: 819

harbour vs xHarbour Directory() in Korea

Dear, Appear differently in harbour and xHarbour in Korea. xHarbour appears rightly. Is there solution? #include "fivewin.ch" #include "Directry.ch" * KOREAN LANGUAGE directory test * harbour VS xHarbour * -------------------------------------- FUNCTION main() * -----------------...