Elements of the UI
[WINDEV]
Last Edit: January 30, 2018 the alpha360 team
As we said before all windows in the WINDEV implementation are Internal Windows.
The only windows that are NOT internal windows are the following:
All Internal Windows have the following declaration
MyName(LOCAL p_OpenWindow is ST_a360_DynamicWindow,sReturnPK is string="", bChanged is boolean=False)
Here are the Basic types of Internal Windows used in the implementation:
Browses
name: IWB_Somethings
Action Type: 100
Reports
name: IWR_Something
Action Type: 200
Forms
name: IWF_Something
Action Type: 1 (or 2 or 3 or 4)
watch the video lesson
next - > Browsers [WIN]
Copyright 2017/18 - computerplus