Link to home
Start Free TrialLog in
Avatar of myleseven
myleseven

asked on

EListError

HI there,

My freinds and I have come across a bug in our program that seems very strange.
Imagine you have 2 forms in your project.
Well we are getting an ElistError(0), after the first form has finished being created and before the second form starts to be created.
The forms that are having the problems seem to be forms that have shelllistviews on them
We are using inheritence.
The Ā code will run fine on a machine with delphi installed, but has problems when we run it though a remote debugger onto a computer with out delphi.

The whole situation is quite hard to explain, and I am not sure what code to post up., so I have just given you a few pointers to try and explain what is happening.

any response appreciated
Myles
Avatar of Mike Littlewood
Mike Littlewood
Flag of United Kingdom of Great Britain and Northern Ireland image

Can you show us the code on how you are creating both forms please :o)
Avatar of Sergio_Hdez
Sergio_Hdez

Changing creation order fixes the error or just make it appear letar?
Avatar of myleseven

ASKER

Thanks for your help guys,
It would have been impossible for anyone to help me on this I think. We managed to solve it bystepping through many times to finally locate what the error was.
It turned out there were a few problems with inheriting ShellListview from a BaseForm onto the display form.
Thank you for your prompt replies though....
good luck for the future.

If you dont mind I will ask for a refund on these points.

Myles :)
ASKER CERTIFIED SOLUTION
Avatar of ee_ai_construct
ee_ai_construct
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial