Welcome, Guest. Please login or register.
Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - BatRamboZPM

Pages: [1]
1
У меня это не сработало. Выйражение 'setVariable' привело к 'Refference error'. После несколько експериментов я нашел другое решение:

Code: [Select]
$S{
 if (line("SubDetailBand1")&1)
  THIS.backgroundColor=QColor('#F0F0F0');
 else
  THIS.backgroundColor=QColor('#E0C0E0');
 numberFormat("$D{orderitems.Quantity}","0.00");
}

2
Большое спосибо! Нормальная практика, но сам не догодался.  :)

3
Возможно ли (и как) сделать четных и нечетных строк с райзны цвет?

Pages: [1]