Forum: Pascal and Delphi Apr 29th, 2005 |
| Replies: 12 Views: 4,352 hey can you please let me know how to get intouch with the tutor as i could do with a little help
cheers |
Forum: Pascal and Delphi Apr 20th, 2005 |
| Replies: 1 Views: 5,188 hi
i need some help with doing screen dumps or print screens in turbo pascal. when i press the print screen button whilst my program is running and then go and paste it in word, powerpoint or paint,... |
Forum: Pascal and Delphi Apr 14th, 2005 |
| Replies: 3 Views: 7,548 tried it in turbo pascal but it doesnt work its says cannot find file 'sysutils.tpu' thanks for your help though!! any other ideas please. |
Forum: Pascal and Delphi Apr 13th, 2005 |
| Replies: 3 Views: 7,548 im still struggling to print an invoice that i have made in pascal to a usb port printer. any help please. i have tried using various inbuilt function but have had no luck probably because im coding... |
Forum: Pascal and Delphi Apr 11th, 2005 |
| Replies: 1 Views: 5,458 hello. i have made a database to calculate wages and other figures and this database includes an invoice page. i was wondering how to print out the invoice directly from pascal. im not too sure if... |
Forum: Pascal and Delphi Apr 11th, 2005 |
| Replies: 3 Views: 4,071 i have solved the problem the following code is correct. the highlighted section is the changed part.
procedure display1;
var memrecord : order;
intfile : intfiletype1;
masterfile :... |
Forum: Pascal and Delphi Apr 11th, 2005 |
| Replies: 3 Views: 4,071 i have now defined 'i' as an integer as it is above in procedure enterrecdata1 but still the same error occurs. any more ideas thanks for the help jwenting |
Forum: Pascal and Delphi Apr 10th, 2005 |
| Replies: 3 Views: 4,071 i have designed a database an one of my feilds is set up as an array. i had no problems reading my data into the array but i am having trouble trying to display the feild. when compiling the... |
Forum: Pascal and Delphi Apr 10th, 2005 |
| Replies: 0 Views: 1,950 i have implemented a database system in turbo pascal 7.0 but i am having a little trouble and was wondering if anyone could help. i have made a master file which can hold various sub files. the... |