- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
// Getting first account data and binding it to control
List<string> cardList = new List<string>();
List<string> permissionList = new List<string>();
string x1 = "";
string x2 = "";
string x3 = "";
string x4 = "";
string x6 = "";
string x7 = "";
string x8 = "";
try
{
x8 = getCardNumberByAccountNumber(CustAcc1.Text);
}
catch { }
GetAllCustomerAccountValue(de_ca1, ref x1, ref x2, ref x3, ref x4, ref cardList, ref permissionList, ref x6, ref x7, ref x8); //, ref x2, ref x3, ref x4, ref cardList, ref x5, ref x6, ref x7, ref x8);
FormCustomerAccount1.accountNum = x1;
FormCustomerAccount1.fullName = x2;
FormCustomerAccount1.streetBuild = x3;
FormCustomerAccount1.postalCode = x4;
FormCustomerAccount1.creditNote = x6;
FormCustomerAccount1.accountBalance = x7;
FormCustomerAccount1.cards = cardList;
FormCustomerAccount1.permissions = permissionList;
guest8 09.04.2019 12:18 # −999