Subject | Re: [IBO] Sample coding - TIB_Import |
---|---|
Author | John W. (Jack) Cane |
Post date | 2013-10-25T03:13:54Z |
Found only one IBO*.dcu outside the current IBO5_3_1_b1862 folder structure: IBOdataset.dcu, which I have just deleted.
Best,
jwc
Best,
jwc
from iMac
On Oct 24, 2013, at 10:56 PM, John W. (Jack) Cane <jwcane@...> wrote:
Ran the uninstall executable, which appeared to have deleted the entire folder tree where I previously had installed IBO, as has been my habit since the host (virtual) machine has existed. Then installed the new binaries to new folder IBOHave not logged previous IBO installations but will now begin doing so. Best recollection is IBO 5_0_2 followed by (possibly an earlier 5_2_0), 5_2_0b7, and ~2 d. ago, 5.3.1867.In Recycle Bin I see copies of IBODataset.dcu dated 11/11/2012 and 9/27/2013, if that helps.Best,
jwcfrom iMacOn Oct 24, 2013, at 4:09 PM, "IBO Support List" <supportlist@...> wrote:Seems to me you have some old binaries from a previous installation hanging around.Please describe to me the way you applied the new release and what previous installs that machine has had.Also, there is a sample using TIB_Import in the regression testing app.It can be found in the build sub-folder under the RegressionTest sub-folder.Jason
Would like pointer to available, sample Delphi sources showing implementations of IBO components. Particular current interest is TIB_import. Struggling with the requirements. Getting runtime exceptions due to incomplete property specifications, with no requirements list to refer to.
From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com] On Behalf Of John W. (Jack) Cane
Sent: Thursday, October 24, 2013 2:01 PM
To: IBObjects Support
Subject: [IBO] Sample coding - TIB_ImportHere is where I am:Installed latest build of IBO. Disabled items in component Tool Palette are now OK, thanks.Some legacy code given to me calls the execute method to start the import process. But the TIB_Import object on my form does not contain the OnExecute event. Instead I created a non-visual object instance, and assigned values to DestTable and InputFile,.Getting some strange (to me) behavior on tracing through the code, after building the app:IB_Import.pas L 1533-4 : if ( FDestTable = '' ) and ( FDestProc = '' ) thenraise EIB_Import.Create(ENoDestTableEntry);This is firing, but the error message is, 'Wrong field count in ascii file, line (1)'. I'm investigating that, but want to make sure this behavior (and below) is to be expected.If run without tracing, and 'Break' on error dialog, the debugger is returned to a blank line (1304) in TIB_import.pas.Pointer to documentation, Help page or sample code would be appreciated.
Best,
jwcfrom iMac