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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 43312 - 43341 of 44315   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
43312
... Or, pending the next release, can you tell me what steps I could perform to disable the compiler debugging, without breaking any new code that I write, in...
Steve Fields
stevefields24
Offline Send Email
Nov 3, 2008
12:55 am
43313
Hi All, Has anyone been able to use the FindIndex function in TIB_StringList that is in TIB_Query? At present I want to be able to select a sorting field by...
Steve Fields
stevefields24
Offline Send Email
Nov 3, 2008
12:59 am
43314
... It's not that the list "is not sorted" that is causing the AV. The Sorted property puts the strings into ascending alphanumeric order if true; otherwise...
Helen Borrie
helebor
Offline Send Email
Nov 3, 2008
2:03 am
43315
Hi Guys, I have a program with several thread running at the same time, each thread creates a tib_cursor with a query in sql like this: select * from My_table ...
Alexandre
alexandrepir...
Offline Send Email
Nov 3, 2008
12:24 pm
43316
Hi Alexandre I am surprised the problem is with .next itself. So - some fundamental questions Does the cursor have its own TIB_Connection and TIB_session...
Paul Hope
paulphope
Offline Send Email
Nov 4, 2008
3:27 pm
43317
... Sorted property puts the strings into ascending alphanumeric order if true; otherwise their order will be simply arrival sequence. So - if the Sorted...
Steve Fields
stevefields24
Offline Send Email
Nov 5, 2008
12:55 am
43318
Is there a way to make TIB_Script stop replacing single line comments (--) with /* */ ? []s Cantu http://www.firebirdnews.org FireBase -...
Carlos H. Cantu
warmbooter
Online Now Send Email
Nov 6, 2008
4:01 pm
43319
FB 1.5 Embedded. I have some pretty easy to understand code where I get a generator value and insert a new record in a table--I do this for various tables. I...
Ed Dressel
Ed0302
Offline Send Email
Nov 6, 2008
7:02 pm
43320
... I gave Jason some code that worked for a while, but some recent updates regressed. Most of the "fix" is still there (see comment above "procedure...
Geoff Worboys
gworboys
Offline Send Email
Nov 6, 2008
8:38 pm
43321
I've seen this before and never got a real clear answer. One of the answers pertained to transactions which should never be the case as I understand it, ...
Kevin Stanton
rdbsnw
Offline Send Email
Nov 6, 2008
8:59 pm
43322
Hi Ed, ... Right. Generators are running outside of transaction control. But you can decrement a generator value by using a negativ number as increment....
Thomas Steinmaurer
iblogmanager
Offline Send Email
Nov 6, 2008
9:00 pm
43323
... My guess is that you are combining IBO's built-in generator-fetching behaviour with your own, inadvertently, viz. a) If you have GeneratorLinks set for...
Helen Borrie
helebor
Offline Send Email
Nov 6, 2008
9:58 pm
43324
... that's what I thought. ... nope. never even crossed my mind--nor would I let code like that even be played with in my main application. (Anything of that...
Ed Dressel
Ed0302
Offline Send Email
Nov 7, 2008
4:09 am
43325
... Hmmm, Ed, you need to clarify what the actual problem is that's being observed: Is it: a) the import utility seems to change (or not to change) the current...
Helen Borrie
helebor
Offline Send Email
Nov 7, 2008
4:27 am
43326
... Helen - it SOUNDS like the generator is not actually being used? The numbers are being incremented and stored starting with the correct 'next number' given...
Lester Caine
lscesuk
Offline Send Email
Nov 7, 2008
7:27 am
43327
Is this particular user computer literate or has access to someone that are? I wouldn't suspect a an illiterate person to mess around with generators, but I...
Svein Erling Tysvær
svein_erling
Offline Send Email
Nov 7, 2008
7:31 am
43328
... the import utility gets a new generator value (as posted before). It is the only place that the ID is accessed. ... the imported records seem to be getting...
Ed Dressel
Ed0302
Offline Send Email
Nov 7, 2008
1:25 pm
43329
... the import utility gets a new generator value (as posted before). It is the only place that the ID is accessed. ... the imported records seem to be getting...
Ed Dressel
Ed0302
Offline Send Email
Nov 7, 2008
3:03 pm
43330
... This sounds like it must be related to this--I do have GeneratorLinks set at the connection for table and the ID's causing the problem. But it only causes...
Ed Dressel
Ed0302
Offline Send Email
Nov 7, 2008
5:20 pm
43331
From: "Ed Dressel" <dressel@...> ... Ed, Does the import code call the generator to get the ID for each record it imports or does it only do it once in...
Woody
woody_tmw
Offline Send Email
Nov 7, 2008
6:02 pm
43332
... If this (resetting the generator) ever actually happens it indicates a Firebird problem - no local genius will have the time to interfere with the...
Aage Johansen
aafj1945
Offline Send Email
Nov 7, 2008
7:33 pm
43333
Thanks for your thoughtful questions. ... It calls the generator each time to get the ID--the exact code was posted above, but here is how the local variable...
Ed Dressel
Ed0302
Offline Send Email
Nov 8, 2008
12:12 am
43334
... I don't suspect the user in any way....
Ed Dressel
Ed0302
Offline Send Email
Nov 8, 2008
2:07 am
43335
... no, because I get new values for new records from the generator. It is being increemented then being reverted. ... me too... ... I do on detail inserts....
Ed Dressel
Ed0302
Offline Send Email
Nov 8, 2008
2:10 am
43336
... Sorry, Ed, but it's not being reverted unless you (unwisely or inadvertently) have code there that is making it so; or you have a user at that site with an...
Helen Borrie
helebor
Offline Send Email
Nov 8, 2008
2:45 am
43337
... I searched my HD for references to GEN_PERSON_ID and Gen_ID just to check. No forgotten code, nothing causing the problem. ... I don't retain it. Code is...
Ed Dressel
Ed0302
Offline Send Email
Nov 8, 2008
3:33 am
43338
I don't see anything "obvious" with the code you posted, but I'm only on my second cup of coffee this morning. Since I've never used the generator ...
Woody
woody_tmw
Offline Send Email
Nov 8, 2008
2:13 pm
43339
I just stumbled across that again. I added a TIB_Cursor which was meant for inserting / updating some data, but I forgot to set the RequestLive property to...
Lucas Franzen
biber_et_luc
Offline Send Email
Nov 8, 2008
5:02 pm
43340
Hi Lucas, long time, no auction! I don't think this is the reason for your insert/update problem, but one possible way to be allowed one insert and no update,...
Svein Erling Tysvaer
svein_erling
Offline Send Email
Nov 8, 2008
7:47 pm
43341
I have the following situation: I enter a Cash value in an IB_Edit, then copy it to string. I then remove any spaces, R or $ signs code below: var PostEntry,...
Adrian Wreyford
ajwreyford
Offline Send Email
Nov 11, 2008
11:17 am
Messages 43312 - 43341 of 44315   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