Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

WGet:UpdateBuffer() Method
Re-load the edit control from the GET buffer
------------------------------------------------------------------------------

Syntax
<oWnd>:UpdateBuffer()   -->   SELF

Arguments
None.

Returns
SELF.

Description
This method copies the current value of the GET buffer into
the edit control.  You need to call this method whenever a
change takes place that the edit control cannot detect -
mainly when you alter the GET variable, e.g. if you skip to a
new record in a table.

Example
// From SOURCE\OO\USERS\USERSCMD.PRG:
METHOD Update() CLASS UsersDialog

::Scatter()

::oUserID  :UpdateBuffer()
::oUserName:UpdateBuffer()
::oDept    :UpdateBuffer()
::oPhone   :UpdateBuffer()
::oExt     :UpdateBuffer()
return self


See Also: WGet:Init()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson