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 example, I could open the same form forty times and don't give an error so i have no idea where can be the error
My question is if you people have seen the same error? or have another problem with that control?
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
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/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 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.
sGrid Question -
How do you set an sGrid so that when you click a cell you can edit the contents?
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
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
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 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?
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
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
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
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,***
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
Run time error '0' -
Hello,
I have developed an application using a MDI form with multiple child forms. This application is a database client that connects to MySQL server. I use SGrid control to display all my data. I got this control from vbaccelerator.com.
The application run fine but once in a wh
Memory leak Unexpected error -
Hi everybody
I saw there already is a thread about this error , but after I read it, I can't say I'm sure it's the same problem like mine.
I have a complex project in VB6. It has lot of forms with lists ( using vbaccelerator sgrid 2.0 for that). When I run it, it works just fine. Aft
[NO RESOLUTION]Combobox displayed in SGrid automatically, not after mouse click. -
I've upgraded an application from VB3 to VB6, and replaced TrueGrid (VB3) with Sgrid 2.0 (VB6). The default functionality for SGrid is for the combobox to be displayed only after the user clicks a cell in the Sgrid. I want the combobox to be automatically displayed in the Sgrid when th
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
problem with registering ocx from vbaccelrator.com -
Hi,
I'm trying to to run the demo SGrid project found at http://www.vbaccelerator.com but I'm having a problem registering the required ocx. I was able to register the DLL without a problem but the ocx gives me the following error message when trying to register:
LoadLibrary (c:
Activemovie control Error!! -
I've recently been working on my own mp3 player and I'm using the activemovie control. I'm pretty sure that there is nothing wrong with my code because I've checked every conceivable thing... anyways, every time I run my program with the activemovie control on my form I get an unknow
text alignment in S Grid 2.0 -
I'm messing around with SGrid in one of my apps and I would like to align the text in the cells. I know I can do it by looping through each cell but is there a way to do it for the entire grid all in one shot? For example, right now I go
For a = 1 to columns
For b = 1 to rows
control loading problem.. -
Hi,
I created an ocx control and it works fine. But every time I re-open the project in VB6 which uses that control, I get the following error out of the error log:
Line 15: Class bsac.Send of control ebs1 was not a loaded control class.
Any idea what this means and how to fi
Microsoft Calendar Control Error.. -
I have added a Calendar Control in a Form. After some days when i clicked the control to change some of its properties, VB IDE got stucked. and when i ran the project An error message is displayed
-2147352560(80020010)
'Automation Error ...
Invalid Callee..'
I reinstalled my
Runtime Error 372 -
Help!!!!
I got this problem for a whole year!!!
I keep getting the error 372
Failed to load control xxa from xxb.ocx. Your version of xxb may be outdated. Make sure you are using the version of the control that was provided with your application
1. xxb.ocx is a user control
Vsreports Error -
I am trying out Component One's VSreport 8.0 control along with the printer control. The controls work but when I attempt to save my VB form with the VSReport control on it I keep getting an error. It says :
System Error : &H80070057(-2147024809) The parameter is incorrect.
Error 372, Sometime happen and some time not -
I hit the following error:
Run-time error '372'
Failed to load control 'ABC' from ABC.ocx. Your version of ABC.ocx may be outdated.
Make sure you are using the version of the control that was provided with your application
The strange thing is I run the same program, sometimes
Copy control name -
I do not understand why I get this error: when I create variable as Control and then try to equal it to some other control I get an error about Object declarations and not using With. What's wrong with this:
Public Contro as Control
Contro = txtText1 ???????
Compile error when adding a user control to another user control -
I created a user control to handle vendors info (add, updated, etc), now I'm trying to add another user control I created for Ship-methods and once I add the user control to the vendor user control I got this error:
Compile error:
Private object modules cannot be used in public o
How do I display vertical lines only in MSFLexGrid [RESOLVED - Replace with SGrid] -
Does anyone know a way of displaying vertical lines only in an MSFLexGrid?
In other words, displaying vertical lines to separate each column, as in the picture below?
------
| | | |
| | | |
| | | |
------
My project manager won't sign-off my software application until I can
How to get around missing Internet Exploerer control -
I have made a custom form for an Excel project. On the form is an animated GIF. To display the gif, I am using the Internet Explorer control. However, it is possible that some users of the form may not have I.E. available. To accommodate that, I have a non-animated gif in an image cont
Terminal Server VB IDE troubles -
Hi Folks,
I am working in a Citrix Terminal Server environment for development. I get an error related with the third party controls in my vb 5.0 project.
This error is not occurring regularly. The error message that I keep getting is :
Line 31: Class MhgkeyLibCtl.Mh3dKeyStat of
Adding Mouse-Wheel-Support -
Hi
How can I add Mouse-Wheel-Support to the sGrid from http://www.vbaccelerator.com ?
Data control & DataGrid ocx problem -
Hi,
I’m using a VB6 Pro SP4 (the latest). Here’s the problem:
1. I add Data control and DataGrid control (MSDATGRD.OCX) to the form
2. I connect Data control to Biblio.MDB and set RecordSource to one of the tables (Authors)
3. When I try to set DataSource of DataGrid I get the
WebBrowser 2.0 control and frames. -
Hi,
When I try to access the source code or a control contained in a frame from the WebBrowser 2.0 (VB 2005 Express) control I get the following error:
Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
Can anyone tell me why I am getting this error or may
Not A Loaded Control Class -- Info to Correct -
I just received this error iin a program I've been running for years without a problem.
The way to fix it is:
<quote>
1) Determine which control is causing the error
(this will require you to debug your code)
2) Go into the *.vbp file and remove the line referrin