9/14/2025 4:29:10 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss usage & tips for SalesLogix controls and other 3rd party ActiveX controls. View the code of conduct for posting guidelines.
|
|
|
|
Column data is invisible in datagrid
Posted: 13 Dec 07 4:55 AM
|
Good day everyone. Please help me to solve a little problem. I have a datagrid and i wan to add another column to it. I wanted to add a column for a field in another table and made a join for this 2 tables. Then i've checked in SQL properties that SQL is correct (Launched SQL in TOAD). The result in Toad was as i need. But when i've made a new release of a from with this datagrid, the new column was absent, but i know that this data is posted into the table. Can u advise me some? |
|
|
|
Re: Column data is invisible in datagrid
Posted: 13 Dec 07 10:38 AM
|
Was the actual column absent - or was it there with no data. Run SLXProfiiler (found in c:\pf\saleslogix and ascertain was is actually being sent to SQL. Running the query in Toad will only show you the query being sent to the provider. The provider will then analyse that and add in security to prevent the user seeing stuff they are not entitled to e.g. select * from table is automatically re-written as select * from table where .... The SLXProfiler will detail your original query and also the actual query sent - you should be able to track it back from there. |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|