1,899 Topics

Member Avatar for
Member Avatar for satrix36

Hi, I've setup a form with several edit boxes and with a button to add the text in the edit boxes to be saved in a file. I've tryed to put a validation check in the program: When the user press' the "Save" button, it checks if the edit boxes …

Member Avatar for mrmike
0
167
Member Avatar for Larsj82

I have been using Turbo Pascal alot since I was in my puberty and have now started off with Delphi 7. It seems like if you want to do graphical programs, you have to make it as windows applications. Is that right? Are there any ways to use graphics as …

0
85
Member Avatar for Turner

Hi I am currently embarking on a project to build a sentry unit of some kind. Basically, I have a webcam and need to access the feed from it in delphi, whilst being able to analyse the image and assess changes in it. If anyone could help me with this …

0
55
Member Avatar for satrix36

I'm needing to select individual character in an edit box. E.g. An edit box contains the word "Alpha". I then press a button and the program then selects the letter "P". Has anyone got any ideas?

0
52
Member Avatar for sanam

Hi I want to use of ADodataset with Quickreport for make report in delphi7 and use of commandtext property of adodataset that send parameter for report . how can i do this ?

0
88
Member Avatar for sbedford

Just wondering if it is possible to do this? I am writing a program for a touchscreen monitor and would like an onscreen keypad. Is there any way to pass a key by pressing a button? For example, I press button '1' on the virtual keypad and I want the …

Member Avatar for sbedford
0
300
Member Avatar for mrmike

I've been creating a small program, thats work fine under windows xp, but fails on windows 2000 pro/server, and also windows 98. I need the software to work on also windows versions, etc 95 and ME. I can't install it as it is a check to ensure that various software …

Member Avatar for mrmike
0
283
Member Avatar for Turner

Hi I'm working on a computing project using delphi, and for the main user screen, I need to get a menu, like that of the popup menu to appear when I move the mouse over a button, or other object. This menu needs to appear to the side of the …

Member Avatar for mrmike
0
117
Member Avatar for gisler

i just started a pascal programming class. so what i am trying to do is write a program that will allow me to change my weight (in stones) to kilograms and change my hight (in inches) to kilograms. i also need to be able to enter my name in. i …

Member Avatar for gisler
0
229
Member Avatar for platinum

Hi everyone! I have this loop which just wont complete. My code is: [I]begin a:=1; repeat b:=1; repeat write('element ', a, ',', b, ' = '); readln(mat[a, b]); b:=b+1; until b>n; a:=a+1; until a>n; end;[/I] a, b and n are all declared as integers. This is used to enter the …

Member Avatar for platinum
0
86
Member Avatar for Aldur

Hi everyone, I have recently started learning Delphi, and use Delphi 2005, I am following a tutorial on making a client server application, however it says this is the code i need to use in the on connect event on my TCP/IP Client Object, however i get an undeclared identifier …

0
63
Member Avatar for neverwinter

Hi, I've a project that makes use of TChart. In my previous machine, it compiles properly. But when I tried compiling it on a new machine with a clean install of Delphi 5, the following error occurred: [Fatal Error] File not found: TeeConst.pas This happens even if you just create …

Member Avatar for neverwinter
0
208
Member Avatar for Tepes

i create an array of panels var bt:array[1..3,1..2] of TPanel; so i go in Form1.FormCreate and i write: for i:=1 to 3 do for j:=1 to 2 do begin bt[i, j]:=TPanel.Create(self); bt[i, j].Parent:=self; bt[i, j].OnCLick:=????????????????????????????????; end; i created a procedure TForm1.press(x,y:integer) what should do the OnClick and i wrote in …

Member Avatar for neverwinter
0
107
Member Avatar for SkWaRa

Hello, I've got a problem with packtes sending. I'd like to send packet that is record like this: [code]TPacket: Record Typ: Integer; Length: Integer; RequestType: Byte; Request: String; // or Array of Char end;[/code] I'm using TidTCPClient to send packets. But When I write: [code]client.WriteBuffer(Packet,SizeOf(Packet));[/code] Client is TidTCPCLient var, and …

0
72
Member Avatar for sbedford

Hi I am currently writing a program where it gets to a point where it has to ask a question. I have created a group box which pops up, asking the question and giving a yes/no choice. the onclick event of the "yes" button sets a bool to true and …

Member Avatar for sbedford
0
361
Member Avatar for satrix36

