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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 31236 - 31265 of 44319   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
31236
Helen, H> It's another boy, as yet unnamed, making the score M:3, F:2. it must be increasingly difficult to come up with good free names. ;-) H>...
Nando Dessena
nandod2ita
Offline Send Email
Jun 1, 2004
7:43 am
31237
Great, I've been awaiting that guys appearance since Fulda. Well done, Sarah and congratulations to Jason as well! Set ... F:2....
Svein Erling
svein_erling
Offline Send Email
Jun 1, 2004
9:58 am
31238
... Jason: congratulations to all of you! :-) Greetings, Paul Vinkenoog...
Paul Vinkenoog
neckarelzer
Offline Send Email
Jun 1, 2004
10:04 am
31239
... Well my congratulation and all best wishes, too. If you're still looking for a name, how about . Edward - so you already have a nickname like .ned ;-) Luc....
Lucas Franzen
biber_et_luc
Offline Send Email
Jun 1, 2004
10:21 am
31240
Hi! Anyone please can tell me what's wrong with the following piece of code: void __fastcall TForm1::IB_Grid1GetCellProps(TObject *Sender, int ACol, int ARow, ...
clatu_earth
Offline Send Email
Jun 1, 2004
2:06 pm
31241
Alexandre, ... I just have Delphi, so you have to convert the code back to C, but coloring a row in a TIB_Grid is - for me - working that way: with IB_Qry1 do ...
Lucas Franzen
biber_et_luc
Offline Send Email
Jun 1, 2004
2:32 pm
31242
... The problem was I missed the following: BufferRowNum := IBGrid1.DataRow[ ARow ]; That are used to sync the dataset buffer with the Grid buffer. Thanks Luc!...
clatu_earth
Offline Send Email
Jun 1, 2004
3:02 pm
31243
... The ... I need to know how and where to specify the return parameter. This is what I have in the SQL property of the TIB_DSql component: execute procedure...
sgharp
Offline Send Email
Jun 1, 2004
6:24 pm
31244
... They have to be part of the sp itself. CREATE PROCEDURE SPGETLEDGER ( PVENDORID SOMETYPE, PINVOICENUMBER SOMEOTHERTYPE ) RETURNS ( SUCCESS...
Lucas Franzen
biber_et_luc
Offline Send Email
Jun 1, 2004
6:31 pm
31245
... That did it. Thanks. I assumed that since you have to specify input parameters, you'd also have to specify return parameters....
sgharp
Offline Send Email
Jun 1, 2004
6:55 pm
31246
I have a field called PROJ_ID which is the Primary Key in an interbase table. When I try to save a new record I get an exception 'PRJ_ID is a required field'. ...
richscheuermann
Offline Send Email
Jun 1, 2004
8:16 pm
31247
... Hi Rich, Why do you want to have the pk calculated on the client? All my integer pk's are calculated on the server. The following script defines a...
constantijnw
Offline Send Email
Jun 1, 2004
9:02 pm
31248
... Calculating key values on the client is a mistake. Ideally, pull PKs from a generator (as described by Constantin) and set the GeneratorLinks value(s) in...
Helen Borrie
helebor
Offline Send Email
Jun 2, 2004
12:29 am
31249
Hi guys, I have this statement execute in ibexpert and the result was the one I expected when all parameters are null. But in IBO this statement fetches all...
James
james_027
Offline Send Email
Jun 2, 2004
5:26 am
31250
... What is being passed in these parameters? Helen...
Helen Borrie
helebor
Offline Send Email
Jun 2, 2004
5:44 am
31251
Hi James, write a program that display 100 lines with the following text: "NULL is a state, not a value". You seem to be using two parameters named :null and...
Svein Erling
svein_erling
Offline Send Email
Jun 2, 2004
7:27 am
31252
hey hey, just thought id tell you guys about this free debt consolidation site that reduced my monthly payments by damn near half, no more worries about bills!...
pvxunul50
Offline Send Email
Jun 2, 2004
10:50 am
31253
I want to catch edits on a field which displays and is editable in an IB_Grid. I want to intercept the edits and rudely strip the comma character from the...
Alan McDonald
metaalan
Offline Send Email
Jun 2, 2004
12:45 pm
31254
Hello everybody! Maybe someone could help me with this: Is there a method to detect which firebird version is running with my application? I need to know when...
trocek2001
Offline Send Email
Jun 2, 2004
12:50 pm
31255
Hi I´m having problems with a query, when the query have many "joins" and I place the clause "order by" the application freeze. In IBExpert freeze too. The...
Rafael Colucci
tecnologia1@...
Send Email
Jun 2, 2004
12:53 pm
31256
... What does the following bring up when used against the embedded server? IB_Connection1.Characteristics.dbVersion; Alan...
Alan McDonald
metaalan
Offline Send Email
Jun 2, 2004
12:55 pm
31257
Hi Rafael! I doubt your application freezes, most likely it is just taking a lot of time. Whatever the reason, it is most likely something to do with ...
Svein Erling
svein_erling
Offline Send Email
Jun 2, 2004
1:35 pm
31258
... OK, last night I made five test cases with the kokkok test data, with a variety of statement objects and transaction options. The Firebird 1.5 crashing...
Helen Borrie
helebor
Offline Send Email
Jun 2, 2004
3:12 pm
31259
Hi, I am just finishing up my application, and I have enabled pesimisstic ... 1 >> many >>| Docket# | ... So multiple dockets can be attached...
jaguarius2003
Offline Send Email
Jun 2, 2004
3:14 pm
31260
... It is, mostly. All you need is foreign keys all the way down the line and the referential integrity of the related tables will be protected. ... The...
Helen Borrie
helebor
Offline Send Email
Jun 2, 2004
3:28 pm
31261
OK .. thanks!!! ... InterBase ... papers,...
Rafael Colucci
tecnologia1@...
Send Email
Jun 2, 2004
5:00 pm
31262
Is there a way to set the font and color of auto labels. Thanks Rich Scheuermann...
richscheuermann
Offline Send Email
Jun 2, 2004
5:47 pm
31263
tried 'BufferSyncroFlags.???Insert := True' but still same result: before insert, I see the following sequence in the grid: - A0 - A1 - A3 When I insert a new...
Joe Hatem
joehatem
Offline Send Email
Jun 2, 2004
11:36 pm
31264
Hi Helen ... The value being pass is from a editbox.text which is null. james...
James
james_027
Offline Send Email
Jun 3, 2004
2:06 am
31265
... OK, then, to endorse Svein's comments... 1. editbox.text will never be null. If it is blank, its value is EmptyStr. The SQL that is passed here will fetch...
Helen Borrie
helebor
Offline Send Email
Jun 3, 2004
2:34 am
Messages 31236 - 31265 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