Search found 51 matches: infield

Return to advanced search

Re: Mark field as required

... 1, 2 ] ; PICTURE aData[ 1, 3 ] SIZE nWidth - nCol * 2, 15 PIXEL OF oDlg ; COLOR nClrTxt, CLR_WHITE CUEBANNER "REQUIRED" BOTTOMBORDER ; INFIELD INFONT oFontI INCLRTXT CLR_GRAY ; INCLRBORDER { | o | if( o:lFocused, o:nInClrLineB, nClrBox ) } ; INSEPH 1 INSEPV 1 ; //INWHPEN 2 ; INCLRLINEDIS ...
by Marc Venken
Thu Jul 06, 2023 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1785

Re: Mark field as required

... 1, 2 ] ; PICTURE aData[ 1, 3 ] SIZE nWidth - nCol * 2, 15 PIXEL OF oDlg ; COLOR nClrTxt, CLR_WHITE CUEBANNER "REQUIRED" BOTTOMBORDER ; INFIELD INFONT oFontI INCLRTXT CLR_GRAY ; INCLRBORDER { | o | if( o:lFocused, o:nInClrLineB, nClrBox ) } ; INSEPH 1 INSEPV 1 ; //INWHPEN 2 ; INCLRLINEDIS ...
by Antonio Linares
Thu Jul 06, 2023 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1785

Re: Mark field as required

... aData[ 1, 2 ] ; PICTURE aData[ 1, 3 ] SIZE nWidth - nCol * 2, 15 PIXEL OF oDlg ; COLOR nClrTxt, CLR_WHITE CUEBANNER aData[ 1, 1 ] BOTTOMBORDER ; INFIELD INFONT oFontI INCLRTXT CLR_GRAY ; INCLRBORDER { | o | if( o:lFocused, o:nInClrLineB, nClrBox ) } ; INSEPH 1 INSEPV 1 ; //INWHPEN 2 ; INCLRLINEDIS ...
by Marc Venken
Thu Jul 06, 2023 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1785

Re: CUEBANNER *INFIELD* does not support Russian language

Without Fw_SetUnicode, without Utf8

Image
Image
by cnavarro
Mon Jun 08, 2020 11:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CUEBANNER *INFIELD* does not support Russian *Solved*
Replies: 5
Views: 904

Re: CUEBANNER *INFIELD* does not support Russian language

nageswaragunupudi wrote:At present infield text does not support Unicode.


Dear Mr. Rao, yes, clause INFIELD support Unicode

Dear Dutch, how strange, precisely with the Russian. I'm going to check this.
Do you have an example to test more quickly?
by cnavarro
Mon Jun 08, 2020 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CUEBANNER *INFIELD* does not support Russian *Solved*
Replies: 5
Views: 904

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 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CUEBANNER *INFIELD* does not support Russian *Solved*
Replies: 5
Views: 904

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.
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: 904

Re: CUEBANNER *INFIELD* does not support Russian language

At present infield text does not support Unicode.
by nageswaragunupudi
Mon Jun 08, 2020 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CUEBANNER *INFIELD* does not support Russian *Solved*
Replies: 5
Views: 904

CUEBANNER *INFIELD* does not support Russian *Solved*

I use UTF8 with Russian language, the CUEBANNER is working but INFIELD (Text on top of GET) does not support as picture

Image

Thanks in advance,
by dutch
Mon Jun 08, 2020 3:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CUEBANNER *INFIELD* does not support Russian *Solved*
Replies: 5
Views: 904

Re: INFIELD will show UPPER after type something

Dear Navarro,
cnavarro wrote:Dear Dutch, this not a bug
If you you don't want it to appear in capital letters, look in the TGet Class, method Paint the expression "cText: = Upper (cText)" and remove Upper


Thanks so much, I get it and modified as I need.
by dutch
Sun May 10, 2020 3:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: INFIELD will show UPPER after type something
Replies: 2
Views: 438

Re: INFIELD will show UPPER after type something

Dear Dutch, this not a bug
If you you don't want it to appear in capital letters, look in the TGet Class, method Paint the expression "cText: = Upper (cText)" and remove Upper
by cnavarro
Sat May 09, 2020 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: INFIELD will show UPPER after type something
Replies: 2
Views: 438

INFIELD will show UPPER after type something

INFIELD will change to uppercase after type. How to fix it?

Imagewhen i first laid my eyes on you beat

Thank you in advance.
by dutch
Sat May 09, 2020 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: INFIELD will show UPPER after type something
Replies: 2
Views: 438

Re: Infield Top Aligned Form Labels

This feature is not yet implemented in redefined controls
by cnavarro
Tue Dec 04, 2018 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Infield Top Aligned Form Labels
Replies: 34
Views: 9784

Re: Infield Top Aligned Form Labels

HI, Works in fwh1811 or 1810? thanks
by Admpss
Tue Dec 04, 2018 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Infield Top Aligned Form Labels
Replies: 34
Views: 9784
Next

Return to advanced search