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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 43974 - 44003 of 44561   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
43974
IB_Script is not that advanced to have local variables and query processing. This should be done in a program. It simply allows for you to put multiple...
Jason Wharton
ibobjects
Offline Send Email
Jul 2, 2009
12:37 am
43975
Sean, ... Pulling in IBOAdmin for IBO 5.x is definitely worth considering. Thank you for the suggestion. Jason Wharton...
Jason Wharton
ibobjects
Offline Send Email
Jul 2, 2009
12:43 am
43976
Andreas, Thanks, I've moved these changes into the new source for 4.9.4. Jason Wharton ... From: "Andreas Hesse" <ah@...> Cc:...
Jason Wharton
ibobjects
Offline Send Email
Jul 2, 2009
1:05 am
43977
This is a difficult issue. On the client side I don't have the mechanisms to equally apply the same sorting rules. Because of this I have added hooks for you...
Jason Wharton
ibobjects
Offline Send Email
Jul 2, 2009
1:08 am
43978
Marcin, ... No. It's as simple as that. Regards, Jason Wharton...
Jason Wharton
ibobjects
Offline Send Email
Jul 2, 2009
1:29 am
43979
Will someone confirm that this is still a bog for them in the latest 4.9.3 version? I do not have the required 3rd party components (Dev Express) to test this ...
Jason Wharton
ibobjects
Offline Send Email
Jul 2, 2009
1:50 am
43980
... No need to think about it in the moment. It is working now for 4.8.x, 4.9.x and a customized unicode version of ibo. Because it is on now on sourceforge...
Andreas Hesse
fisch50de
Offline Send Email
Jul 2, 2009
3:38 am
43981
I will test it has soon has possible, and i will report back! I've been a bit busy this week and i had no chance to test the beta....
Luis Semedo Duarte
crazymenconn...
Offline Send Email
Jul 2, 2009
9:00 am
43982
Ok, IB_Script has'nt local variables. But all is rigth for the "execute block" statement, with local variables, input and output parameters, IF statements and...
Sergio Zoccante
szoccante
Offline Send Email
Jul 2, 2009
4:16 pm
43983
Hi Jason, I saw your post on DevExpress. The below issue also arrises from components of the DevExpress library. However, since the error arrises from your...
Tom
zifnabbe
Offline Send Email
Jul 2, 2009
10:12 pm
43984
Jason, You are not saying that the new IBO 5 will ONLY work with D2009 are you, when you are saying "exclusively"? Steve Fields...
Steve Fields
stevefields24
Offline Send Email
Jul 3, 2009
8:24 pm
43985
Jason, nevermind, I read it in another of your posts. Steve Fields...
Steve Fields
stevefields24
Offline Send Email
Jul 3, 2009
8:40 pm
43986
SELECT '','A' FROM RDB$DATABASE Results in: Constant Field_Types CHAR(0) for '' // Incorrect CHAR(1) for 'A'...
Hans
ittybittypro...
Offline Send Email
Jul 4, 2009
5:16 pm
43987
... why should it be incorrect? '' is a string of length 0...
Andreas Hesse
fisch50de
Offline Send Email
Jul 4, 2009
8:13 pm
43988
Try to make a DML statement with it .. ... From: "Andreas Hesse" <ah@...> Cc: <IBObjects@yahoogroups.com> Sent: Saturday, July 04, 2009 2:11 PM ...
Hans
ittybittypro...
Offline Send Email
Jul 4, 2009
11:35 pm
43989
... I got a field name not found error message with it in IBO (v4.8.7)... I do not get error in FlameRobin. I can avoid the error in IBO by doing this: select...
Geoff Worboys
gworboys
Offline Send Email
Jul 5, 2009
12:06 am
43990
Hi, Is there anyone else experiencing problems when using GetBookmark? I disabled the cxGrid component, and called the bookmark myself after opening the query...
Tom
zifnabbe
Offline Send Email
Jul 5, 2009
1:48 pm
43991
Just some quick testing and I replaced the contents of GetBookmark with the one in DB.pas file. Now I don't get the AV. I don't see any weird issues yet, so...
Tom
zifnabbe
Offline Send Email
Jul 5, 2009
2:21 pm
43992
Instead of GetBookMark, you can save the key value(s) of the current record and then use IBOQuery.Locate ('key1,key2',VarArrayOf( [Key1,Key2] ), [ ]) instead...
Hans
ittybittypro...
Offline Send Email
Jul 5, 2009
5:11 pm
43993
Hi Hans, Yes, this we can use, but not if a thirdparty uses itself getbookmark. In this case the dev express library makes a lot use of bookmarks....
Tom
zifnabbe
Offline Send Email
Jul 5, 2009
6:03 pm
43994
When I try to open an IBOQuery with a selectable stored procedure, I get an 'Record not found' message (when calling open), but the grid shows the correct...
Tom
zifnabbe
Offline Send Email
Jul 5, 2009
11:31 pm
43995
Can you show us your procedure ? ... From: "Tom" <zifnabbe@...> To: <IBObjects@yahoogroups.com> Sent: Sunday, July 05, 2009 5:30 PM Subject: [IBO] Record...
Hans
ittybittypro...
Offline Send Email
Jul 6, 2009
3:56 am
43996
... CREATE OR ALTER PROCEDURE SP_GET_CASHBOOK (STARTDATE Date, ENDDATE Date) returns (TRNS_ID BIGINT, TRNS_DATE Date, TRNS_COMPANY Varchar(50),...
Tom
zifnabbe
Offline Send Email
Jul 6, 2009
8:11 pm
43997
Hi, I am having trouble getting a DBLookupComboBox to work with an id field. I am using TIBOQuery for both the main edit and the lookup. I have two tables,...
Shawn Devlin
swdevlin
Offline Send Email
Jul 8, 2009
6:29 pm
43998
hi, i am using Ibo 4.8.7 with delphi 2007. have problem with this query below: SELECT A.CUSTID , B.NAME , C.NAME , D.NAME FROM CUSTOMER A LEFT OUTER JOIN...
send2iwan
Online Now Send Email
Jul 9, 2009
8:26 am
43999
Seems my messages are not making it to the group... Sorry for the bother. Jason [Non-text portions of this message have been removed]...
Jason Wharton
ibobjects
Offline Send Email
Jul 11, 2009
4:35 pm
44000
Seen this one ... From: "Jason Wharton" <supportlist@...> To: <IBObjects@yahoogroups.com> Sent: Saturday, July 11, 2009 10:34 AM Subject: [IBO] Test...
Hans
ittybittypro...
Offline Send Email
Jul 11, 2009
4:45 pm
44001
[resend]...
Jason Wharton
ibobjects
Offline Send Email
Jul 12, 2009
12:57 am
44002
What version of Firebird/InterBase are you using? This behavior is different depending on which database and version. Thanks, Jason ... From: "send2iwan"...
Jason Wharton
ibobjects
Offline Send Email
Jul 12, 2009
12:58 am
44003
firebird 2.1.2 if i use alias like this SELECT A.CUSTID , B.NAME ONE , C.NAME TWO , D.NAME THREE FROM CUSTOMER A LEFT OUTER JOIN MARKETING B ON A.IMP=B.MKTG ...
send2iwan
Online Now Send Email
Jul 12, 2009
1:28 am
Messages 43974 - 44003 of 44561   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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