Hi,
I use array in xbrowse with autosort. I want to save the users selected order in ini file. I try to use SaveState method. but it does not save the cOrder.
How Can I save it and restore it?
Thanks.
Hakan ONEMLI
Harbour & MSVC 2022 & FWH 23.06
Hi,
I use array in xbrowse with autosort. I want to save the users selected order in ini file. I try to use SaveState method. but it does not save the cOrder.
How Can I save it and restore it?
Thanks.
Hi,
I have solved via saving cOrder variable manually. There may be more quick way. but it is ok now.
Thanks.
Regret delay in my response.
oBrw:SaveState( { "cOrders" } ) --> cSaveText
Nages,
How I can modify the title of header ?
I have a big Problem
I have application in two language .
the final user open a xbrowse of customer in italian language and the headers of xbrowse are translated in italian language
the procedure at init restore the state of xbrowse and on close save the state of xbrowse into a ini file
the fianal user closed the customer xbrowse go to main menu and change the language from italian to english and confirm it
the options text of the main menu is translated on new language (english)
when the final user open customer xbrowse found the header titles translated in oldest language (italian) and not on new language ( english).
this happend when you change the savestate and restorestate methods of Xbrowse !!!
I found a solution to use the ovverride commad and rewrite the old methods but I think it is bad... How we can resolve this problem ?
I must change this part of state
{"_cHeaders",{"First","Last","Address","City"}}
into
{"_cHeaders",{"Nome","Cognome","Indirizzo","Località"}}