Hello,
I followed a tutorial for a POS application and I have to make it export the list of marked products in a text file according to a certain model.
I have a shape table:
Name QTY Tax Price
In this table, a product with its details is added on each line.
I need a piece of code that recognizes how lines many products there are and export data in a text file like this:
name tab-space qty tab-space price tab-space tax
So between the name, qty, price and tax you need a space equivalent to the "tab" button on keyboard.
If necessary, I can attach what I have worked so far, as well as the model in which it should be exported.
I followed a tutorial for a POS application and I have to make it export the list of marked products in a text file according to a certain model.
I have a shape table:
Name QTY Tax Price
In this table, a product with its details is added on each line.
I need a piece of code that recognizes how lines many products there are and export data in a text file like this:
name tab-space qty tab-space price tab-space tax
So between the name, qty, price and tax you need a space equivalent to the "tab" button on keyboard.
If necessary, I can attach what I have worked so far, as well as the model in which it should be exported.