2,103 Topics

Member Avatar for
Member Avatar for marsheng

Hi I am trying to insert records into a small Dbase file. Whenever I insert it always appends. If I do db.prior; db.prior; (which should be at least 2 records from the end) and do a db.insert, it always appends. I do not want to use an index as the …

Member Avatar for dugjohnson
0
205
Member Avatar for newfish

hey people,am new to the site & i have this problem,i need to save bitmap images to an SQL database using an ADO clientdataset.i cant seem to find a straight forward solution to this anywhere....can somebody pliz show me how?thanx. newfish!!

Member Avatar for radu84
0
80
Member Avatar for leaf
Member Avatar for LLC
0
130
Member Avatar for sez90

im making a game in delhi n its a hangman game n it all works but my letters dont appear in place of my question marks. can anyone look at my code for n see wat is wrong wit. ps i have the code behind each letter for the alphabet. …

Member Avatar for LLC
0
124
Member Avatar for hasareli

i realy need help on programming "Deal or no Deal" in pascal :icon_neutral: thankx

Member Avatar for jbennet
0
98
Member Avatar for makelking

How to Decode a 12Bit or 16Bit JPEG Image ?! Does anyone have a Solution or Demo Code ? Thanks !

Member Avatar for radu84
0
137
Member Avatar for horsovski

Hi I have to do this exercise for school, but i just dont know how to create this, so if anyone from you can please do this for me, i will be very thankful. It is a short one and quite simple(not for me): "Write a program, which reads from …

Member Avatar for radu84
0
81
Member Avatar for Marinow

Hello, I'm sort of new to Pascal and I am not very good at it haha, but records just make me even more oblivious. The program we use in class is TMT Pascal 4 Multi-Target. My teacher is out for the week and I really need help on this program …

Member Avatar for radu84
0
112
Member Avatar for intel1234

Hi, I am a beginner at programing and I only have a little knowledge of turbo pascal. I read the tutorial lessons on [URL]http://www.learn-programming.za.net[/URL] but I have a problem when try to make a working application. I am working on some program that would found variables value in the equation …

Member Avatar for radu84
0
1K
Member Avatar for john111smith

Hi all now, for testing modified codes, i encounter a problem. please consider the following code: [code=delphi] procedure MyThreadNum5(Data: Pointer) var i:integer; begin 1 lockvar.BeginRead; 2 try 3 i:=NumOfRxData; 4 finally 5 lockvar.EndRead; 6 end; .... end; [/code] the above thread freezes on line #1; while in the main vcl …

Member Avatar for radu84
0
157
Member Avatar for john111smith

in the borland delphi help 2006 : Note that a write lock operation is not atomic. Data in protected memory will always be in a consistent state when BeginWrite returns, but is not necessarily in the same state as when BeginWrite was called. As a rule, a thread should always …

Member Avatar for radu84
0
94
Member Avatar for maunga
Member Avatar for radu84
0
49
Member Avatar for akintobi

this is a program written in pascal language to l got stocked along the way. please a need a way out. Thank you.

Member Avatar for radu84
0
104
Member Avatar for sez90

This is probably really simple but How do i delete a form from my application Your help is appreciated

Member Avatar for radu84
0
60
Member Avatar for cirisha

Hi All, I am very new to DELPHI PASCAL Programming. I have imported the TLB file using Component->Import Component. I would like to use the class of the component and call its method. for that i have declared class object like type TSam1 = class(SampleClass) end; and called the method …

Member Avatar for Terry Robinson
0
516
Member Avatar for chickenmcnugget

ok so im in college right computer science major first year and all and they still have pascal can you believe it wow so ne ways he gives out this assingment and the assingment is this i need to write a programm using delphi ythat would be able to name …

Member Avatar for Terry Robinson
0
135
Member Avatar for usguy

Hi, I am having difficult time to make this run. Can anyone help me please?. I have test form with 3 command buttons & one Richedit.Im using access database to test. It have just one table with two fields ID (Integer), sMemo (memo). I am trying to save richedit text …

Member Avatar for usguy
0
325
Member Avatar for Carson89

I have what could prove to be a very challenging question, but hopefully someone will be able to answer it. What i have is 2 programs (both created in delphi). I want to be able to change a particular couple of lines in one program with the other program, if …

Member Avatar for radu84
0
84
Member Avatar for MarzenaM

