1,826 Topics

Member Avatar for
Member Avatar for Tapan Sinha

Hi, We have our application in Delphi but in one of our client machine using Windows XP SP2, the fonts are overlapping and table columns are getting shrink. Is this a font issues or operating system issue. Thanks in advance. Tapan Project Coordinator [email]tapan.sinha@bossintl.com[/email]

Member Avatar for radu84
0
112
Member Avatar for cigar

Hi. I'm new here. I'm doing a lotto program. I have this difficilty that I want to display a title before the numbers are displayed. The numbers are all displayed by the computer using randimize. Above you can see the part of program i've done. Where should i put the …

Member Avatar for radu84
0
145
Member Avatar for Romillywinter

:lol: What the procedure/function for working out the biggest/smallest result? This is the program i am trying to do..and i am supposed to show the user the highest student mark, and the lowest student mark, but i don't know how to.........argh!" Please Help!:eek: [code]program ftn_marks; {$APPTYPE CONSOLE} uses SysUtils; const …

Member Avatar for cuzintone
0
215
Member Avatar for jrjchapman

Hello. I;m new to the site and need some help with Pascal. Basically I'm creating a program in Turbo Pascal for Windows at college and have searched the net for some code to insert bitmaps but can't find any. If someone could paste a simple bit of code showing me …

Member Avatar for radu84
0
99
Member Avatar for Peter Kiers

Hi everybody, I have this procedure for launching an application and wait for it to finish, but I get an error: [code] [Error] Main.pas(57): Types of actual and formal var parameters must be identical [/code] What do I do wrong? Who can help me? [code] function WinExecAndWait32(FileName: string; Visibility: integer): …

Member Avatar for Micheus
0
599
Member Avatar for georgep

Considering the Shadow Copy option available starting from Windows Vista Ultimate/Business/Enterprise, all files on the disk drive have a copy in Shadow Copies. How can we remove the System Restore copy of a file from the disk drive, using the Volume Shadow Copy Service, and ensure this System Restore copy …

0
57
Member Avatar for Oilers

program SRP_GAME(input,output); const s1='Player one win!'; s2='Player two win!'; s3='No winner.'; var p1,p2:integer; procedure init(var x:integer); var t:char; begin readln(t); case t of 'S': x:=1; 'R': x:=2; 'P': x:=3; end; end; begin write('Player one: '); init(p1); write('Player two: '); init(p2); case p1-p2 of -2: writeln(s1); -1: writeln(s2); 0: writeln(s3); 1: …

Member Avatar for radu84
0
55
Member Avatar for Squigglyo

I have code that involves the user to copy some text, but i i need my program to now read the temporary text they have copied. Some help please:?:

Member Avatar for radu84
0
44
Member Avatar for Romillywinter
Member Avatar for Romillywinter

:eek: hi, Im new here, anyway i'm trying to work out how to get the smallest number from the user's input of four numbers, n1,n2,n3, and n4.. im a novice @ this so i'll copy the section of the program here and you can see whats going wrong with it..i …

Member Avatar for Romillywinter
0
85
Member Avatar for linux

I just started Delphi and wanted to toy around with some of the features of it, so I started to. I made a TRichEdit box on Form1. If I run the application and try to type in the textbox, nothing appears, the cursor keeps blinking, as if I did nothing …

Member Avatar for radu84
0
139
Member Avatar for Simona1987

Hello, I have quite big problem as I have to count elements in the queue and no procedure or function, which i wrote, does this. I would be grateful if anyone could help me with this. Also I have another problem. The program for working with the queue generates only …

Member Avatar for radu84
0
86
Member Avatar for Carson89

Ok, so im just finishing a media player program which works to an extent. Now, the problem im having is that i need to load a new file into the media player component and play it, after a previous song has finished playing. To acomplish this, i have written a …

0
69
Member Avatar for Wavanova

