Results for the sgridSGrid/OGrid control -Does anyone know how to implement the SGrid or OGrid, or at least a link to these controls? for those who doesn't know SGrid, its like the one used by outlook. you can put multiple images, multiple rowheight...etc. OGrid is being used by SQL Enterprise Manager, where in multiple column SGrid Deployment - Hi all, My application has made use of the vbaccelerator sgrid control. When deploying it with PDW and install on a client PC (win98), it has problem. After installation and running the program, an error occurs when the sgrid is loaded: "Run-time error '0'" with the ti sGrid Question - How do you set an sGrid so that when you click a cell you can edit the contents? sgrid with VBA - I'm trying to work with sgrid 2.0 with VBA for autocad. when I fire my project it's crash with error " run-time error '0' ". also when i fire the " web sgrid demo " it's fire correctly. someone can help me?? thanks. An error with SGRID 2.0 Control - Hi all I am using the SGRID 2.0 Control from vbaccelerator and works great, but sometimes I have an error that closes my app telling me that: "a not allowed operation ..." well, this only happens sometimes when i load a form that contains a SGrid control, but for exampl Advanced SGrid 2.0 Modification, Custom Scrollbars help - Ok I need some assistance with combining this: http://pscode.com/vb/scripts/ShowCod...63527&lngWId=1 with SGrid 2.0 I know it will work, because SGrid draws its scrollbars with native win32 scrollbar api's... I don't need help making properties or actually drawing a scroll SGrid 2 - I am using the VBbaccelerator SGrid 2 and am having difficulties with the .Ensurevisible property. I have a grid with 400 rows and when I run .EnsureVisible 300,1 (Row 300, Column 1) it only just gets off the starting block with the scroll (5%- subjectively), but it should be more t VBAccelerator SGrid 2.0 - OLE Drag/Drop - I am currently working with VBAccelerator SGrid 2.0 and I was wondering if anyone has ever found a way to add OLE Drag/Drop or anything that resembles it. It doesn't have to use OLE - but I want to be able to drag the selected list item(s) into a treeview control and have it at least SGrid 2.0 as a cool alternative to Listview [Updated] - **Updated versions below this post** Here is a little example I have been toying with lately. It could be usefull in one of my applications managing databases. Allowing users to select and deselect multiple items and rows of data. I thought some of the code heads might appreciate SGrid - How do I disable horizontal scroll bar and change Column Header color - I'm currently using SGrid and I need to disable the horizontal scroll bar, and change colours of the Column Header to blue. Does anyone know which properties or settings that do that? sgrid and printing - ok, im trying to design a program that will help organize things at these racing events I run. Autocrosses for anybody that may know about these kinda things. I plan on using sgrid to display the information in the program, but we need the ability to print out the charts of racers. Using vbAccelerators SGrid - After being frustrated by the MSHFlexgrid, I had a look around here and lots of people seemed to like vbAccelerators SGrid I'm feeling like a bit of a fool, but I cant run their demonstration projects. I downloaded the binary, put it in C:\Windows\System32, registered it with r Saving SGrid with SaveGridData Problem (solved) - Hi to all... And here is another anoying SGrid 2.0 (VBaccelerator) problem... I'm trying to save the grid with Grid1.SaveGridData "C:\sgrid.tst" or Dim Xfile as String xfile = "C:\sgrid.tst" Grid1.SaveGridData xfile and i get a "Runtime SGrid and ellipsis button (Woka where r u) - Hi folks, I am using the SGrid (version 2.0). I need to show an ellipsis button in the grid row, which when clicked would show a file selection dialog. The selected file would be shown in another column. I have been able to place a command button in the grid row. However, when I SGRID2 Cell Data across multiple rows... - Hi, I've been using VBaccelerator's Sgrid / Sgrid2 for years. I am developing an scheduling application that shows different views (Daily/Weekly/Monthly) similiar to the way Outlook Calender presents appointments. However, I can't figure out how to show an appointment that stretch Picture in SGrid Cell - Hi, Guys.. I can't get this resolved... and has nothing to do because i'm Blond... Here is my Gordian Knot and i hope that in this Forum somebody could help... i've searched all the other Forums but nobody seems to know an Answer : I'm using SGrid from VBAccelerator and w vbAccelerator sGrid control...RowIndex - I am using the vbAccelerator sGrid control. I have added loads of rows and assigned a KEY to each one... How do I get the RowIndex for a given row KEY??? Since all row functions require the RowIndex ( a long varible ) and I only have the Kow Key. There is a function called ColumnIn Anyone used vbAccelerators SGrid - Downloaded it. Registered it. Downloaded necessary DLL Registered that. Tried to use it. Get Error '0' at runtime ! Terrific !!! PLease don't tell me I have to go back to that ****ty,****ty,****ty,****ty,****ty,****ty,****ty,****ty,****ty,****ty,****ty,****ty,****ty,*** SGrid FontSize Problem [Solved] - Hi And here another SGrid 2.0 VBaccellerator problem... I'm trying to change the Fontsize Property of the grid in Runtime... but it's not working. when I use SGrid1.Font.size=18 or SGrid1.Font.size=SGrid1.Font.size+1 and SGrid1.Font.size=SGrid1.Font.size-1 autoresize grid... - i am using VBA's SGRID control and i cant seem to find it's auto resize property... wat i want is for the corresponding row to change it's height (row.height) accordingly to the amount of text in that row... e.g. if i have three lines of data.. i want the row to expand so that it can a |