Please help me with this problem! I am new with Delphi, and arrays I just can't understand I need to write program that contain the arrays for colours My first problem is to increment the colour count Those are my declarations procedure btnSelectClick(Sender: TObject); private { Private declarations } CountSelection …

Member Avatar for MarzenaM
0
141
Member Avatar for EnderX

I found this little list on another forum while searching for some info earlier today. It doesn't have the info I needed, but I thought at least some of the inhabitants of Daniweb might get a kick out of it. Note: I've only worked with a few of these languages …

Member Avatar for Infarction
3
245
Member Avatar for nemo240588

if i have a tedit object (edit1) and a button (button1) on a form and i set the focus to the tedit object, when the application is run, how do i get it to press the button when i press enter while still in the tedit object. i know it's …

Member Avatar for GoldenEye4ever
0
113
Member Avatar for bm90

Hello, Firstly, I would like to say i'm kinda new to programming, so this maybe just a simple error. But the fact is, its been troubling me for days now, and I can't seem to find out how to fix it Anyway, I am unable to run my program, The …

Member Avatar for bm90
0
1K
Member Avatar for wesley123456789

Hello new to this site - looking for help counting specific characters from a single word input by a text box, Thanks Wes

Member Avatar for radu84
0
295
Member Avatar for briskal

All right, I'll admit it - I'm ancient enough to be from the "old" school. In my case, this means I am a textual learner - I don't relate well to visuals. Searching though the FAQs, I was delighted (and very appreciative) to find the list of Smilies - what …

Member Avatar for WaltP
0
254
Member Avatar for sez90

hi im doing a hangman game on delphi and need to randomly choose a word from an array then every letter guessed by the user for the game to check if the letter is in the word n if so place it in the appropriate place and if not build …

Member Avatar for sez90
0
119
Member Avatar for vuthcam

Currently, i am working with some exercises with Pascal's unit. I try to create my own Readln but unsuccessful. [CODE]Unit DOCXAU; INTERFACE uses crt; TYPE xau= STRING[100]; var c : char; s : xau; function nhap : xau; IMPLEMENTATION function nhap : xau; begin s:=''; repeat c:=ReadKey; if ((c=#8) and …

Member Avatar for Micheus
0
90
Member Avatar for Gregry254

Hey there, i have been given a task to complete as home work for college and i seriously have no idea how to do it, hopeing one of you guys would be able to shed some light on it for me? Well here it is. You have been asked to …

Member Avatar for Terry Robinson
0
127
Member Avatar for briskal

Hello everybody, I have a situation in which I want to execute a command line from a Delphi application, and I want to capture the output from that command and then display it back to the user. Using [B]CreateProcess[/B] I can successfully execute the command - and I am able …

Member Avatar for briskal
0
475
Member Avatar for Doughy

Could someone please explain to me how to install activeX components in Delphi 2006 pro? This should be easy, but it is driving me nuts. There is no menu item under the "component" menu that says "Install component..." Any Ideas?

Member Avatar for radu84
0
45
Member Avatar for Lioshenka

I am writing a program (well, actually I have finished it) using pascal, the program is to read in 3 sides of the triangle and produce a message whether it is right-angled, iscosceles, obtuse etc. Now just to finish it off and make it user friendly i need some sort …

Member Avatar for adotl
0
278
Member Avatar for fatboysudsy

Hi there, here is a copy of my server program. It worked this morning but has now decided to stop and i am after some help with it please. It stops half way through the authentication(), it must be before it does the stcmp function as i never get that …

Member Avatar for vijayan121
0
106
Member Avatar for Radons

Hi! I hope some one is familiar with pascal. I've been trying to translate this code into c++ for quite a while now... And frankly I've given up hope of solving it. It's supposed to invert an integer from binary data it reads from a file into normal characters or …

Member Avatar for Radons
0
227
Member Avatar for reabo

[URL="http://www.festra.com/wwwboard/messages/13064.html"]How do i create a insert button for a TDBCtrlGrid? [/URL]

Member Avatar for reabo
0
183
Member Avatar for reabo

I'm reting to open a project from college but it want open because my access file path isn't valid. How do i change the path so it works fine again. I try to access the date module but it keeps coming up with the error and closes the program. Need …

Member Avatar for reabo
0
112
Member Avatar for adotl

