No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
[quote=spacecookie;379100]can anyone give me a link to a good turbo vision tutorial. i have been searching for one for months now and would be greatful for any help.[/quote] I'm not sure what you mean by Turbo Vision. If you mean the old DOS IDE from Borland, my quick Googling indicates …
DFM files hold the properties for the form....the pas has the programming/code that goes with that form. Even if there is no DPR file (meaning that it is a project) the forms can be pulled together into a new project....but you will need Delphi to do it. Even then, if …
[quote=ponik;376994] 1. When I click on Button1 it must close my application [/quote] Application.Terminate; [quote=ponik;376994] 2. The TWebBrowser: - it's url must be page.htm located in the same folder where application is located [/quote] Check out the GetCurrentDir routine (I work with more recent Delphi's but assume that is there). …
What you're doing wrong is using the record position as anything of value...strictly old school (dBase is one of the few database programs that supports it and, yes, I go back to dbase II) and it will get you into trouble. Imagine you delete a record and pack....OHMIGOD! So....what you …
The End.
dugjohnson