sGrid Question -
How do you set an sGrid so that when you click a cell you can edit the contents?
sGrid Question -
How do you set an sGrid so that when you click a cell you can edit the contents?
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
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 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.
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
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
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
[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
Adding Mouse-Wheel-Support -
Hi
How can I add Mouse-Wheel-Support to the sGrid from http://www.vbaccelerator.com ?
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:
Help with frames -
Hey everyone, in one of my forms I have an SGrid (I dont think this problem is going to be SGrid related) and I was able to sucessfully able to insert a row below the certain selected rows, which would contain a frame inside the borders of the cell. The reason I am wanting to do this i
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
Sgrid 2.0 column width -
I'm using the following with www.vbaccelerator.com 's Sgrid control to set the width of my columns after I add them.
VB Code:
.AddColumn 1, "Low", ecgHdrTextALignCentre .AddColumn 2, "High", ecgHdrTextALignCentre
SGrid help with editing cells -
Hi everyone, I have been using S Grid in my app and its been working great. Now I am trying to do something though I havent done before with SGrid, editing the cells. In the new grid I have created I have 2 columns. One column shows the titles/captions and the other is all the cells th
Can Some One anwser this -
If someone can answer these questions correctly, i will give you rep.
QUESTION 1:
¿Como estas?
QUESTION 2:
¿Que gusta hacer?
QUESTION 3:
¿Como te llama?
QUESTION 4:
¿Cuantos años tienes?
QUESTION 5:
¿Como eres?
FINAL QUESTION:
¿De donde eres?
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
SGrid 2 grouping and editing -
Hi all,
I have a problem with editing data in SGrid 2. I'm connecting to SQL Server 2000. When user clicks on a row in SGrid 2, set of controls(datepickers, text and comboboxes) is filled with data from that row.
Data is edited in those controls and everything works fine if I dont dr
[2005] User Logon & Loading Questions. -
Ok i have a program that i have to design that will let a user login with their username and password and also create a new user which will then be stored somewhere.
My question is what is the best way to go about this? Is it storing it in a separate text file? If not can you explai
VB.net + ASP.net Query! -
Hi,
I have a question.
I want to design a program like this forum .. but very simple ..
I mean some one will ask a question ? and a talented guys like u will reply ...
.....Now my question is how to display history question + allow to post reply ..
should I use datagrid
[2005] Several (I think) Easy things to do in DirectX (Help) -
Ok, I have a few questions, I have no idea how to use any of DirectX's functions, so I have to ask a bit until I understand
Question 1: I need to change the color of the background, how can I do this
(I've tried this):
Question 2: How do I load a model from my computer?
Qu
random acts stange -
i have a program which shows number of question and there answers, and i would like to use the random to show the questions. but it acts strange..i.e if i have 5 question for the first run it would give question 2,3,4,5 and never shows 1
nest run question 4,5 and never showes 1,2,3
Answer a question, ask a question -
Here's how this game goes:
I post a question here, next poster answers it, and puts in his question. Then the poster after that answers it, and puts his question in...
I start, duh.
What's your favorite beer?
[2005] How to hide a form when Minimized -
Dear All,
I have one question. Hopely you have the answer about my question. My question is when i minimized my form only show the icon in the taskbar. Do you have solution about my question. Thanks...
Regards
Hiesan
Read strings from txt -
I have a txt file like this:
1,question,answer
2,question,answer
...
If I need question 4 (for example) and I want the question in lblQuestion and the answer in lblAnswer, how do I need to do this? I think i need to use line input but I don't know how.
Can somebody help m
Insert picture in a text -
I have got one problem. I am creating a question bank. The questions are all multiple choice. Now in the question there may be only text or picture or both. Can anybody support with the code how to do this thing and how to store the question. The question should appear exactly in the s