[delphi-en] Re:types in DLL problem

2008-01-23 Thread Pavel Evarestov
I'm currently using Delphi 7, not a pro or a noob, and i just wanna create application using DLLs. I wanna know, can I declare a type in the library so I can reuse them on lot of my programs..? I try every single thing, and all I can do is just putting some general function on that library. The

[delphi-en] Re: prevent compilation of 3rd party components

2006-04-17 Thread Pavel Evarestov
options. In case you do not use 3-d party componenets in your application, that means, that someone unintentionally added references to 3-party units into uses section of some of application modukles. You have to find and remove those references. Best regards, Pavel Evarestov [Non-text portions

[delphi-en] Re:Loading MDIChild forms from .dll

2006-03-31 Thread Pavel Evarestov
tips would be highly appreciated. TIA. Consider using packages. Develop any of your form as a seperate package (bpl) and load it dynamically on demand. BEst regards, Pavel Evarestov [Non-text portions of this message have been removed] - Home

[delphi-en] Re: Extracting data from an Excel spreadsheet into a Pdox table

2005-10-30 Thread Pavel Evarestov
Hi! Anyone out there knows of a quik and easy way to export data from an Excel spreadsheet into a Paradox or dBase table? Any components, routines, or built-in command in Excell, or dBase, or Paradox? TIA. TBatchMove component will do the job. Best regards Pavel Evarestov [Non-text portions

[delphi-en] Re: Re: add a subcomponent to a collection item

2005-09-20 Thread Pavel Evarestov
sttraming mechanism. Best regards, Pavel Evarestov [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ~-- Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/cd_AJB/QnQLAA

[delphi-en] Re: Re: Preparation of field default faild ??

2005-09-02 Thread Pavel Evarestov
as Display Labels, and maintain a map between field names and corresponding user names (Display Labels). Best regards, Pavel Evarestov [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ~-- Fair play? Video games influencing politics

[delphi-en] Re: differences between 2 time value

2005-06-29 Thread Pavel Evarestov
) will give me 12:30 .. what i want is 00:30. ANy idea ?? May be the easiest way is to use DateUtils VCL module? Look into Delphi VCL help. Best regards, Pavel Evarestov [Non-text portions of this message have been removed] - Home page: http

Re: [delphi-en] Digest Number 1456

2005-06-10 Thread Pavel Evarestov
or there's something I have to do I don't know about If you are changing your query at runtime, you have to reopen query and then regenerate your report. Something like: ppReport.Reset; Query.Open; ppReport.Print; Best regards, Pavel Evarestov [Non-text portions of this message have been

[delphi-en] Re: RE: set form top and left at run time

2005-06-06 Thread Pavel Evarestov
the overridden Loaded method exactly as you want to use it - to restore form position and form controls layout before showing the form. For me it works well. Best regards, Pavel Evarestov [Non-text portions of this message have been removed

[delphi-en] Re: Re: Re:How to embed form (from DLL) in TTabSheet

2005-03-26 Thread Pavel Evarestov
architectural decisions across a set of applications, it's better to think about interfaces or declarations of base classes. Best regards, Pavel Evarestov [Non-text portions of this message have been removed] - Home page: http://groups.yahoo.com