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...
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...
Hi Jason, Could you please tell me where I can download the latest version of IBObjects for Registered users? Thank you ____________________________ Comvision...
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...
... Not enough information here. How do the applications connect? (tcp/ip, netbeui, etc.) What model of Firebird? (SS, Classic, embedded) Are all of the...
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...
... 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...
... 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,...
... 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...
... 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...
... 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...
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...
... 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)...
Hi Helen, I have included every single package into a fresh project, and view the component list for every package(iboAccess, iboCore, iboTools, iboControls, ...
... Please check the component list via View | Component list. Look for TIBOTable, TIBODatabase, TIBOQuery, TIBOStoredProc and TIBOTransaction. What's most...
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...
... 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...
... 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 ...
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...
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...
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...
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...
... 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 ...
... 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...
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...
... 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...
... 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 ...