Module Prmpbtmx.pkg
************************************************************************
Confidential Trade Secret.
Copyright (c) 1997 Data Access Corporation, Miami Florida
as an unpublished work. All rights reserved.
DataFlex is a registered trademark of Data Access Corporation.
************************************************************************
************************************************************************
$File name : PrmpBtMx.Pkg
$File title : Prompt buttom mixin class
Notice :
$Author(s) : John Tuohy
$Rev History
12/19/97 JJT - changed order of setting form_button_Value and form_button so value
is set first. After button is paged, value does not change (fixed IDE problem)
8/13/97 JJT - Changed interface for prompt button
?/??/?? JJT - File Created
************************************************************************
Public mixin interface:
Get/Set Prompt_Button_Mode to PB_PromptAuto | PB_PromptOn | PB_PromptOff
Get/Set Prompt_Button_Value to String default="..."
Get/Set Prompt_Button_Bitmap to BitmapName
Prmpbtmx.pkg (view source)- import declarations
- Prompt_Button_Mixin : Mixin
Define_Prompt_Button_Mixin()
- String
Prompt_Button_Value - String
Prompt_Button_BitMap - Integer
m_Prompt_Button_Mode
Set(integer iMode)
- integer
Prompt_Button_Mode()
Set(integer bState)
These two messages are maintained for backwards compatibility. Avoid
using these. Use Prompt_Button_Mode instead
- integer
Auto_Create_Prompt_Button()
Create_Prompt_Button(Integer CreateMode)
Create a prompt Button. This was created so the process of creating
a prompt button object can be augmented. This will normally get
called if a prompt object id exists for this object. However, you
can send this message yourself.
Avoid using this message - use the property Prompt_Button_Mode
0=auto, 1=make, 2=remove
- Integer
Obj - Integer
Fg - Integer
tsz - Integer
sz - Integer
Create
Form_Button_Notification(integer Item# integer Dummy)
Send prompt if object can be made the focus (or is the focus)
- Integer
rval
Activating()
as of 15.1 we changed all deactivating/activating signatures to not return values (see windows.pkg / ComboForm / Activating for more)
Returns Integer
- Integer
iMode - Integer
iRet
References (2):
Field References (0):
Module | Containing Symbol | Line |
---|