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 strongm 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: *

  • Users: wdc58
  • Order by date
  1. wdc58

    getting data from a different panel than you are in.

    I have a forms with Master/Detail panels. I have a jButton on the detail panel that will load data based on a date entered on the master panel. How do I reference the textfield in the master panel? Below is the code I'm using in the detail panel. the code below is in a detail panel. String...
  2. wdc58

    master with multiple details report

    Thanks!! the 3 separate queries did the trick.
  3. wdc58

    master with multiple details report

    I have a master record with 3 separate detail records that I'm trying to create a report on. I using the wizard (group above) template. The problem that i'm getting is in the data modal, the grouping is that detail1 is grouped to the master. detail2 is grouped to detail1 and detail3 is...
  4. wdc58

    group is beyond the 'body'

    I have a record that has 209 fields in it. Of course, this can't be printed on 1 page. When I stretch the group longer then the page length, I get the error. What can I do to work around this. Thanks, William
  5. wdc58

    Error on setAttribute of a date field

    Below is the code I'm using to perform a process of updating a table. I'm getting an error when I am trying to update the "ReviewDate". In my ViewObject I have the ReviewDate field formatted as MM/dd/yyyy. This is the error I'm getting: oracle.jbo.domain.DataCreationException: JBO-25009: Cannot...
  6. wdc58

    Reformatting a date field

    I have text boxes for the user to enter Start/Stop dates for search criteria in running a report. I want to have them enter it as mm/dd/yyyy, but I need to reformat it to yyyy/mm/dd to run the report. Below is the string I create to run the report. It works if I enter the txtStartDate and...
  7. wdc58

    Group partially printing on 1 page then wholly on the next

    When a group cannont print fully on one page, it starts back to the beginning and prints on the next page. What do i need to do to just print on the next page if it can't fit on the current. Thanks.

Part and Inventory Search

Back
Top