Search found 573 matches: tia

Return to advanced search

Chilkat's ActiveX

... to do a oHttp:end() and oReq:end() or there's no need for that as once local vars are out of scope the object will be automatically terminated? TIA
by hua
Fri May 10, 2024 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Chilkat's ActiveX
Replies: 1
Views: 28

Re: Any code snippet for getting token of OAuth2?

Unable to get it to work so far.

Where should the values below be inserted in the code?
Image

This is the documentation of the API that I am trying to get to work https://sdk.myinvois.hasil.gov.my/api/0 ... er-system/

TIA
by hua
Tue May 07, 2024 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any code snippet for getting token of OAuth2?
Replies: 3
Views: 529

Test a string is encoded with cMimeEnc()

Is is possible to test a string to see whether it was encoded with cMimeEnc() or not?

TIA
by hua
Fri Apr 19, 2024 10:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test a string is encoded with cMimeEnc()
Replies: 0
Views: 44

Any code snippet for getting token of OAuth2?

Hi guys,
Any code snippet to get OAuth2.0 token without using ActiveX?


TIA
by hua
Wed Apr 03, 2024 10:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any code snippet for getting token of OAuth2?
Replies: 3
Views: 529

Re: incremental search on Xbrowse

Hi Rao,
yes,
this is default in my Std management of table,

::oBrw:SetMultiSelectCol( )

I rarely disable it using the property :

::oBrw:oMultiSelCol:lReadOnly := .T.

TIA
by mauri.menabue
Wed Mar 27, 2024 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2076

Re: incremental search on Xbrowse

Hi Master Rao,
The fix works perfectly!
:D
TIA
by mauri.menabue
Tue Mar 26, 2024 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2076

Re: incremental search on Xbrowse

hi Nages,
The my FWH version is 23.10 but as already posted the condition under which the space is discarded is

if nKey == 32 .and. ::nMarqueeStyle <= MARQSTYLE_HIGHLROWRC .and. oCol:hChecked .and. oCol:lEditable
...
elseif nKey == 32 .and. !::lFastEdit .and. ::oMultiSelCol != nil

TIA
by mauri.menabue
Mon Mar 25, 2024 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2076

incremental search on Xbrowse

... != nil ) .and. ; 3888           oCol:lEditable .and. oCol:IsEditKey( nKey ) //cKey )  TIA
by mauri.menabue
Sat Mar 23, 2024 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2076

Re: Transparent area becomes black when use BUTTON...ADJUST

... How do I fix this? Using HArbour+FWH1912 The bar is repositioned before display using the command oBar:GoRight() TIA Can i see the rc file entries for whatsnew.bmp? Suggested format WHATSNEW 10 "whatsnew.bmp" but not WHATSNEW BITMAP "whatsnew.bmp"
by nageswaragunupudi
Tue Dec 05, 2023 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 878

Transparent area becomes black when use BUTTON...ADJUST

... How do I fix this? Using HArbour+FWH1912 The bar is repositioned before display using the command oBar:GoRight() TIA
by hua
Tue Dec 05, 2023 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 878

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

... {::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: 272

Re: Disabled buttons at oBar not greyed out after using FWH1912

... https://drive.google.com/file/d/1kNGMOVvKeEppVLCR2OEPHLhgjtJit_qF/view?usp=sharing https://i.postimg.cc/Jz5SRGcn/testbar4.gif TIA
by hua
Thu Sep 14, 2023 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 1683

Disabled buttons at oBar not greyed out after using FWH1912

... the disabled buttons are not greyed out anymore. https://i.postimg.cc/zBtg4924/bar2.jpg Any tip on what should I be checking? TIA
by hua
Mon Sep 11, 2023 4:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 1683

Re: Announcing DrXlsx 1.0 by Charles Kwon

... one to manage the height of the lines, the other to be able to modify the method : sayimage in order to possibly resize the image to be printed. TIA Maurizio Menabue
by CharlesKwon
Sat Aug 26, 2023 12:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3906

Re: Announcing DrXlsx 1.0 by Charles Kwon

Hi Charles,
the program has just been presented and I immediately ask if you have in mind
the possibility of adding two methods, one to manage the height of the lines,
the other to be able to modify the method : sayimage in order to possibly resize
the image to be printed.

TIA
Maurizio Menabue
by mauri.menabue
Fri Aug 25, 2023 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3906
Next

Return to advanced search