Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #25.0K
~663 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

4 Posted Topics

Member Avatar for spacecookie

[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 …

Member Avatar for Logomachist
0
127
Member Avatar for wanting2learn

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 …

Member Avatar for dugjohnson
0
198
Member Avatar for ponik

[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). …

Member Avatar for dugjohnson
0
124
Member Avatar for marsheng

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 …

Member Avatar for dugjohnson
0
214

The End.