If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > problem in crystal report

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-09-06, 10:34
balachander786 balachander786 is offline
Registered User
 
Join Date: Jun 2006
Posts: 1
Question problem in crystal report

hi everyone , i have a problem with my crystal report.
this the problem

how can i get value from the user and display the correspondng reocord in crystal report.

another one is how can i display only particular record in crystal report
Reply With Quote
  #2 (permalink)  
Old 06-12-06, 10:40
surendran_ctr surendran_ctr is offline
Registered User
 
Join Date: Jun 2006
Posts: 1
use selectionformula property in the crystalreport object...
eg:
crstalreport1.selectionformula={<tablename.fieldna me>='" & <textbox value> & "'}
(remove the single quote if the fieldname is numeric)
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On