Re: Working with Sheridan Grid
From: Vlad (vovan.c_at_verizon.net)
Date: 03/17/04
- Next message: Jane Ransom: "Using VBScript to create a server side word document from an asp"
- Previous message: sreeni: "Problem with scrrun.dll"
- In reply to: Bonj: "RE: Working with Sheridan Grid"
- Next in thread: Ken Halter: "Re: Working with Sheridan Grid"
- Reply: Ken Halter: "Re: Working with Sheridan Grid"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 17 Mar 2004 08:52:18 -0500
I agree 100%. But the application I'm working on now is a pretty big and
complex. Current requirement is to move it from Access to SQL Server as
quick as possible. First step is to move data to SQL Server and make links
from Access to SQL Server. It will allow to start to use SQL Server with
minimal rewriting of the VB code. Then module by module will be rewritten in
order to work with SQL Server directly.
So far I did not see any serious problems with Sheridan Grid. So, if I will
replace this control with native MS control, it will be done in future only,
when I have the time.
Now I'm just looking for the fastest ways to switch to SQL Server
Thank you
Vlad
"Bonj" <anonymous@discussions.microsoft.com> wrote in message
news:2305E035-3D94-4C7E-937E-E6FA7631A346@microsoft.com...
> 3rd party grid/databound controls are poor, for the following reasons:
>
> a) They are not as controllable as the right combination of your own
controls and code, so no matter how rich in functionality the 3rd party
control is, you will never get it looking just the way you envisaged at the
outset.
>
> b) They are often built by poor programmers, possibly less experienced and
skilled than you are. They are intended to make profit, not to give you a
great application. As such, they are often rushed off and built in a very
slapdash way and contain lots of bugs - as long as they are generic and
vaguely work, they will get released.
>
> c) Support for 3rd party databound controls is often very poor or
non-existent, and source code is not often made available.
>
> d) They make you look lazy / incompetent like you can't program a data
report yourself.
>
> Much better to use your own combination of custom controls and/or VB
controls such as listbox, listview (MS windows common controls), textbox,
etc. to give your application a polished look that you can be proud that
you've built yourself the way YOU want it.
- Next message: Jane Ransom: "Using VBScript to create a server side word document from an asp"
- Previous message: sreeni: "Problem with scrrun.dll"
- In reply to: Bonj: "RE: Working with Sheridan Grid"
- Next in thread: Ken Halter: "Re: Working with Sheridan Grid"
- Reply: Ken Halter: "Re: Working with Sheridan Grid"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|