I could show code, but there be no point here. All I wish to know is, when someone types a certain string in, can i make the program start a download when they press enter after the typing? something like this- [all var's are already declared] [f3 = what they …

Member Avatar for jwenting
0
133
Member Avatar for linux

Hey! I have a few questions about Delphi... Is there a free compiler / interpretter for Delphi (if any, which) and / or an IDE? Is Delphi easy to learn, or hard? I mean, I know plenty of languages (C, C++, Java, Perl [some], HTML, Javascript, Ruby, VB6 [woot], Python...) …

Member Avatar for jwenting
0
235
Member Avatar for exotic_ang

[B]No one seemed to help me out with my other question :sad: so was wondering if you can help me with this one. I want to validate a date so that the user is only allowed to enter a correct date. I have no idea how I could do it …

Member Avatar for linux
0
211
Member Avatar for JJarvis

Hey, I'm really new to programming and I was wondering how you open a form after pressing a button. Such as, there is a button saying "Start", which, once clicked opens up a guessing game. I know it's probably a one line code but I can't find it anywhere on …

Member Avatar for linux
0
194
Member Avatar for Carson89

Hi there, Im writing a program that reads ID3 tag information of songs in a given directory and then creates corresponding folders for that Song. (Ie the folder is called the ID3 artist's name). The song is then renamed and placed into the new folder. However, i have come across …

Member Avatar for linux
0
123
Member Avatar for i8Spooky

Hello I'm just a hobby Turbo Delphist. I'm sure this is one line of code simple to you, but I've tried everything :o and can't find it. I want to add the text from 5 edit boxes [tex][TEdit][/tex] to 1 edit box. Can you help me? Be an OnClick Button …

Member Avatar for linux
0
379
Member Avatar for edouard89

First of I would like to say hi to everyone as I am new to this forum. My problem is this. Can I some how use the [ENTER] key instead of the [TAB] key to skip from field to field? Any help would be greatly apreciated. Thank you.

Member Avatar for radu84
0
100
Member Avatar for Peter Kiers

Hello everybody, I have found a code for selecting text from a canvas. The code works fine, only there are 2 features in it that I don't want. And that's the Shift and Ctrl-functions. For example: when the user holds down the Shift-button he can select multiple area's etc... Can …

Member Avatar for radu84
0
136
Member Avatar for FlamingBlade

Good day to everybody, new member here! :cheesy: Using: Delphi 7 with Database Desktop I've made my tables in Database Desktop, and as soon as I tried seting up Referential Integrity, it did not let me save, which stops me from progressing any further in my project. As soon as …

Member Avatar for jwenting
0
130
Member Avatar for SoulDaddy

Hello, i am trying to make a CustomCheckListBox but i cant seem to get it to display my items the box itself creats fine and all the rest seems fine but it wont display my items any help on this matter would be greatly apreciated Thanks. here most of the …

Member Avatar for linux
0
375
Member Avatar for dragoshstoica

Hi, I have a list view and i want to show dates from 2 tables from my database. How I do? Helpp.

0
79
Member Avatar for Berniceazzopard

[B]Hi[/B] [B]I need printscreens of .exe and the it not returning a copy of the screen but its returning the characters in the screen. What s the problem?[/B] [B]Urgent Help pls[/B] [B]Thanks Loads[/B] [B]Bernice[/B]

Member Avatar for radu84
0
91
Member Avatar for dragoshstoica

Hi . I have this problem and I hope u will help me. I use DISQLite3 Personal_1.3.4 for tables and I have to verify if a code is in database and to show automatically a title from the database that coincide with that code . I was able when i …

Member Avatar for JJarvis
0
98
Member Avatar for JJarvis

Hi, does anyone know how you can make lazarus delete files, for example: if they click a button a file gets deleted?

Member Avatar for radu84
0
67
Member Avatar for EnderX

I am working on a program in Delphi which is intended to call up a php file on a server, with the output of the php file being dependant on the information the user enters into the Delphi form. I have access to multiple servers, and I'd like to know …

Member Avatar for radu84
0
150
Member Avatar for dragoshstoica

Hi I'm a beginner in Delphi and I have I big problem I don't know how to close a form I've a form with user and password .After verification I enter on other form.Albeit I put form1.close when I minimize form2 , form1 it on the screen and i would …

Member Avatar for dragoshstoica
0
89
Member Avatar for dragoshstoica

Now I have anoother problem. i use Disqlite for database and i don't know how put in values the column number with another values Code:[code] sqlite3_check(sqlite3_exec(DB,pansichar('insert into utilizatori values ('#$27+pansichar('COLUMN NUMBER') +#$27+ ','+ #$27+ pansichar(ComboBox1.Text) +#$27+','+#$27 +pansichar(parolaa.text)+#$27+','+ #$27 + pansichar(utilizator.text)+#$27');')nil, nil, nil),DB)[/code] . PLS HELLLLP.

Member Avatar for dragoshstoica
0
96

The End.