Search results

  1. Y

    Apostrophe

    I dont know. I was just asked to fix such behavior:) So, is there a way for access to save a text with an apostrophe without having duplicates of it?
  2. Y

    Apostrophe

    When I try to enter a text with the apostrophe inside the text box and hit save button it keeps adding apostrophes near my apostrophe I guess to close the opened apostrophe. How can I save the apostrope without having additional ones every time I hit save? Thank you
  3. Y

    Keeping table headers on next page?

    So i am grouping my reports by initiatives. How can I get the current page? I want to say something like if initiative page count > 1 then make the header of the table visible? All I am asking is how to get the current page count of the current initiative? Not overall number of pages in the...
  4. Y

    Keeping table headers on next page?

    I think easier way for me will be to say something like: my report is grouped by initiatives. so i need to say if current initiative page is more than 1, i.e spilled to next page then show the page header. if not , dont print it. is there a way to refer to pages per initiative when...
  5. Y

    Keeping table headers on next page?

    that looks like what I need:) How do i do that? where do I set the groups and set the repitition to yes/no?
  6. Y

    Keeping table headers on next page?

    One the first page there is some information before the table starts INFORMATION INFORMATION COLUMN1 COLUMN2 ROW111111111111 ROW222222222222 But on the next page if the table is long, it will contain only the table. If I do the way you told me the headers of the table will be constantly...
  7. Y

    Keeping table headers on next page?

    So I have a table that spills to the next page if it doesnt fit into one page? I want my table header to be appearing if report is more than one page. How can I do that? I tried so many things and cant figure it out. Right now it is like this: COLUMN1 COLUMN2 ROW 111111111111 ROW...
  8. Y

    not printing rows in table in report?

    I cant. work security issues. I just need to find out how can I do something like field.visible = true but instead something like field.skip = true so it doesnt really have it on the report (wont take space unlike visible = false does)
  9. Y

    not printing rows in table in report?

    I dont want that because it is actually there and the table spills over to the next page but doesnt show anything and I have extra blank page. I need it really skip the row, not just make it invisible.
  10. Y

    not printing rows in table in report?

    to make it simple, how can i make field on the report not show up at all instead of just saying field.visible = false
  11. Y

    not printing rows in table in report?

    In my upper portion of report I want no filter to be applied but in the lower part where table is generated I want to apply filter i.e rows that only have more than 200 hours. Previously I applied more than 200 hours filter to the QUERY that I am basing my report on. but then some of the...
  12. Y

    How to hide a row in table? (not make invisible)

    Hello, I am trying to skip my row in the table. I tried using textfield.visible = false but it prints the white space instead of a row, which i dont want to print.
  13. Y

    Exporting report

    thanks a lot. I used cute pdf writer and it worked out perfectly.
  14. Y

    not printing rows in table in report?

    Or in other words, how can I say that if row field.hours < 200 then ignore all the rest rows and go to the next report in the query?
  15. Y

    not printing rows in table in report?

    I just fixed this by making my rows field.invisible = true because rows that I dont need are at the end of the table anyways, i can just make them invisible. but now since it report treats them as they exist anyways, it spills to the next page and I have extra blank pages? How can I say...
  16. Y

    not printing rows in table in report?

    I need my filter to affect only the DETAIL part of the report, the rest should still be based on the original query.
  17. Y

    not printing rows in table in report?

    When I print the table I want certain rows not to appear on some criteria in my case rows that have one column field < 200 hours. how can I do that?
  18. Y

    Exporting report

    I have a report shown in print preview. How can I save it word ? I tried export - rich text format but this method eliminates all the table borders and formatting that i used except the text itself. How can I save it some editable format that will save them exactly as i see it on the report...
  19. Y

    Merge two fields from field list.

    I did that but for some reason the information in the page header repeats when the table with multiple rows goes beyond one page. It all repeats on the second-third..etc pages :confused:
  20. Y

    Merge two fields from field list.

    I wish I could do that. This way it will be much easier but in my company I will get fired for that:( I think in general the way I am doing it is wrong. What I am doing it is pulling the field from the Field List table and moving its associated label on top of it and treating it as a column...
Back
Top Bottom