Just trying to make my program user friendly...but I get the response 'Wrong' when I enter in a number or abcd when really I want my error message displayed when the user enters input like that and ONLY a Correct or Wrong response when the user enters 'A' 'B' 'C' …

Member Avatar for LennyC
0
153
Member Avatar for LennyC

Hi: I'm getting back into programming using Turbo Pascal 7. Anyone out there can recommend a good 200 Error bug fix and explain how to get it to work? Thankxx

Member Avatar for radu84
0
48
Member Avatar for swifty23

Hey guys, I'm finished school and I set myself a personal project to make a game in Delphi 6. Some of my friends who are still in school [yr12] in ipt are doing an assignment where they have to make a game and I thought I'd test out myself and …

Member Avatar for radu84
0
77
Member Avatar for MaestroS

Well, I got a problem with OMEGA's components installation. In instruction is written: 'Launch OmegaInstaller (...)' - it means, that this installator will install components automatically, but it doesn't! Can someone tell me, how to install these components manually ?

Member Avatar for radu84
0
90
Member Avatar for EnderX

I am attempting to write a program that expects the value of a specific field to be a five-digit zip code. Logically, this should be a completely numeric value, but as I'm using a text field, it is possible for the end user to put [I]anything[/I] in there. I'm trying …

Member Avatar for Ferpudy
0
836
Member Avatar for adotl

This looks a great site. Perfect for the likes of me, Im a recent student from Scotland to Software Development but hope to progress through the different languages. At the moment I'm finishing off my course on Pascal, the dead language but apparently itll help for some aspects of C. …

Member Avatar for iamthwee
1
48
Member Avatar for cagricekin

hi all I am Cagri from MARTI LTD in TURKEY. As Marti Ltd we are searching assistance of delphi programmers. We would release works, we need assistance, in some time through internet. Therefore we want from programmers willing to colloborate us to send their mail addresses and their knowledgement and …

Member Avatar for radu84
0
92
Member Avatar for Terry Robinson

Hi, My name is Terry. A bit older than average (60 - but my wife was born the same month I graduated high school, so she says that takes off 10 years). I've been programming since '79, used BASIC, Assembler, Forth, dBASE, Paradox, Clarion, Turbo Pascal, C, Modula-2, C++, Delphi …

Member Avatar for eXceed69
1
101
Member Avatar for dragoshstoica

Hi, I have a new problem in my project. For connect to database and to creat her i used DISQLite3 Personal_1.3.4.I've learnd how to show sa table but just in a richedit and i don't know how to put the information in a table. help pls. Here is how i …

Member Avatar for dragoshstoica
0
100
Member Avatar for Necrobat

I'm making a Connect 4 game for a school assignment, and my code should work in theory, but in reality it doesn't. Whenever I run the game, the board tries to draw itself, but then fails to do so. Can anyone please give me any advice? Thanks in advance. [code]unit …

0
60
Member Avatar for adotl

I dont know if Im far off with this, The user enters their name and I want them to only enter in a string so if they enter in a number Id like an error message, any ideas? [code]program Word; uses crt; var letter: string; begin clrscr; Repeat writeln('What is …

Member Avatar for adotl
0
111
Member Avatar for satrix36

Hi all, I don't know if this is possible, but I am needing to upload a file in one of my delphi programs. The program stores and displays events that are happening. The program will be used between 5 people all at different locations. When the program runs, it checks …

Member Avatar for radu84
0
1K
Member Avatar for Gaara

[COLOR=#555555]Hey, I need a [/COLOR][COLOR=#555555]Delphi[/COLOR][COLOR=#555555] programmer to complete a half finished program. The program still requires a bit of work, o and it would be preferred if the programmer is form [/COLOR][COLOR=#555555]South Africa[/COLOR][COLOR=#555555][/COLOR] [COLOR=#555555] [/COLOR] [COLOR=#555555]For more detailed information e-mail me at: [I]email removed[/I][/COLOR]

Member Avatar for radu84
0
111
Member Avatar for onsir

how to make code for access form in many form. and sub menu exp: I give user can't access form Purchasing, but inventory not. with character 10 *1 can access *0 can't access

Member Avatar for yhoezt
0
98
Member Avatar for neeny29
Member Avatar for yhoezt
0
181
Member Avatar for neeny29

hey... Pls help me, I have some pdf file and i want to merge it to a new file with Application Delphi version 5

Member Avatar for yhoezt
0
267

The End.