Subject | Re: [IBO] Please help me |
---|---|
Author | james_027 |
Post date | 2005-02-12T02:32:47Z |
> Yes. You will also get the InsertSQL prepared if you scroll a livedataset
> past EOF.What do you mean by live dataset? I dont have my RequestLive property
set to True.
> If you don't want a live dataset at all, don't set XXXSQL propertiesand
> don't set RequestLive true.live or
>
> If you want to have it so that you can decide whether it will be
> not, according to some run-time conditions, then set the propertiesof the
> linking IB_Datasource to suit your needs. Look at CanModify,AutoEdit and
> AutoInsert.state is
> Alternatively, just set the RequestLive and xxxSQL properties of the
> dataset at run-time, as required.
> Going by some of your earlier confused posts about the way dataset
> automated.....where you want some users to be able to updatedatasets while
> others can't - define a Boolean property of the form or datamodulethat can
> be set at connection time to condition what specific users/roles areprivileges with
> allowed to do. Assuming you use roles, or you set up user
> enough granularity, your code can read this property at any time andmake
> decisions according to its value.How do i do this? That IBO will know what previlidges are allow to the
user/roles?
Thanks a lot Helen.
James