I have recently made a program that stores peoples names, address, etc in a text file. On one of the forms, I want there to be a search option, so the user can search by name and then the persons address is displayed. Like a search engine in a database. …

Member Avatar for satrix36
0
349
Member Avatar for Zababa

Hello, guys, and thank you in advance! I am trying to make the program stop running for six seconds. I don't know, however, how to use the system clock. The code I came up with is something like this: PROGRAM TIMER; VAR LINE:STRING; X, S:INTEGER; BEGIN REPEAT WRITE ('TYPE ANYTHING …

Member Avatar for Zababa
0
377
Member Avatar for Shulc

This question is not specific, i have recently registered to the forum (just because theres the delphi section) and i dont see many threads nor answers.. Just anxious if this forum is alive, Thnx, and sorry to bug you. ;)

Member Avatar for jwenting
0
111
Member Avatar for ssmagin

Greetings, We have recently released our new component for Delphi and C++ Builder that allows end-users to build SQL queries visually. Of course, we understand that we are not the first guys who make such a component, but our component differs from other query building solutions in the ability to …

0
82
Member Avatar for Turbo_King

Hi, I have been programming in Delphi for years now and I'm currently without a project worthy of my attention. If anyone has a need of my help or is also looking for a project to join please email me [email]gj_williams2000@yahoo.co.uk[/email] and let me know. Anything considered. I am also …

Member Avatar for brucesenator
0
155
Member Avatar for delgado

this may seem basic but i'm a beginner...i'm writing a program and i need to calculate costs of items which i store into a table and an array.....is there any property or preocedure i could call to enable me to read and add consecutively a set of real numbers in …

Member Avatar for delgado
0
155
Member Avatar for Thato

hi, i have created a class called TNote this is my class: TNote = Class(TObject) NoteID : Integer; Descr : String; Note : String; CreatedByIDF : Integer; DateTimeStamp : TDateTime; ApplicableUserID : integer; end; TNotes = Class(TList) Note : TNote; procedure ClearList; procedure RetrieveFromDB; overload; procedure RetrieveFromDB(AWhereClause: String); Overload; procedure …

0
116
Member Avatar for romansy

[SIZE=4][COLOR=Blue][B][CENTER]hi ,,,,,,, I'm using turbo Pascal. I have to learn how to programming the calnder, and how to change text and background color.[/CENTER][/B][/COLOR][/SIZE]

Member Avatar for kc0arf
0
203
Member Avatar for brian1966

doing pascal at college need some help with this as it is doing my nut in this the program i have a company called brians building firm i have to put to screen a menu with 4 choices 1 min/max sales 2 average sales 3 attendance figers and 0 for …

Member Avatar for Jackrabbit
0
145
Member Avatar for Zababa

[FONT=Georgia]Hello to everyone who sees this post! I am not very experienced in programming, but I have some basic knowledge, and the first real programming language I happen to learn is Dev Pascal. I have compiled a program which generates random numbers, using the RANDOM(); function. It is actually a …

Member Avatar for Zababa
0
182
Member Avatar for trafficman

I tried VB and delphi, i don t really wanna go back to vb, wot do ya think about Delphi ?

Member Avatar for mrmike
0
84
Member Avatar for QuikID

I'm having trouble installing interbase 6.0.2.0 on a corporate client's computer. They've got a dell optiplex gx150, pentium 3 with 128M ram, with win2k 5.00.2195 SP2. I know that their hardware and software are all cloned from master images. So it is NOT an option to install windows patches, service …

0
92
Member Avatar for ucdmrt

Hey wussup, im in a pascal class and I am currently working on a class assignment in which we have movie database program, the information for each movie is its name, length in minutes and year it came out. We have to use records to store the information. And my …

Member Avatar for Jackrabbit
0
117
Member Avatar for meneeraap

Hi all, Im looking for a DbLookupEDIT combobox for delphi 2005 vlc.net or some thing like it. Iam Looking it for days now! Dous anyone have or now a freeware component that does lookup with edit and autocomplete. I no the LMD-Tools v7 has one, but its not in there …

Member Avatar for Daaave
0
173
Member Avatar for johnyboyinl

hi i have this project in pascal about concurrency and multithreading and im lookin for someone to do it for.. please if someone has experience contact me so we can discuss abot the financial settelment thanks

Member Avatar for Daaave
0
85

The End.