top of page
Search
  • ABS

iVend Addon - Hide header logo

if (Settings.disableHeaderControl)

{

foreach (BaseLayoutItem i in tev.m_LayoutGrpControlBaseView.Items)

{

if (i.Name.ToString().ToLower() == "header control")

{

i.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;

tev.RefreshDisplay();

break;

}

}

}

2 views0 comments

Recent Posts

See All

SAP B1/iVend- Query Inventory In SAP

Check inventory audit in SAP select  a.CreateDate, b.USER_CODE as [User], a.TransType SAP_DocType, case when a.TransType = 13 then  'Sale Invoice' when a.TransType = 14 then  'Sale Credit Note' when a

ivend-SAP Integration Monitor from SBO to ivend Query

Select IntegrationKey,Cast(SourceType AS Varchar(20)) As SourceType,SourceKey, OperationType, isNull(LogDatetime, getdate()) As LogDatetime, Case isNull(Status, 0) When 0 Then 'Not Processed' Else 'Fa

Post: Blog2_Post
bottom of page