Banner Ad

    A    L    W    A    Y    S           D    E    S    I    R    E           T    O           L    E    A    R    N           S    O    M    E    T    H    I    N    G           U    S    E    F    U    L   

Technology and business

technology and business are becoming inextricably interwoven. I don't think anybody can talk meaningfully about one without the talking about the other

Tuesday, January 31, 2017

How to get parent form field value from the child form in IFS

We can get parent form 'Status' field value to the child record form methods by calling following code  frmOrderQuotation_Cust.FromHandle(i_hWndParent).dfsState.Text  Here 'dfsState' is the parent form field name and 'frmOrderQuotation_Cust' is parent form name ...

How to handle CLOB type data in IFS

1.) override  vrtDataRecordExecuteNew in framework to insert CLOB type data from the client public override SalBoolean vrtDataRecordExecuteNew(SalSqlHandle hSql)         {             return this.DataRecordExecuteNew(hSql);         }         public new SalBoolean DataRecordExecuteNew(SalSqlHandle hSql)         {             #region Local Variables             SalString...

Related Posts Plugin for WordPress, Blogger...

your comments