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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 37796 - 37825 of 44317   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
37796
Hi folks, I'm having to issues in using the TIB_Grid component: 1.) Is there an option to fixate the first n-columns, so they are still visible if the user is...
G. Nau
b404_r66
Offline Send Email
Jan 1, 2006
1:20 pm
37797
... yes - read the help file ... yes - turn off row select - paint your own rows to make it look like rowselect...
Alan McDonald
metaalan
Offline Send Email
Jan 1, 2006
10:19 pm
37798
Alan, 1.) got it: property FixedDataCols 2.) Okay, that's the way to go. Regards Gunther Am 2 Jan 2006 um 9:18 hat Alan McDonald geschrieben: > > Hi...
G. Nau
b404_r66
Offline Send Email
Jan 2, 2006
7:56 am
37799
Hi Jason, Could you please tell me where I can download the latest version of IBObjects for Registered users? Thank you ____________________________ Comvision...
Daniel R. Jimenez
daniel_comvi...
Offline Send Email
Jan 2, 2006
10:27 pm
37800
I'm having a similar problem with an IntraWeb app.. Using D7, IW 7, IBO 4 and Firebird 1.5.3 The app is running on an XP machine. The app will just lockup...
wdelph2001
Offline Send Email
Jan 2, 2006
11:02 pm
37801
... Not enough information here. How do the applications connect? (tcp/ip, netbeui, etc.) What model of Firebird? (SS, Classic, embedded) Are all of the...
Helen Borrie
helebor
Offline Send Email
Jan 3, 2006
12:06 am
37802
I have an application using IBO events and I am trying to deploy it to a public service network. Events are failing with a message on registration: "PCName...
Alan McDonald
metaalan
Offline Send Email
Jan 3, 2006
12:57 am
37803
... Events are routed between a client and a random port at the server, i.e. not port 3050, using whatever transport layer the client connection is using...
Helen Borrie
helebor
Offline Send Email
Jan 3, 2006
1:44 am
37804
... thanks, it's not a port issue. if PCName is in the HOSTS files of the server, it works. When the HOSTS file on the server does not have the PCName entry,...
Alan McDonald
metaalan
Offline Send Email
Jan 3, 2006
3:48 am
37805
... Have you tried just using the IP address in the initial connection. That was a bodge I ended up with on the frame relay network - only the occasional...
Lester Caine
lscesuk
Offline Send Email
Jan 3, 2006
8:48 am
37806
... thanks - I'll try it but I don't see what declaring the servername/IP in the conection string will do to declare the client IP to the server??? Alan...
Alan McDonald
metaalan
Offline Send Email
Jan 3, 2006
9:37 am
37807
... It's windows - it does not have to be logical :) I think that it depends what way it call's the IP resolution, and by providing an IP address it skips a...
Lester Caine
lscesuk
Offline Send Email
Jan 3, 2006
9:51 am
37808
Go to http://community.ibobjects.com and login there. Go to the downloads section and you can have access to the files if your subscription to the sources is...
Jason Wharton
kylixguru
Offline Send Email
Jan 3, 2006
11:34 am
37809
Hi, Silly question, but I am not able to find any TIBOxxxx components on any tabs. Could this be due to the install gone wrong? Daniel...
Daniel R. Jimenez
daniel_comvi...
Offline Send Email
Jan 4, 2006
4:21 am
37810
... Could be. The title of the tab is iboTDataset. Can't think why it wouldn't install, though. Have you checked for any of the components (e.g. TIBOTable)...
Helen Borrie
helebor
Offline Send Email
Jan 4, 2006
7:05 am
37811
Hi Helen, I have included every single package into a fresh project, and view the component list for every package(iboAccess, iboCore, iboTools, iboControls, ...
Daniel R. Jimenez
daniel_comvi...
Offline Send Email
Jan 4, 2006
10:36 pm
37812
... Please check the component list via View | Component list. Look for TIBOTable, TIBODatabase, TIBOQuery, TIBOStoredProc and TIBOTransaction. What's most...
Helen Borrie
helebor
Offline Send Email
Jan 4, 2006
11:45 pm
37813
Hi Helen, After having included all IBO Packages to a project and had a look using the component list via View | Component list, it must be a case of not...
Daniel R. Jimenez
daniel_comvi...
Offline Send Email
Jan 4, 2006
11:58 pm
37814
... That's exactly the point, that was new to me. I expected, that IBO adds the WHERE clause and not replaces it. It's still a little bit strange to me, but...
Guido Klapperich
gklapperich
Offline Send Email
Jan 5, 2006
12:22 am
37815
... There is a third query that is faster than both: select pr.PCID, pr.PCPAID, pr.PCMPID, pr.PCNR, pr.PCNAME1, (select pa.PANAME from PRODUCTAREAS pa where ...
Helen Borrie
helebor
Offline Send Email
Jan 5, 2006
12:51 am
37816
Hi, I've recently upgraded to 4.5B, and I've noticed just today a behaviour that is different from previous version I was using (4.3.Aa). I have a ib_grid and...
Marco Menardi
mmenaz
Offline Send Email
Jan 5, 2006
1:12 pm
37817
I'm working with IB_Grid's GridGetCellProps to set individual colors on cells, rows and cols. It's working fine based on the contact sample. But how do I...
G. Nau
b404_r66
Offline Send Email
Jan 5, 2006
1:48 pm
37818
Already got it: if aRow = grid.GridRow[ grid.datasource.dataset.rownum ] then //actual row else //all other rows Gunther Am 5 Jan 2006 um 14:48 hat G. Nau...
G. Nau
b404_r66
Offline Send Email
Jan 5, 2006
2:19 pm
37819
IBO 4.5B D7 I want to prompt the user to close a POSTed transaction if they leave it open too long without commiting. My settings are like this: object...
Rick Roen
rick_roen
Offline Send Email
Jan 5, 2006
6:19 pm
37820
... Transactions are not posted. DML statements are posted within a transaction. ... I'm not clear about what you want to achieve by this. You have the ...
Helen Borrie
helebor
Offline Send Email
Jan 5, 2006
9:33 pm
37821
... transaction. My mistake. I posted the TIB_Query which was attached to the TIB_Transaction. Here's what I wanted to achieve: The user posts a batch of new...
Rick Roen
rick_roen
Offline Send Email
Jan 6, 2006
12:59 am
37822
When I work with MS SQL Server, I can find all the server computers in our network pretty easily. I don't think there is any functionality like that for...
jrodenhi
Offline Send Email
Jan 6, 2006
2:46 am
37823
... if you configured an MSSQL server to use a different (non-standard) port, would it repsond anyway? Alan...
Alan McDonald
metaalan
Offline Send Email
Jan 6, 2006
2:51 am
37824
... port, ... Thanks for responding Alan, but I don't know the answer to your question. I'm looking for a way for my users to point and click their way to the...
jrodenhi
Offline Send Email
Jan 6, 2006
3:20 am
37825
... the reason I asked was becuase even if you could do the "same thing" with FB as MSSQL... FB can be configured to use different ports than 3050 and ...
Alan McDonald
metaalan
Offline Send Email
Jan 6, 2006
4:13 am
Messages 37796 - 37825 of 44317   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