I´d like to do this
replace(ps_cnt_txt_summary,'>','>' + CHAR(10) + CHAR(13))
where ps_cnt_txt_summary is a table column...is there any way to do this?
The command i need to do is something like this:
update ps_cnt_content set ps_cnt_txt_summary = replace(ps_cnt_txt_summary,'>','>' +...
Here we go...
I have the main report and the sub-report.
The main report have only the fixed layout that should be printed.
The sub report (inside the details section of the main) will have 7 columns.
When the sub report have more than 7 records I´ll have more than 1 page to show.
When I...
I solved half of my problem...i´m using a sub-report to show the columns, but now my details section from the main report doesnt show when I move to page 2.
This is because only the subreport has records to show...but...how can i solve this?
The main report have only fixed labels now and the...
I need to let a space at the left side of the page o so start with the columns, just like this:
My Line1 Desc | record1 | record2 | recordN | record6
Where is "My Line1 Desc" I don´t have a column that must be repeated cause that´s the title os the line.
Hi Ken, thank you!
I did what u told me, it works fine...but there is a problem.
In one report I have no column names...but line names, how can I fill the report only after a certain space, that will be the columm with the line name, the report is something like this:
Line Description |...
Hi all!
How can I display 2 columns like this:
Col1 Col2
record1 record2
record3 record4
... ...
In the col2 i´d like to move to next record to fill this.
And another question:
How can i "fill" the rest of the page when I have no records to show?
I´d like to show the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.