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!
|
|
ListView
Posted: 22 Jan 08 3:40 PM
|
I have a ListView that works on v 6.2.0 but not on 6.2.3 any ideas why? Is this a known issue? HELP
|
|
|
|
Re: ListView
Posted: 22 Jan 08 4:05 PM
|
When you say "not working" what specifically is happening? Do you get an error about something? |
|
|
|
Re: ListView
Posted: 22 Jan 08 4:25 PM
|
It does not display the records, when they do display in the older version.
I have read a few places now that there are known issues with listviews and 6.2.3 SLX
Here is a question.
Can i create an external APP and have it load a datagrid with the contacts i want including thier contactID and then have that application pass teh contact ID back into SLX and pull up that contact in SLX? |
|
|
|
Re: ListView
Posted: 22 Jan 08 4:52 PM
|
I have many customizations with ListViews created in 6.2.0 that still work today on 7.x. There has to be something else that is causing the records to not load.
Yes, you can create external apps that access the SLX database. This article http://www.slxdeveloper.com/page.aspx?action=viewarticle&articleid=80 contains code that uses SLX COM to move to a contact record for an example.
-Ryan |
|
|
|
Re: ListView
Posted: 22 Jan 08 5:00 PM
|
I have many custom views also, only this one works in version 6.2.0 but not in 6.2.3 which makes no sense to me.
I dont need to access teh SLX DB from outside, I need to be able to double click a datagrid in an external app and have it pass the intormation back into slx and pull up that contact record. |
|
|
|