|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Rave Report Dataview component in Delphi
Hi all,
I have a dataview component on my Rave Report page - dvCustomer Following fields are avaliable in dvCustomer component: dvCustomerCUST_ID dvCustomerCUST_NAME dvCustomerCUST_ADDRESS I want something like this: If the value for dvCustomerCUST_ID = 'A100' then I'll do something, else will do other thing: Here's what i did: I select on dataview dvCustomerCUST_ID field, choose event editor tab then onBeforePrint event i wrote the following code: if dvCustomerCUST_ID.Value = 'A100' then // do something A else // do something B end of; After i try to compile, it said undefined 'VALUE' or something like that How can i get a value for certain field on Rave Report anyone ?? Regards, [Non-text portions of this message have been removed] |
![]() |
| Viewing: Web Development Archives > Mailing Lists > Delphi > Rave Report Dataview component in Delphi |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|