Search code examples
wpffoxpro

FoxPro to WPF porting help?


I am porting an application based on foxpro to WPF C# but i stuck in this window & i need your help.

here is a screen shot of window Click Here.

this is basically a wine shop billing part which allows to bill upto 99 items. Code col. allows to input item code and all description will come up. I am looking for something similar interface in WPF.

Please help.


Solution

  • There isn't anything out of the box, but create a tabular window, and to each row add a textbox that will load all descriptions after its text is changed. You'd have to calculate subtotal and total stuff by yourself, but clever use of databound controls and LINQ would allow you to create this kind of interface elegantly.