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

    Setting Alignment at Runtime

    I would like to be able to change the horizontal alignment of a field at run time. Since at least one of these fields is a memo field I need to place the code in the VB code format section of the RDC. I am not having any success in changing the alignment based on conditions. If I click on the...
  2. jdw81959

    Unexplained Page Break

    I have a report that has two groups; Group B is within Group A. I want the report to break on each change in Group B but not on the last record, and I want to reset the page number on each change of Group A but not on the last record. I have the sections set up this way and the have suppressed...
  3. jdw81959

    PAGE BREAKS AND PAGE NUMBERS FOR MORE THAN ONE GROUP

    I have a report with two groups; group B is a group within group A. I would like the report to break after each group B but I would like the page numbers to reflect the page number and total number of pages for group A. For example, there are two items for group B. I would like the report to...
  4. jdw81959

    Conditionally Suppress Fields in VB Code

    I would like to suppress fields in a section based on the value of another field in the section. I would like to do this using the Section_Format event in VB Code. I can reposition, change font, change size but when I use Field#.Suppress it does not work. The suppress property is available in...
  5. jdw81959

    Can text boxes accept CR-LF

    In a VA app I am passing text that contains tabs and carriage-return line-feed characters to a string variable. I am enclosing the variable in single-quotes and trying to use this to set the source for an unbound field (string data type). I get an error that "the matching ' is...
  6. jdw81959

    Long Raw data types

    I have an Oracle database which stores text in RTF as a long raw. I need to get this data out to a report. I would like to be able to pass this to an unbound field on the report. Is there a way to convert the data type and pass it to a string variable?

Part and Inventory Search

Back
Top