Search found 90 matches: savestate

Return to advanced search

set column

... that you see with the list of columns BITMAP "PRINT_CONFIG" LEFT; ACTION ( aColumns:= OptionPrint(oBrw),; cSave := oBrw:SaveState(),; oBrw:ReArrangeCols( aColumns ) ) Note that the first column is the checkbox and the others are the columns that are in the main xbrowse ...
by Silvio.Falconi
Tue Nov 16, 2021 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: set column
Replies: 0
Views: 233

Re: Xbrowse : Setup configuration file

... MENUITEM "恢复默认颜色" ACTION (restorestate2(self,CLR_BLACK,GetSysColor( 5 ))) end if ::cid<>nil MENUITEM "保存显示格式" ACTION savestate(self) end separator MENUITEM "说明帮助" ACTION help(::ownd:ccaption) ENDMENU ACTIVATE POPUP oMenu2 AT nRow, nCol OF Self 6. http://www.xtech2.top/images/xbrowseset1.jpg ...
by ShumingWang
Sat Apr 17, 2021 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Setup configuration file
Replies: 5
Views: 1217

Re: XBrowse: how to keep the selected row position

Try with this code, or use METHODS SaveState/RestoreState Static nRowPos := 1Static nRowSel := 1FUNCTION MAIN()    USE CUSTOMER    TEST()    TEST()    RETURN NILSTATIC FUNCTION TEST()    LOCAL oDlg, oBrw    ...
by cnavarro
Sun Nov 22, 2020 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: how to keep the selected row position
Replies: 5
Views: 452

Re: New FTDN December 2019 (FWH 19.12)

... para cada fila y se puede usar para mostrar/establecer valores en otras columnas. Ver: fwh\samples\xbrlbxat.prg - Window class: Métodos SaveState() y RestoreState() no funcionaban con ventanas MDICHILD. Ahora se ha corregido. viewtopic.php?f=6&t=37962 * Mejora en la clase TClipBoard: ...
by Antonio Linares
Thu Jan 02, 2020 12:45 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3030

New FTDN December 2019 (FWH 19.12)

... the aEditListTxt/Bound for each row and can be used to display/set values in other columns. See: fwh\samples\xbrlbxat.prg * Window class: Methods SaveState() and RestoreState() were not working with MDICHILD windows. Now fixed. http://forums.fivetechsupport.com/viewtopic.php?f=6&t=37962 * ...
by Antonio Linares
Sat Dec 21, 2019 5:59 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3030

Recuperar coordenadas de ventana MDICHILD(SOLUCIONADO)

Hola: Insisto en el tema ya que todavia no lo he solucionado Siguiendo las instrucciones de Mr. Rao sobrecargue las funciones SaveState y RestoreState y con esta funcion grabo las coordenadas de la ventana y del XBRowse FUNCTION SaveWinData(oWnd,oBrw,cAlias )    LOCAL oIni   INI ...
by jvtecheto
Thu Dec 19, 2019 5:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recuperar coordenadas de ventana MDICHILD(SOLUCIONADO)
Replies: 1
Views: 390

Re: Tamaño Dinámico de Columnas Xbrowse

Saludos y muy agradecido, solucionado con RestoreState() y SaveState()
by jnavas
Mon Nov 18, 2019 1:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tamaño Dinámico de Columnas Xbrowse
Replies: 3
Views: 848

Re: Posible Bug method SaveState() Mr.Rao.

Hello Mr. Rao. I Sobrecharged these methods and it works fine. Many Thanks It Saves this line in ini file. window=2C0000000000000001000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8FFFFFFE1FFFFFF5E05000053020000 now how do I retrieve the coordinates to define the window ? DEFINE WINDOW OWndObr MDICHILD OF oW...
by jvtecheto
Fri Nov 01, 2019 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Posible Bug method SaveState() Mr.Rao.
Replies: 3
Views: 638

Re: Posible Bug method SaveState() Mr.Rao.

Though you did not mention, it appears you are using oWnd:SaveState() with MDICHILD windows. Our present implementation of Window's SaveState() and RestoreState() does not work with MDICHILD windows. We will fix this in the next version. For now, can ...
by nageswaragunupudi
Thu Oct 31, 2019 2:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Posible Bug method SaveState() Mr.Rao.
Replies: 3
Views: 638

Re: Posible Bug method SaveState() Mr.Rao.

[emoji23][emoji23][emoji23]

Enviado desde mi POCOPHONE F1 mediante Tapatalk
by jvtecheto
Wed Oct 30, 2019 5:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Posible Bug method SaveState() Mr.Rao.
Replies: 3
Views: 638

Posible Bug method SaveState() Mr.Rao.

... quedado sin respuesta, me interesa mucho el tema Hi Mr. Rao. this code works perfectly oIni:Set( "states", "browse", oBrw:SaveState()  but this not save anything oIni:Set( "states", "window", oWnd:SaveState()  I use this function. ...
by jvtecheto
Tue Oct 29, 2019 3:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Posible Bug method SaveState() Mr.Rao.
Replies: 3
Views: 638

Re: TWindow metodo SaveState, RestoreState.

Hi Mr. Rao. this code works perfectly oIni:Set( "states", "browse", oBrw:SaveState()  but this not save anything oIni:Set( "states", "window", oWnd:SaveState()  I use this function. FUNCTION SaveWinData( ...
by jvtecheto
Sun Oct 27, 2019 8:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWindow metodo SaveState, RestoreState.
Replies: 10
Views: 1988

Re: TWindow metodo SaveState, RestoreState.

but is not creating any .ini When we do not specify path for ini file, the ini file is created in and read from the user's appdata folder. This way different users can have their own ini files. Please search appdata folder. If you want to create the ini file in the exe folder, please specify the na...
by Compuin
Tue Jun 25, 2019 4:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWindow metodo SaveState, RestoreState.
Replies: 10
Views: 1988

Re: TWindow metodo SaveState, RestoreState.

but is not creating any .ini When we do not specify path for ini file, the ini file is created in and read from the user's appdata folder. This way different users can have their own ini files. Please search appdata folder. If you want to create the ini file in the exe folder, please specify the na...
by nageswaragunupudi
Tue Jun 25, 2019 3:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWindow metodo SaveState, RestoreState.
Replies: 10
Views: 1988

Re: TWindow metodo SaveState, RestoreState.

... "browse", "" ) )  ) ;      VALID   ( oIni:Set( "states", "window", oWnd:SaveState() ), ;                oIni:Set( "states", "browse", oBrw:SaveState() ), ;                .T. ...
by Compuin
Tue Jun 25, 2019 1:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWindow metodo SaveState, RestoreState.
Replies: 10
Views: 1988
Next

Return to advanced search