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 to share photos of your group with the world? 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 37517 - 37546 of 44315   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
37517
I just upgraded from Delphi 7 to Delphi 2005. I am using IBObjects 4.5.B. When a certain form was freed it executed the else Text := ''; code in procedure...
stanw1950
Offline Send Email
Dec 1, 2005
5:31 pm
37518
Test......
aaaaaa
nnorbesz
Offline Send Email
Dec 1, 2005
8:27 pm
37519
Hi, eTeam is a leading consulting firm located in New Jersey, providing end to end implementation and integration solutions to Global 2000 companies and...
Gary Sequeira
eteam_gary
Offline Send Email
Dec 1, 2005
11:03 pm
37520
Hi, eTeam is a leading consulting firm located in New Jersey, providing end to end implementation and integration solutions to Global 2000 companies and...
Gary Sequeira
eteam_gary
Offline Send Email
Dec 1, 2005
11:04 pm
37521
Hi, How do I "find" the last posted record? Something like that: myIB_Query.Insert; myIB_Query.FieldByName('myField').asString:='1234'; myIB_Query.Post; After...
Andrei Luís
andrei_luis
Offline Send Email
Dec 2, 2005
12:04 am
37522
Before logging on, if a user triggers an action in the GUI that causes my application to try and open a query the error message I am getting is (approx.) "Your...
clivewalden
Offline Send Email
Dec 2, 2005
12:51 am
37523
... Yes. Several. First of all, look at the PasswordStorage property. There you have four levels of security re storage, from psNotSecure (user name and...
Helen Borrie
helebor
Offline Send Email
Dec 2, 2005
3:02 am
37524
I can't make the auto label show as bold if I select bold - It's bold in the IDE but nothing I do can make it show as bold at runtime. It does work if I set a...
Alan McDonald
metaalan
Offline Send Email
Dec 2, 2005
3:55 am
37525
It becomes bold if it is required. The required property makes it bold or not. Cheers, Calin Pirtea COMMUNICARE DEVELOPMENT TEAM Communicare Systems Pty Ltd ...
Calin Pirtea
pcalin
Online Now Send Email
Dec 2, 2005
4:14 am
37526
... Don't worry about your English, Andrei, it's fine. I think you may be looking for the RefreshAction property. Try setting this to raKeepDataPos. Bookmarks...
Svein Erling Tysvær
svein_erling
Offline Send Email
Dec 2, 2005
7:53 am
37527
Thanks for you answer Set, But, it didn't works... :-(.... I provided a wrong info. After post, the pointer is at record it was before .insert, I told that...
Andrei Luís
andrei_luis
Offline Send Email
Dec 2, 2005
10:22 am
37528
... My advice is to read the help for TIB_RefreshAction, so you can work out the behaviour you like best. Of course, a refreshaction responds to a refresh....
Helen Borrie
helebor
Offline Send Email
Dec 2, 2005
11:03 am
37529
Hi, I'm working on a multi-threaded replication program. I took as a starting point the "Threads" demo. In this demo, there's only one TIB_Connection on the...
aosylvain
Offline Send Email
Dec 2, 2005
12:35 pm
37530
Hello... I am developing an application to carry through transference of exportation and importation of registers between two distinct Data bases FireBird... ...
ccardeall
Offline Send Email
Dec 2, 2005
3:03 pm
37531
Helen, Thanks for the prompt response. If you can address my responses below that would be great. ... TIB_Connection ... Well who would have thought of...
clivewalden
Offline Send Email
Dec 2, 2005
5:44 pm
37532
Helen, One of my questions was not clear enough. Even I only just realized it<s>. === your response ==== On the subject of exception message interpretation,...
clivewalden
Offline Send Email
Dec 2, 2005
5:58 pm
37533
Is it possible to use IB_Query with CachedUpdates when not connected to a database? I'm using IB_Query with CachedUpdates turned on to simulate a memory ...
roufusoffv
Offline Send Email
Dec 2, 2005
6:14 pm
37534
... From: "clivewalden" <clivew@...> ... I solve this by adding a function to the main datamodule called IsDatabaseConnected. It returns true or...
Woody
woody_tmw
Offline Send Email
Dec 2, 2005
7:24 pm
37535
... Something that's possibly happening here is *not* desirable and is legacy VCL behaviour that occurs when you manually set the DatabasePath property of a...
Helen Borrie
helebor
Offline Send Email
Dec 2, 2005
11:57 pm
37536
Dear Friends, I´m having problems when connecting to two or more tables using ibo. After doing the connections the fields of the table 2 they appear...
Marcelo Machado
machado6655
Offline Send Email
Dec 3, 2005
8:22 pm
37537
... My problem is that I can't make any sense whatsoever of your problem description. You seem to have the terminology totally mixed up. Do you want to start...
Helen Borrie
helebor
Offline Send Email
Dec 4, 2005
12:49 am
37538
Sorry... Well... Example: I have... [table PACIENTE with a codigo_PK] [table PATOLOGIA with a chave_PK and codigo_FK ( codigo_FK = codigo_PK of table...
Marcelo Machado
machado6655
Offline Send Email
Dec 4, 2005
3:09 am
37539
Marcelo Machado <machado6655@...> wrote: Sorry... Well... Example: I have... [table PACIENTE with a codigo_PK] [table PATOLOGIA with a chave_PK and...
Marcelo Machado
machado6655
Offline Send Email
Dec 4, 2005
6:13 am
37540
... You also have to set the Mastersource property of PATALOGIA - select the datasource that points to the dataset PACIENTE. Make sure you also set correct...
Helen Borrie
helebor
Offline Send Email
Dec 4, 2005
8:07 am
37541
Dear Helen, Yes, but it doesn't still work... Marcelo Helen Borrie <helebor@...> wrote: ... You also have to set the Mastersource property of PATALOGIA...
Marcelo Machado
machado6655
Offline Send Email
Dec 4, 2005
8:28 pm
37542
... 1) What are the two SQL statements? 2) What are the Keylinks of the two sets? 3) Do you open the datasets in your code? Helen...
Helen Borrie
helebor
Offline Send Email
Dec 4, 2005
8:41 pm
37543
[IBO] IB_Components problem Using Select Item_ID, Upper(Item_Name) Item_Name from LookupTable as the ListSource in a DBLookup using Item_Name as the ListField...
Hans
ittybittypro...
Offline Send Email
Dec 4, 2005
10:41 pm
37544
Dear Helen, Helen Borrie <helebor@...> wrote: 1) What are the two SQL statements? SET SQL DIALECT 3; SET NAMES WIN1252; /// Table PACIENTE CREATE...
Marcelo Machado
machado6655
Offline Send Email
Dec 4, 2005
11:16 pm
37545
I wonder if the field called "END VARCHAR (50)," may cause a problem, since it is a reserved word....
Hans
ittybittypro...
Offline Send Email
Dec 4, 2005
11:32 pm
37546
Not my friend, that this works correctly. . . Marcelo Hans <hhoogstraat@...> wrote: I wonder if the field called "END VARCHAR (50)," may cause a...
Marcelo Machado
machado6655
Offline Send Email
Dec 4, 2005
11:41 pm
Messages 37517 - 37546 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