Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. SkyMasterBRA

    Help with replace()

    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,'>','>' +...
  2. SkyMasterBRA

    Stored Procedure - Declare variable to reference a column

    How can I do to declare a variable to reference a column in a stored procedure to use as a ORDER BY parameter? Cya!
  3. SkyMasterBRA

    Two records at the same line

    Here´s the report that I´m talking about. If you could take a look. http://www.uowb.com.br/report/Report-5.rpt It´s saved with the data.
  4. SkyMasterBRA

    Two records at the same line

    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...
  5. SkyMasterBRA

    Two records at the same line

    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...
  6. SkyMasterBRA

    Two records at the same line

    :~ There is a "CODE" label in the first line, the forum changed it to CODE tag.
  7. SkyMasterBRA

    Two records at the same line

    It´s always the same text. The "grid" looks like this (labels between []): [Code].....| code1 | code2 | code3 | code4 | code5 | code6 [Number]...| numb1 | numb2 | numb3 | ... [Date].....| date1 | date2 | date3 | ... [Time].....| time1 | time2 | time3 | ... I´ll have only 6 records...
  8. SkyMasterBRA

    Two records at the same line

    No...it´s just a label. I have no groups.
  9. SkyMasterBRA

    Two records at the same line

    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.
  10. SkyMasterBRA

    Two records at the same 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 |...
  11. SkyMasterBRA

    Two records at the same line

    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...

Part and Inventory Search

Back
Top