Thread: RAVE Reports... need a hand!

  1. #1
    Registered User
    Join Date
    Dec 2005
    Posts
    13

    Question RAVE Reports... need a hand!

    Hi everyone,

    I'm searching the help and web and can't figure out how to modify parameters of a component of a TRvProject.

    For example I created a text field in on the page... and I want to modify it's content from a button... I got that bribe of code.. and don't know what to do with it.

    Code:
      rvPage->Open();
      //rvPage->SelectReport();
      rvPage->SetParam(tNom.text, "Bob");
      rvPage->Execute();
      rvPage->Close();
    tNom is a textfield in the Report
    rvPage is a TRvProject

    Please show me how to do it right!

    Thanks!
    Max

  2. #2
    Registered User
    Join Date
    Dec 2005
    Posts
    13
    Oh, please, don't tell me nobody ever worked with Rave reports!


  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Nope, I guess not.

    Seriously, you should google for "TRvProject" and join one (or more) of the forums which have actually discussed the problem (yes, I found several) in the past (or even the forum run by the authors of the package).

  4. #4
    Registered User
    Join Date
    Dec 2005
    Posts
    13
    Okay, I'll do that... But what are you guy using when you need to print something?... maybe you got a better idea than me!

  5. #5
    Registered User
    Join Date
    Oct 2005
    Posts
    29
    print something on a paper , screen or?

    if screen when debugging then i use std::cout

  6. #6
    Registered User
    Join Date
    Dec 2005
    Posts
    13
    paper!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Mind-Reading chip for the disabled
    By JaWiB in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 04-04-2005, 12:44 PM
  2. crystal reports in vb.net
    By beely in forum Windows Programming
    Replies: 0
    Last Post: 01-06-2004, 03:37 AM
  3. Cribbage Game
    By PJYelton in forum Game Programming
    Replies: 14
    Last Post: 04-07-2003, 10:00 AM
  4. what are some other 'life skills' that can go hand in hand with programming
    By Shadow12345 in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 01-17-2003, 02:34 PM