? STRTOHEX( AnsiToWide( Chr(208) ) )
nageswaragunupudi wrote:Meanwhile, can you please let me know
1. What result you get for this statement?
- Code: Select all Expand view
? STRTOHEX( AnsiToWide( Chr(208) ) )
2. Do you always set HB_CDPSELECT( "TRWIN" ) or some similar codepage in your application?
If so, what is the result of the 1st question before and after setting the codepage?
ertan wrote:Hi again,
Do you use tdatarow edit dialogs or your own dialogs or window?
#include "fivewin.ch"
function Main()
local oDlg, oGet
local cVar := PADR( "ABC", 15 )
FW_SetUnicode( .f. )
DEFINE DIALOG oDlg SIZE 300,150 PIXEL TRUEPIXEL
@ 20,20 GET oGet VAR cVar SIZE 200,24 PIXEL OF oDlg
@ 90,20 BUTTON "OK" SIZE 100,40 PIXEL OF oDlg ;
ACTION MsgInfo( IsWindowUnicode( oGet:hWnd ) )
ACTIVATE DIALOG oDlg CENTERED
return nil
ertan wrote:Hi again,
Do you use tdatarow edit dialogs or your own dialogs or window?
nageswaragunupudi wrote:Can you please help us by doing this small test?
- Code: Select all Expand view
#include "fivewin.ch"
function Main()
local oDlg, oGet
local cVar := PADR( "ABC", 15 )
FW_SetUnicode( .f. )
DEFINE DIALOG oDlg SIZE 300,150 PIXEL TRUEPIXEL
@ 20,20 GET oGet VAR cVar SIZE 200,24 PIXEL OF oDlg
@ 90,20 BUTTON "OK" SIZE 100,40 PIXEL OF oDlg ;
ACTION MsgInfo( IsWindowUnicode( oGet:hWnd ) )
ACTIVATE DIALOG oDlg CENTERED
return nil
In this test, please click the button and let us know whether you get the result .T. or .F. ?
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 79 guests