I'm using Delphi 5 to open up MS Access tables using ODBC and it appears that Delphi must read all the records in the table before it actually opens up the ...
Hi guys i'm literally on the first step in learning Pascal here, traditional Pascal but what i want to know is as it is in TP as well...The correvct placing of...
Hi savon89, the semi colon marks the end of a statement, so that If then else is a full statement so the semi colon will come at the end of it. You are saying ...
No mattter what I do I cannot seem to get this right......<br><br>Okay well since I have your attention. Savon89 and all others.<br>If you need help learning...
Hi Craig, good of you to offer your help like that, most appreciated. Personally i'm as green as someone can be concerning Pascal, and indeed anything with...
{ Notes<br> 1.Please check file_out assignment in the "var" section. It may have to be redefined<br> as textfile if text does not work.<br> 2. The output is ...
You are now asking a "back to basics" question. No programming language (or even a DBMS) has a direct way of deleting a record. The way it is done internally...
i just found a pretty cool kit of tools for delphi, to use the internet, easy to install, haevn't fully experimented, but looks packed with features. try it...
I am sorry, I missed your earlier message. Here is how it goes :<br><br>program addstudent;<br>type<br> student_record = record<br> student_id: integer;<br>...
I'm in programming a scientific application using TP7.0 and need to save the result in hi-res with a well-known pic format.<br>Anybody knows how to read jpg ...
Hey All,<br>I am using TPW.<br>I want to call the function getusername(lpbuffer:pchar; var nsize:dword):bool; from "advapi32.dll".<br>I will v\be calling it by...
see this page for details...<br><a href=http://programmierer.freepage.de/graphix/ target=new>http://programmierer.freepage.de/graphix/</a><br>full graphics lib...
Hey!<br><br>Your app will be 16-bit, so I doubt that it will be able to call any 32-bit DLL function. What I could suggest you is get CALL32.DLL (you'll find...
I don't know about the unit for TP7 but I do have TPW which has it.<br>I don't know if it will work or if there eveb is a wincrt unit for tp7.<br>Craig<br>:-)...
Hey,<br><br>I reciently got a copy of Delphi 6 Personal. I'm used to programing in Turbo Pascal 7, which I do own, but my disks have gone bad and I'm unable to...
Hey All,<br>I was wondering.<br>Does anyone know how to read different memory pages?.<br>A pointer only works for the current 64K if I'm not mistaken.<br>Well...