
Help required for transferring VBasic 3.0 (16 bit) to VBasic 5.0
Hi,
I have a big project in Vbasic version 3.0 (16 bits) and I want to
transfer it to Vbasic version 5.0. In this project I heavily used Grid.
As you are aware, version 5.0 doesnt support Grid any more and instead
it had DBGrid. My question is: can I just change all Grid into DBGrid or
I need to rewrite most of my project?
In Grid, I usually refer to row and column to find a word or text
(*.col, *.row), is it still possible to do the same thing in DBGrid?
Actually, I changed one of the occurrence of Grid into DBGrid, but VB5
doesnt recognise it as key word!! Any suggestion for this one?
Regards
G. Shiraz