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 title of the message box shows "vbAcceleratorS-Grid Control".
I've already tried to register the activeX control on the client PC with regsvr32.exe, but the error still exists.
What's will be the problem? Does sgrid supports on win98?
Thanks!
Meeko
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 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
Deployment issues with ActiveX -
I have two win98 machines. One is the deployment computer the other the development box. I have code running on deployment computer that uses ActiveX exe files. When I run the app on the computer all ActiveX exe files are found and the program run np.
When I move a newly compiled v
App & Deployment Management -
Hi Guys,
Scenario:
One application (VB.Net), and one released deployment solution (contianing the application).
How do you manage bug fixes/improvements?
Do you fix up the application, then remove and re-add it to the deployment solution? Or
Do you you archive the applicatio
OneClick Vs Deployment Package -
Hi All,
after getting so little response from my last post, i thought i would try a diffrent tack.
Can anyone tell me the differences between OneClick deployment and the Package & Deployment program that comes with VS.Net Professional ??
I am having problems with OneClick,
HELP ON VB.NET Deployment -
Hello All,
I apologize if this is something that has been discussed, but I am trying to put together a deployment and am having trouble finding an answer to this:
I have added the User Interface Testboxes(A) to my deployment, and there doesn't appear to be any property exposed li
DB hardcoded -
I read and followed various faqs regarding deployment and everything works fine accept that the newly installed app will only access the database at the original pre-deployment location, not the new install folder. Don't the database connectionstrings get converted or modified after d
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
register a DLL in a setup / deployment -
I am creating a setup / deployment package for an application that I wrote so that someone can simply launch the setup / deployment in order to install all necessary components for the project to work correctly
what I would like to do is include code that will register a couple DLL
[2005] Visual Basic Deployment Issue.. -
Hi Guys..
New to .NET deployment .. I have added a new deployment project to the solution of the project. Now it builds successfully but does not take any dependencies. I have used some 3rd party DLL for the project which are added in the references of the project. But the Deploymen
Package and deployment software -
Hi everyone,
I always found difficulty to package my project by Package & Deployment Wizard which come with Visual Studio. Can anyone recommend me are there any other deployment software or methods beside using this? thanks.
Software Deployment Process -
Hi all,
I am writing a paper on the Sofwtare Deployment Process and I need a few ideas about the importance of Software Deployment in general. Could you provide me with some? Unable to find on the web why it's important.
Also, it would be great if you have some ideas as to what t
Deployment Project - *UNresolved* -
hey, the help in vs says that you do this to create a new deployment project...
To create a new deployment project
On the File menu, point to Add, and then click New Project.
In the resulting Add New Project dialog box, select the Setup and Deployment Projects folder.
Choo
deployment v installation -
Firstly, I hope you all had a good festive period. Full on ale and food and are looking forward to a new year.
So, my question. Is there a difference between deployment and installation? I ask because when I deploy my app, it always gets 'installed' to c:\applications and settings\s
install .Net Framework during deployment -
is there a way to install .NET Framework on the targeted computer during the deployment process?
is it a must to install .NET Framework first before the deployment of the application that ive wrote?
can it be done in a setup program?
thx in advance!
-Jeffrey-
[2005] Deployment Issue of Web Application written in ASP.net -
How much is the cost for the deployment of web application written in ASP.net?
As we all know that producing a website written in PHP and MySQL the company has nothing to worry for it is absolutely no cost, for the development, deployment, and for the production, no licensing requir
Created deployment project, now what -
I have never properly deployed my .NET projects before, I always use Xcopy deployment. Now I have to deploy to a bunch of computers so I made a setup and deployment project and built it for release. I tried installing it on my computer and it worked. I'm just wondering if I were to
Package and Deployment Problem -
Hi,
I have designed an installation wizard using Package and Deployment Wizard, but after testing, it has created shortcuts in Program Files but does not include Uninstaller. Is Package and Deployment creates uninstaller, if yes, how ?
Thanx
Customizing the Package and Deployment Wizard -
Hi!
I want to Customize the Package and Deployment Wizards.In other words i want to Insert my pictures and slogan into Package and deployment wizard.
Thanks in Advance
(Vishal Mongia)
Package and Deployment and MDB -
I've searched high and low but haven't found the solution to this.
I'm including an MDB in my package and deployment wizard but I'd like to test during deployment if a previous mdb file exists and if it does then a message window would ask the user if he would like to overwrite the
Deployment Issues -
If I use the flexgrid of vb6 in a .NET application, will I loose the XCopy Deployment feature of .NET?
how to add uninstall in packaging and deployment -
how to add unistall menu in creating the packaing and deployment wizard in vb
Installation, Packaging and Deployment problems -
Im using VB6-MSSQL7-ADO, what all steps do I need to take at the time of running Packaging and Deployment Wizard to ensure that program runs fine ??...coz after installation my program is giving an error msg in german:
RunTime Error -2147467259 (80004005)
(DBMSSOCN)Allgemeiner Net
Deploying App -
I have packaged my app for deployment. The Deployment wizard created a setup.exe and a .CAB file. Which one do I distribute to my users?
To learn and to earn! Package and deployment.. -
Hi all
This is somewhat of a constant equation of trouble for me when deploying scripts or and working on setup applications.
Using Package & deployment Wizard: (I am only interesting with PDW no third pary software is to be considered)
I have already deployed my applicati
Creating a deployment package - buty i only have the Express Edition of VB.Net -
Hi all,
i have only got the vb.net Express Edition and yet i would like to create a Deployment package for an application i have written.
As far as i can see the Express Edition does not have it's own Package Wizard (which is somewhat annoying), but what i would like to know is a