Exercise 5: Design Grid of AutoCount Accounting 1.8: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1:
{{NavigateDeveloper|collapsed}}
__NOTOC__
Objectives: Add a new GridControl and apply Formatting on the grid.
Line 5 ⟶ 4:
Add Master and Detail tables relation to GridControl.
 
''This exercise uses project from preciousprevious exercise.''
 
Line 13 ⟶ 12:
 
3. Add References of AutoCount Accounting
<syntaxhighlight lang="csharp" line>
BCE.AutoCount.dll
BCE.AutoCount.CommandAccounting.dll
Line 24 ⟶ 23:
 
4. Add References of {{DevExpress}} WinForms.
<syntaxhighlight lang="csharp" line highlight="5, 6">
DevExpress.Data.v13.1.dll
DevExpress.Design.v13.1.dll
Line 363 ⟶ 362:
[[Category:Plug-In]]
[[Category:Programmer Exercise]]
{{NavigateDeveloper|collapsed}}