Created
March 23, 2015 19:03
-
-
Save hasokeric/f07357cfa7a657ddc84e to your computer and use it in GitHub Desktop.
Some Epicor Research Notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use the Framework: | |
Epicor.Mfg.UI.FrameWork.FormFunctions.IsRunningInIDE() | |
IsNum | |
IsDate | |
GetImageFromLocalList | |
GetSessionFromSender | |
GetAvailableAdapters | |
buildKeyList | |
SendShortcutListToEmail | |
EpiBaseForm: | |
IsEpiReadOnly | |
EnableRetrieveTools | |
OnFormLoad | |
OnFormLoaded | |
OnFormClosing | |
ShowFormDialog | |
// determine the UI name for the help system | |
uiName = this.TopLevelControl.GetType().Namespace; | |
fullName = this.TopLevelControl.GetType().FullName; | |
if (isTracker) | |
{ | |
uiName += ".Tracker"; | |
fullName += ".Tracker"; | |
} | |
ActivateSheet(string sheetKey) | |
EnableControls(Control Container) | |
DisableControls(Control Container) | |
Epicor.Mfg.UI.FrameWork.EpiTransaction: | |
LastControl | |
LastView | |
ForceNotify | |
SuspendNotifications | |
ResumeNotifications | |
focusLast | |
TransactionLoad | |
TransactionLoaded | |
BeforeTransactionLoad | |
Add(string viewName, EpiDataview lalala) | |
AddToolTipText(string EpiBinding, string TipText); | |
RegisterContextHandler | |
PushStatusText(string text, bool hourglass) | |
PopStatus() | |
ColumnExists |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment