Search found 3560 matches: instead

Return to advanced search

Re: Add a Checkbox() column

Instead of setcheck(, .T.), I used the icons and everything worked fine  oDlg:oClient:aCols[2]:lBmpTransparent:= .T.        oDlg:oClient:aCols[2]:AddBitmap( { "p_chk1", "p_chk2" ...
by Natter
Sun Nov 19, 2023 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a Checkbox() column
Replies: 8
Views: 855

Re: Fwh 23.10 TGet another problem

Very Good. This is what I was suspecting. 286 (0x011E) is the UTF16LE value of Turkish Chr(208). Please help us by a little more testing Instead of ? nKey, nFlags, FW_SetUnicode() please test ? nKey, FW_SetUnicode(), ::lIsWideChar, IsWindowUnicode( ::hWnd ) Is the result ...
by nageswaragunupudi
Thu Nov 16, 2023 2:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54329

Re: TGet():ReDefine - UTF8 encoding fails [Solved]

maybe it's useless :oops:
Ok I'll use VARCHAR instead of '@S' and WinUpper() instead of '@!'?
Code: Select all  Expand view
@  20, 20 GET oGet VAR cVar1 SIZE 200,20 PIXEL OF oDlg VARCHAR 70 ON CHANGE { || cVar1 := WinUpper( cVar1 ), oDlg:Update() }

and never use the PICTURE clause for strings again :D
by frose
Sun Nov 12, 2023 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet():ReDefine - UTF8 encoding fails [Solved]
Replies: 6
Views: 317

Re: Fwh 23.10 TGet another problem

... $(HBDIR)\bin\harbour $(FWDIR)\source\classes\font.prg /n \ /i$(FWDIR)\include;$(HBDIR)\include /d_DEFAULT_CHARSET_=1 /o$(OBJDIR)\font.c Instead, you can use the library as it is and set TFont():nDefaultCharSet := <yourCharset at the beginning of your application in the Main() ...
by Horizon
Sun Nov 12, 2023 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54329

Re: Fwh 23.10 TGet another problem

... $(HBDIR)\bin\harbour $(FWDIR)\source\classes\font.prg /n \ /i$(FWDIR)\include;$(HBDIR)\include /d_DEFAULT_CHARSET_=1 /o$(OBJDIR)\font.c Instead, you can use the library as it is and set TFont():nDefaultCharSet := <yourCharset at the beginning of your application in the Main() ...
by nageswaragunupudi
Sat Nov 11, 2023 7:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54329

Re: oCn:Insert() - UTF8 encoding fails [Unsolved]

... UEStudio, can we enter constants in Utf8 and save in Utf8? Do you mean #define cVar3       "üäö ÜÖÄ ß"STATIC cVar1  := "üäö"  instead of   LOCAL cVar1  := "üäö"  ? If so, yes! But the point is we need to INSERT utf8 text but not ANSI text when the table's charset ...
by frose
Fri Nov 10, 2023 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oCn:Insert() - UTF8 encoding fails [Unsolved]
Replies: 6
Views: 296

Re: Interesting discussion with ChtGPT

... obsolete and not usable. Where tech people are ignorant, they simply make negative assertions about whatever it is they do not know or understand, instead of expanding their own knowledge base.
by TimStone
Mon Nov 06, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1244

Interesting discussion with ChtGPT

... Education and Learning: As AI tools become more accessible and simplify code creation, it could also change how programming is taught and learned. Instead of focusing on complex syntax or frameworks, curriculums might place more emphasis on concepts, logic, and problem-solving. Tools and Environments: ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1244

Re: Xlsxlibhb_ver2

If you set
Code: Select all  Expand view
UseXLSXLIB(  .T.  )

All toExcel methods will use this lib instead of Using Excel
by nageswaragunupudi
Sat Nov 04, 2023 1:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9023

Re: Advantage Database Server

... a database engine developed by Alaska Software to emulate ISAM style functionality for xBase++. It looks like people are considering using PgDBE instead of ADS (Advantage Database Server), but they are having performance issues. You mentioned that PgDBE creates an internal field for each xBase ...
by ferilmagic
Fri Nov 03, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3689

New FTDN October/Octubre 2023 (FWH 23.10)

... this function is returning NIL, where as return value is expected to be always a character value. Now fixed to return "" in such cases instead of nil This fixes runtime error in FW_ReadImage() * TImageList Class: (source\classes\timaglst.prg) - New Method AddImage( cImage ) To add any ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3906

Re: Get real date from the Internet

... yyyy" ) Result: https://imagizer.imageshack.com/v2/xq70/923/4qyZqS.png Note: If you are using xHarbour, use DateTime() instead of HB_DateTime()
by nageswaragunupudi
Tue Oct 17, 2023 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 55
Views: 4470

Re: Sending whatsapp message via web-based app

... )   CreateObject( "WScript.Shell" ):SendKeys( "~" )return nil   Alternatively you can use the whatsapp app instead of the web based whatsapp: https://fivetechsupport.com/forums/viewtopic.php?p=264367&sid=ef96896e428d02d9a4e04210e8ee8fe2#p264367
by Antonio Linares
Tue Oct 17, 2023 5:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending whatsapp message via web-based app
Replies: 6
Views: 634

Re: enviar mensajes a whatsapp, ¿posible solucion?

... 1 )   CreateObject( "WScript.Shell" ):SendKeys( "~" )return nil To send msgs to a whatsapp group instead of a phone number use this: whatsapp://send?text=encoded_message&phone=group_id Find out the group ID of the group you want to send the ...
by Antonio Linares
Fri Oct 13, 2023 6:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 4490

Re: xBrowser click

... to that cell. We feel assigning a different action to single left click may be inconsistent with normal behaviour and confusing to users. Instead better to use right-click or double-click. Anyway, the decision is yours. another question is about the SetDlgGradient command, when dividing ...
by nageswaragunupudi
Wed Oct 11, 2023 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser click
Replies: 16
Views: 934
PreviousNext

Return to advanced search