Search the web
Sign In
New User? Sign Up
IBObjects · IB Objects support list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 38652 - 38681 of 44319   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
38652
I have tried to follow the Getting Started example of lookups in a TIB_Grid so it will use a LookupCombo for these fields. It just won't work for me. I'm...
Terry
christotwy
Offline Send Email
May 1, 2006
3:32 pm
38653
... This is an editing mechanism. Is the main dataset live? (RequestLive=True or custom XxxxSQL defined). When the set is live, the combobox should replace...
Helen Borrie
helebor
Offline Send Email
May 1, 2006
9:58 pm
38654
TCustomComboEnh has a memory leak. It creates a TFont, but it doesn't free it. Fix: Add in TCustomComboEnh.Destroy the line FDropDownFont.Free;...
Andreas Hesse
fisch50de
Offline Send Email
May 2, 2006
1:02 pm
38655
... I didn't see anything in the Getting Started Guide about setting any datasets "live". I'm just using it as the Guide explains. ... Polling KeyLinks...
Terry
christotwy
Offline Send Email
May 2, 2006
6:30 pm
38656
... OK, the embedded lookupcombo goes into action when the dataset is "live", i.e. editable. (RequestLive=True for a simple query, or using custom XxxxSQL for...
Helen Borrie
helebor
Offline Send Email
May 2, 2006
11:22 pm
38657
hi-- i have a copy of IBO 4.2Ha and it was working fine (i use the tIBOQuery, tDataset.... components). I tried downloading and installing the 4.6 Eval Kit. ...
bwc3068
Offline Send Email
May 3, 2006
1:19 am
38658
... When did you download this kit? ... Some versions of the installer program have caused problems on some systems... ... Missing or lost... ... Yes, this and...
Helen Borrie
helebor
Offline Send Email
May 3, 2006
1:35 am
38659
Hi I have a readonly transaction (tiCommitted) where a query (TIBOQuery) is run (left open) and then the underlying data is changed (additions and deletions)...
Robert martin
chreos3
Offline Send Email
May 3, 2006
2:23 am
38660
Hi Robert, ... Yes IBO does often create SQL to locate the value of the key, which it then tries to locate in its buffers or retrieve from the database....
Geoff Worboys
gworboys
Offline Send Email
May 3, 2006
2:50 am
38661
Thanks for that Geoff Makes perfect sense, I hadn't thought about IBO going to the server for records not in the buffer. The FetchAll didn't fix it but...
Robert martin
chreos3
Offline Send Email
May 3, 2006
3:14 am
38662
... It *will* refresh itself if it is asked to locate something that is not in its buffers. The Read Committed transaction can see changes made by other...
Helen Borrie
helebor
Offline Send Email
May 3, 2006
4:27 am
38663
Hi Not really :) we are looking at a maximum of 24 records to return and with just locating in the buffers it shouldn't be a big deal. It is a nice way to...
Robert martin
chreos3
Offline Send Email
May 3, 2006
5:01 am
38664
I have a table created in my early days of Firebird/IBObjects. The software I used to create the database allowed lowercase and unaware of potential pitfalls I...
Mike Hickman
mikesthbris
Offline Send Email
May 3, 2006
7:21 am
38665
... This isn't an IBO question...but no, you'll need to recreate the database without the quotes and pump the data into it. FYI, as an example, an object...
Helen Borrie
helebor
Offline Send Email
May 3, 2006
8:12 am
38666
... key,foreign key) ... That was the problem. It's kind of strange, since the spaces didn't break anything else until I tried to use the LookupCombo in the...
Terry
christotwy
Offline Send Email
May 3, 2006
1:48 pm
38667
Rob, ... I cringe too. You should not make important application logic determinations based on subtle nuances of a component set's behavior. Your assumption...
Jason Wharton
kylixguru
Offline Send Email
May 3, 2006
4:03 pm
38668
Has anyone by chance converted the telesis packages over to bds2006? I don't really know much about package conversion and I tried but I got a number of...
jaguarius2003
Offline Send Email
May 3, 2006
4:05 pm
38669
I have a new evaluation version just on the cusp of being released. If you can hold tight just a bit I'll have it sent out. If you want to trial run it for...
Jason Wharton
kylixguru
Offline Send Email
May 3, 2006
10:24 pm
38670
Using TIB_DSQL for a SELECT statement is perfectly acceptable as long as you actually want an error/exception if anything other than a single record only is...
Jason Wharton
kylixguru
Offline Send Email
May 3, 2006
10:28 pm
38671
I (desperately) need to change the glyphs on the one TIB_Updatebar I added to my application to match the glyphs on all the other (TMS) Navigators at my...
clivewalden
Offline Send Email
May 3, 2006
10:58 pm
38672
... It is! Thanks, Clive....
clivewalden
Offline Send Email
May 3, 2006
10:59 pm
38673
HI Clive, I just reviewed source for update bar. If you have latest source it should work already. If you don't then Find LoadCustomGlyph procedure and set...
radevojvodic
Offline Send Email
May 4, 2006
6:00 am
38674
... Thanks - Will do. Clive...
clivewalden
Offline Send Email
May 4, 2006
3:13 pm
38675
Hi I have a strange problem with TIBOQuery (v 4.6A), when I want to locate a record 1) Select A.NR, A.StartDate, A.ForeignID ... From Table1 A Order by...
scr0546
Offline Send Email
May 9, 2006
9:00 am
38676
Hi All, I try to encrypt/decrypt data in the OnGetText and OnSetText events. Dataset is a TIBOQuery. Dataset.fieldByName('somedata').OnSetText:=scramble; ...
John vd Waeter
pa3erp
Offline Send Email
May 9, 2006
1:12 pm
38677
There was a need for custom draw in cell with state in gdFixed. Tracing to the sources I could find that OnDrawCell event of TIB_Grid is only called if cell's...
Andreas Pohl
pohl_lenting
Offline Send Email
May 9, 2006
2:20 pm
38678
Hi, I want to maintain a field in a table with the date a record was created or modified. What would be the best way to do this, INSERT and UPDATE triggers? ...
gerrwes
Offline Send Email
May 9, 2006
8:19 pm
38679
You should use the DisplayText property instead of AsString if you want these events to work. Jason Wharton...
Jason Wharton
kylixguru
Offline Send Email
May 9, 2006
8:20 pm
38680
... I'd love to, but how? This property is just a read-only string. How would I have to use it to make OnGetText/OnSetText work?...
John vd Waeter
pa3erp
Offline Send Email
May 9, 2006
9:16 pm
38681
... alter mytable add last_modified timestamp; ... Firebird 1.5 or higher: create trigger all_mytable active before insert or update as begin new.last_modified...
Helen Borrie
helebor
Offline Send Email
May 9, 2006
10:47 pm
Messages 38652 - 38681 of 44319   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help