Click here to Skip to main content
15,919,749 members

Comments by ATjong (Top 4 by date)

ATjong 30-Oct-14 14:29pm View    
You should at least say how you are trying to do this.
ATjong 30-Oct-14 1:58am View    
Agree with RyanDev. Try to structure your question.
Which controls do you have? (how many and types)
What is the trigger for your action? (user clicks,binding etc)
What has to happen then?
What happens now?
ATjong 30-Oct-14 1:32am View    
As far as I know crystal reports work with a data schema, which only can be filled with a dataset with corresponding columns. It's not possible to fill each of the columns of the report's schema separately.
ATjong 30-Oct-14 1:21am View    
Did you check with sql profiler which query gets executed? is TNumID your primary key? Is it possible that there is a row where TNumID = null?