1,899 Topics
| |
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 … | |
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' … | |
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 | |
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 … | |
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 ? | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
[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] | |
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 | |
hi ..everyone I have a problem.I want to create PDF file from Delphi coding. Pls help me neeny | |
hey... Pls help me, I have some pdf file and i want to merge it to a new file with Application Delphi version 5 | |
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 … | |
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 … | |
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 … | |
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". … | |
اHello i am new member , i like to learning pascal , i want lessons pascal with video . Thanks. | |
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. | |
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 … | |
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, … | |
i have made a quiz using exelearning mozilla firefox and want to show it in Delphi. how do i do it??? Thanks | |
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 … | |
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 … | |
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; … | |
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? … | |
I want to create a function or procedure to compute the sin formula using taylor method. can you help me pls thnx | |
I think I have to formulate my previous thread more precise : It is easy to get access to the database components when you use c# in delphi 2005 personal : In the section tool palette there is a button called "data components". When you push this button, you can … |
The End.