I'm testing CobCurses and trying to code some examples. After reading the wiki pages I haven’t found information about how to define a screen with multiple rows with the same kind of data. I will try to explain that. Supose that I need to program a screen like that:
Hi.
I'm testing CobCurses and trying to code some examples. After reading the wiki pages I haven’t found information about how to define a screen with multiple rows with the same kind of data. I will try to explain that. Supose that I need to program a screen like that:
Action (Q)uery,(E)nd : ___ Product ID : _______
Product id Name Price
________ ________________ _______ (row 1)
________ ________________ _______
________ ________________ _______
________ ________________ _______
________ ________________ _______
________ ________________ _______ (row N)
It is possible with CobCurses to define a repetitive category of data
in the screen ???
Thank you. Regards. Javier