StrataFrame Forum

DevExpress version included in 1.5.1?

http://forum.strataframe.net/Topic4767.aspx

By StarkMike - 11/27/2006

Which version of DevExpress is included in version 1.5.1 of the Application framework? I just need to know so that when I update my StrataFrame I can make sure I have the appropriate version of DevExpress installed.



Thanks
By StrataFrame Team - 11/27/2006

I believe it's 6.2.3
By StarkMike - 12/4/2006

How could I check something like that? I just installed version 1.5.1 that was uploaded on 11/20. I dont seem to be having any problems and I'm running 6.2.3 of DevExpress.
By Tim Dol - 12/4/2006

Check the DevExpress references in the inherited UI source code. It's 6.2.3
By StrataFrame Team - 12/4/2006

Tim is correct... you can check the version of the DevExpress that is referenced by opening the MicroFour StrataFrame Inherited.sln solution from the source code folder and check the version that is referenced.
By Guillermo Vilas - 12/23/2006

Hello
I tried buy running the ProjectConverter from Devexpress 6.3 and then rebuilding the MicroFour StrataFrame Inherited UI project, I replaced the dll's using the bat file, but when I add a SF Devexpress form it still asking for the 6.2 version.
Any suggestions?

Thanks

By Ivan George Borges - 12/26/2006

Hi Guillermo.

The following topic might help you:
http://forum.strataframe.net/Topic2340-7-1.aspx

Cheers.

By Michael Reese - 12/27/2006

Hey Ivan

I am using Infragistics as well. Do you use the Ultragrid? And if you do not mind, can you tell me how you call a form in add mode? I can successfully call a sf form in edit mode, however, I randomly get an error regarding the rowindex being out of range??

I have a ultragrid on one sf form and call another form from the selected row.

Thanks Much

Michael

By Ivan George Borges - 12/28/2006

Hi Michael.

I do have an Ultragrid dropped in one of my forms, but haven't done anything like what you're trying to accomplish. Will try to figure out here, but if I don't, just wait a couple of days and the SF guys will be back here to help you next week.

Cheers.

By Michael Reese - 12/28/2006

Thanks Ivan

Yeah, I am almost there with the grid. Probably something dumb in my code when commicating with the BO!

By StrataFrame Team - 1/2/2007

Can you guys give me some more info on what you are doing to make it throw the CurrentRowIndex out of range exception?  I'm not sure where to start testing Smile