Hi I am trying to grant a role to a user from within my application. Using TIBODatabase & TIBOQuery components. (recently converted from BDE) The user exists...
Hello, jackmills75! You wrote to <IBObjects@yahoogroups.com> on Wed, 01 Mar 2006 14:24:28 -0000: j> Hi j> I am trying to grant a role to a user from within my...
Thanks Dany! Yes, this is what I want: ... ===================================================================== Now, I will try on Your and Helen way.I think...
... That one is just tooooo simple. If your SQL statement starts with SELECT, you use Open (or, in the case of IB_Cursor, First). All other SQL statements,...
... is ... problem ... to ... scenes ... the ... Oh, and "defaults" for Stored Procedures isn't supported yet... Martijn Tonies Database Workbench - tool for...
... components with TIBODatabase as their IB_Connection. ... Thank you Helen I will take your advice. As a matter of interest, does using IB_DSQL give a speed...
I can't find any documentation about various functionality in the Query Editor and would really appreciate some guidance: 1. What is the function of the first...
(Using ibo 4.5b) When I am at the last column of an ib_grid and press Enter key while the row is in dssedit state, the underlying dataset is posted and ...
... Yes, of course! ... A T**query component is designed for use with datasets. Datasets come from SELECTing sets. Executable statements don't have datasets,...
... That is for the SQL property of your dataset (the SELECT statement). ... If your query has a) correct keylinks and b) RequestLive true, then these buttons...
... Yes. ... By that, do you mean that you call Sysutils.Abort? ... Abort is definitely nothing like a Dataset.Cancel. If indeed you call Abort, then what...
... Use the ParamName property instead of the Datafield property (of TIB_Edit, TIB_Combobox, TIB_Radiogroup, etc.) and bind the parameter name to it. Then you...
... you ... them ... I hope to come back in six months & tell you what a native IBO scalar control is (busy getting the physics book out). I will follow your...
... Sorry. In SQL terms, a scalar output value is one field from one row. I don't know another word to describe a control that is designed to display/target a...
Thank you, Helen, for your reply. Please see inline. ... necessary. ... Exactly. Sysutils.Abort; ... default ... some ... I do not want to Cancel the edit...
... OK, TIB_Grid is a TCustomGrid descendant. Its OnKeyPress event is too late to pre-empt the inherited behaviour of OnKeyDown, so intervene at OnKeyDown...
... won't ... I forgot that I hooked a tib_keynavigator to my app. This component handles most of the keyboard events in IBO controls, hence, my keyboard...
hello Helen, ... so you could use this mechanism like a sort of search if the parameter value that you enter in the control is in the WHERE clause: SELECT BAR...
... Yes, exactly. :-) For example, say I have a couple of journal displays in ib_grids, one showing credit transactions, the other showing debits. They are...
hello Helen, thanks for the clarification :-) ... so the trick is - taking your TIB_radiogroup as an example - to create an OnClick handler for the control and...
The way I do this is to refresh a TTimer with an interval of 300 ms after every key press. If user stops typing for 300ms, the query is refreshed by the...
... I suppose you could, but it's not what I do, since changing the values in parameters is like a "deliberate" and optional thing. Anyway, I'll often have...
... I have just upgraded to Firebird v1.53 and I too have started to get this error when my application shuts down. It doesn't happen everytime, but...
Let's talk about the TIB_Ledger. The help file has no description about it. The website says it is for a spreadsheet style layouts that accountants like. ...
Anthony Tanas
anthony@...
Mar 4, 2006 2:22 am
38254
... Not sure what stage you're at with IBO but I guess it's worth noting that a) you have write runtime code to connect to databases and open datasets and b)...
... To the extent to which IBO is compatible with Fb/2, yes. There are still some issues we know about (EXECUTE BLOCK and now-illegal queries on the system...