1,899 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
200
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
77
Member Avatar for leaf
Member Avatar for LLC
0
126
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
114
Member Avatar for hasareli

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

Member Avatar for jbennet
0
95
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
134
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
79
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
108
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
154
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
91
Member Avatar for maunga
Member Avatar for radu84
0
46
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
100
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
57
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
497
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
134
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
318
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
82
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
137
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
111
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
267
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
117
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
89
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
124
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
467
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
43
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
271
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
222
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
179

The End.