Subject | Re: [IBO] Three questions |
---|---|
Author | Artur Anjos |
Post date | 2002-02-16T00:02:18Z |
2 (not very complete) answers:
(btw, I don't use the native IBObjects for the Grids also).
Artur
[Non-text portions of this message have been removed]
>I heard that to view/print reports it's better usingTIB_Cursor is unidirectional, and TIB_Query is bidirectional. TIB_Cursor saves some resources this way, what makes it faster.
>TIB_Cursor component.
>Is that true? Why?
> It's a good idea to update/insert values within a gridThey could be: in a grid you usually get some rows from the server. I think you must choose to use a grid or not for all reasons, not only performance. Something like doing an invoice, for example, does not need a grid for the master part, but I'm shure your users will love to have a grid showing them the details.
> with IBObjects and Client-Server? We are not
> using the native IBObjects, so we use another grid. I
> heard that the grids are very bad for performance.
(btw, I don't use the native IBObjects for the Grids also).
> Is there any problems using form inheritance in aOps, don't know what you mean by this. (I can not establish a relation)
> Client-Server application ?
Artur
[Non-text portions of this message have been removed]