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 > Data Access, Manipulation & Batch Languages > Crystal Reports > Read parameter in Add Command at Crystal Report Xi

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-16-09, 22:43
Jentan78 Jentan78 is offline
Registered User
 
Join Date: Nov 2009
Posts: 1
Read parameter in Add Command at Crystal Report Xi

Hi,

I had problem in reading the string parameter in the Add Command at Crystal Report XI. I tried receiving records from Pervasive database in a table and need to read the parameter to filter out out unwanted records. When I tried to print out this report to the screen, a blank record is displayed.
The datatype of the field is SmallInt and the parameter is String so will there be any problem. My code is as follow

select * from POAAPC WHERE
VENDOR = 'C017R' AND 'FISCPERIOD' >= '{?FROMPERIOD}'

Hope to receive your reply soon

Thanks!
Regards
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