1,900 Topics

Member Avatar for
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
178
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
108
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
150
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
45
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
73
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
87
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
732
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
89
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
97
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
57
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
108
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
107
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
93
Member Avatar for neeny29
Member Avatar for yhoezt
0
178
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
170
Member Avatar for adotl

Im failing to see what Ive done wrong, the syntax is right but the program wont run for me when I enter in a the else statement works tho.... [code]program Word (input, output); uses crt; var number : integer; letter: string; begin {------------Introduction & Setup------------------} clrscr; {------VERY User-Friendly------} Repeat writeln('Whats …

Member Avatar for adotl
0
198
Member Avatar for adotl

I was doing some coding today and came across a problem someone else faced and I couldnt answer it for them. I'll explain the concept in the little program below.... [code] Program between; uses crt; Var value: integer; Begin clrscr; writeln('Please enter value'); readln(value); readln End.[/code] ...Basically what the programmer …

Member Avatar for adotl
0
113
Member Avatar for adotl

So far as you can see below Ive got the program accessing the file and just reading the lines; Ive got the file set up like so... What is the Answers? A Do this B Do that C Dont do that D Definitely this A So this method is set …

Member Avatar for adotl
0
838
Member Avatar for oglop44

I've written this program which at the mo only has two buttons. One to exit the program and the other to open a report from an external Microsoft Access database file. I'm getting this error message: [B][U]Debugger Exception Notification[/U] - Project Project1.exe raised exception class EOleSysError with message "Operation Unavailable". …

Member Avatar for radu84
0
370
Member Avatar for osama_b

اHello i am new member , i like to learning pascal , i want lessons pascal with video . Thanks.

Member Avatar for radu84
0
64
Member Avatar for nemo240588

is this command not correct? [code]richedit1.text.ClearSelection;[/code] i tried to use it in an onclick event procedure, but i got an error.

Member Avatar for radu84
0
60
Member Avatar for Passing_Gear

Hi there everyone. I'm wanting to make a simple Snake game where the speed of a block (image) goes around by pressing up, down, left and right. I would also like it to go faster every 10 seconds so it gets harder as time progresses. Here is the code I …

0
70
Member Avatar for onsir

in Main Report I have make formula by the name of @a, then in sub of report I make formula by the name of @b. then I wish to make new in main report with the name @c. where value of formul @c is @a-@b. but formula @b in subreport, …

Member Avatar for radu84
0
53
Member Avatar for x00chupej

i have made a quiz using exelearning mozilla firefox and want to show it in Delphi. how do i do it??? Thanks

Member Avatar for radu84
0
64
Member Avatar for chickenmcnugget

I Need Help With This Program The Obejct Is Well Write A Sentence In An Input File And Have The Program Ouput It To The Output Text Or .txt And I Have The Code Written And Everything But Im Getting Some Stupid Errors And Its Written On Console Application I …

Member Avatar for chickenmcnugget
0
170
Member Avatar for sez90

hey im in yr12 and trying to do an assignment anyway i want to b able to press a radio button and for saved words to load from a file its a hangman game im just unsure how to how to load the words from file when clicking the radio …

Member Avatar for radu84
0
144
Member Avatar for sez90

hey umm ok this is wat i've got now for loading words from a file but it still doesn't work can u help? type Words = record easywords: string [20]; mediumwords: string [20]; difficultwords: string [20]; end; var WordFile: file of words; procedure TLevelForm.EasyBtnClick(Sender: TObject); var Easywords: string; Wordfile: string; …

Member Avatar for radu84
0
74
Member Avatar for x00chupej

i am totally new to this. i have just made an application on Delphi, but now need to know how i am going to send it to my clients. do i just give them a copy of my files on a CD, and then they access it by opening them? …

Member Avatar for radu84
0
44
Member Avatar for lor

I want to create a function or procedure to compute the sin formula using taylor method. can you help me pls thnx

Member Avatar for radu84
0
89

The End.