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 TouchToneTommy 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: marc79
  • Content: Threads
  • Order by date
  1. marc79

    How to update Scroll Area label programmatically?

    Hi, I need to update a Scroll Area label (title) using people code. The scroll area already has a Page Field defined but not sure how to proceed. Any tips would be appreciated. Thanks.
  2. marc79

    Component Interface

    I added a new property in a component interface. The problem is i'm getting an error now when i try to initialize the CI using %Session.GetCompIntfc(CompIntfc.RO_CAPTURE_CI) This line now returns NULL, which wasn't the case before the change. Am i missing something? I already "Validated for...
  3. marc79

    Select constant/null values in PS Query

    Hi, I'm not very familiar with PS Query yet. I was wondering if it's possible to select constants/null values from a table? The reason i'm asking is because my query needs to look something like this: SELECT A.COL1, A.COL2, A.COL3, A.COL4 FROM TABLE A, TABLE B WHERE... UNION SELECT...
  4. marc79

    Can this table be created using Cross-Tab?

    Hi Guys, I need to find a way to implement the following table but i'm not sure on how to go about this since i'm still very new to Crystal Reports. For example: NUM_CASES | JAN | FEB | MAR | ------------------------------ 8 | TN1 | TN1 | | ------------------------------ 7...
  5. marc79

    Unable to connect: incorrect log on parameters.

    I encountered the following error when trying to run the report in PeopleSoft's Process Scheduler: "Unable to connect: incorrect log on parameters. %6 %7 %8 %9 (65,30)" It works fine when I previewed my report in Crystal Reports 9. I think it has something to do with the subreport that i...
  6. marc79

    Display Group Header only if there are Details

    Hi, I'm new to Crystal Reports but have been assigned to implement the following requirement. The report lists Supervisors (Group Header) and their Employees (Detail). Now, the client DOESN'T want the following scenario: Having the Supervisor at the end of the page without any Employees, since...
  7. marc79

    how to generate id number?

    I'm working on this project where i have to generate an id number. On my page, i use a SQLExec statement to get the max number of entries for this table. Then, i increment that number by 1 and that's how i ensure that the id is unique. I have to display this id in a scroll area, which is where...
  8. marc79

    PIC X and ACCEPT Problem. Please Help!!

    Hi, I'm a COBOL newbie and i'm stuck on what seems to be a simple problem. I'm currently using "SAMS teach yourself COBOL in 21 days", which uses MicroFocus code. But i use the free Fujitsu compiler with it. Anyways, the following code snippet doesn't behave properly: ... DATA DIVISION...

Part and Inventory Search

Back
Top