Search found 1395 matches

by dutch
Fri Oct 09, 2020 2:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to set Header and Footer TXbrowse:nColDividerStyle
Replies: 2
Views: 657

Re: How to set Header and Footer TXbrowse:nColDividerStyle

Dear Rameshbabu, It doesn't change anything. Thanks Hi Mr.Dutch, You can do it like this: ACTIVATE DIALOG oDlg ON INIT (oBrw:hColPen := CreatePen(PS_SOLID, oBrwr:nSizePen, CLR_HGRAY),;                                                 oBrw:hRowPen := CreatePen(PS_SOLID, oBrw:nSizePen, CLR_HGRAY),;    ...
by dutch
Thu Oct 08, 2020 7:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to set Header and Footer TXbrowse:nColDividerStyle
Replies: 2
Views: 657

How to set Header and Footer TXbrowse:nColDividerStyle

Dear All, I cannot define Header and Footer ::nColDividerStyle. I show different color from ::aCols:nColDividerStyle This below is define for TXbrowse in the picture. How can I change Header and Footer? Thanks in advance.    oBrw:lMultiSelect       := .F.    oBrw:nMarqueeStyle      := MARQSTYLE_HIGH...
by dutch
Sat Sep 12, 2020 4:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Activate Tabtip, modify sample C#
Replies: 4
Views: 968

Re: Activate Tabtip, modify sample C#

Thank you so much,
cnavarro wrote:Ok, I understand and I will look at it then
by dutch
Sat Sep 12, 2020 11:18 am
Forum: FiveWin for Harbour/xHarbour
Topic: HB_Crypt() is not compatible with Latin1
Replies: 2
Views: 405

Re: HB_Crypt() is not compatible with Latin1

Dear Master, This column type (MEDIUMBLOB) is working properly. Thank you so much. Works with any language. Try this test: #include "fivewin.ch" function Main()    local oCn, oRs, cSql, aData    local cKey  := "abcdefgh"    aData := { { "English", "English" },...
by dutch
Sat Sep 12, 2020 11:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: Activate Tabtip, modify sample C#
Replies: 4
Views: 968

Re: Activate Tabtip, modify sample C#

Dear cnavarro, I've read this thread already and used it but if the user close the keyboard (tabtip). It cannot activate again even oGet:OnGotFocus. This is the problem. Thank you in advance, Dear Dutch Not enough with this? http://forums.fivetechsupport.com/viewtopic.php?f=3&t=37570&p=22464...
by dutch
Fri Sep 11, 2020 1:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Activate Tabtip, modify sample C#
Replies: 4
Views: 968

Activate Tabtip, modify sample C#

Dear All, I found the C# that can activate Tabtip.exe anytime, even ::bGotFocus of GET, not only ACTIVATE clause. Can we modify to xHarbour? Thanks in advance, using System; using System.Diagnostics; using Microsoft.Win32; namespace CSharpTesting {     class Program     {         /// <summary>      ...
by dutch
Sun Sep 06, 2020 2:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: HB_Crypt() is not compatible with Latin1
Replies: 2
Views: 405

HB_Crypt() is not compatible with Latin1

Dear All, I use MariaDB and I got a problem with HB_Crypt( cPass, cKey ) and store in column (Latin1). When I use HB_Decrypt( oRs:cEncPass, cKey ), it returns incorrect. What kind of Charactor does support HB_Crypt() or How do I store HB_Crypt and HB_Decrypt() back correctly in MariaDB column. Thank...
by dutch
Sat Sep 05, 2020 2:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Crystal Reports XI R2 deployment
Replies: 2
Views: 547

Re: Crystal Reports XI R2 deployment

Let see this page for create runtime installer.
https://www.vdf-guidance.com/ContribPag ... bRecId=109
You must create installer for ODBC too.
mysql-connector-odbc-5.3.4-win32.msi
by dutch
Fri Aug 21, 2020 7:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange wrong return
Replies: 4
Views: 540

Re: GetExcelRange wrong return

Thank you so much, I got it.
Dutch
by dutch
Fri Aug 21, 2020 1:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange wrong return
Replies: 4
Views: 540

Re: GetExcelRange wrong return

Dear Master Rao, I see 6 rows only in both xbrowse and excel sheet. Can you explain your problem more clearly? It reads 156 rows ( 6 datas and 150 empty ) and 1 empty column. FYI, I select 156 rows/ 6 columns and define as Text in Format cells. The function will select all even empty rows and column...
by dutch
Wed Aug 19, 2020 9:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GetExcelRange wrong return
Replies: 4
Views: 540

GetExcelRange wrong return

I have define columns types as text in 156 rows and 6 columns. I use GetExcelRange( cExcelFile) but return many 156 rows and 6 columns with empty rows and columns as picture. ? oRange:Rows:Count // return 156 ? oRange:Columns:Count // return 6 https://i.postimg.cc/k4JWJQHS/GetRange.png Thanks in adv...
by dutch
Tue Jul 14, 2020 9:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: Change TExplorer theme or Color ?
Replies: 1
Views: 351

Change TExplorer theme or Color ?

Dear All,

Can I change color or theme of TExplorer?

Thanks in advance,
by dutch
Mon Jun 29, 2020 5:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: webmap class script error
Replies: 0
Views: 5439

webmap class script error

Dear All,

I've use webmap class for many year but now it has an error with "Internet Explorer Compatible View" as picture.
Who has anyone got this problem?
Image
by dutch
Mon Jun 08, 2020 10:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: CUEBANNER *INFIELD* does not support Russian *Solved*
Replies: 5
Views: 576

Re: CUEBANNER *INFIELD* does not support Russian language

Dear Master Rao,
nageswaragunupudi wrote:At present infield text does not support Unicode.
It can show Unicode and support all unicode but except Russian language.
Image
by dutch
Mon Jun 08, 2020 9:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: CUEBANNER *INFIELD* does not support Russian *Solved*
Replies: 5
Views: 576

Re: CUEBANNER *INFIELD* does not support Russian language

Dear Master,
nageswaragunupudi wrote:At present infield text does not support Unicode.
It is support Unicode, it can use with Japanese, Chinese, Vietnamese, Hindi and etc. but except Russian.