Hi everyone,
I'm having a problem and I think you can help...
I have a rtf template with some keywords inside. The idea is read the data from a database and replace the keywords with real data. When the keywords represent vars is an easy job, just replace them. But when I need to create tables with dynamic content (read from database, for example a list of customers) the problem starts. First, I need to search for the keyword representing a list (or a loop) and check what is the formatting applied to the cells, then get the data from database and print, but I don't know how to do this... Please, help me
Thanks in advance
I'm having a problem and I think you can help...
I have a rtf template with some keywords inside. The idea is read the data from a database and replace the keywords with real data. When the keywords represent vars is an easy job, just replace them. But when I need to create tables with dynamic content (read from database, for example a list of customers) the problem starts. First, I need to search for the keyword representing a list (or a loop) and check what is the formatting applied to the cells, then get the data from database and print, but I don't know how to do this... Please, help me
Thanks in advance
Comment