Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rrrrr12345

    Is Delphi the best?

    Hi all, Is Delphi the language to produce GUI applications? How is it compared with C++, QuickTime or VB, etc? I am about to develope something that the code must interface in an open way to standard windows software (DLL or Active X), is Delphi the best at doing these kind of stuff? All...
  2. rrrrr12345

    Help (cont'), Radio button is beging clicked by ???

    I also forgot to say that I actually did something like this aswell: [COLOR=green] procedure CheckStatusDisplay; begin StatusForm.RadioGroup.OnClick := nil; [COLOR=red] StatusForm.RadioGroup.ItemIndex := -1; [/red] if (P.Status = 'Accepted') then StatusForm.RadioGroup.ItemIndex := 0; if...
  3. rrrrr12345

    Help (cont'), Radio button is beging clicked by ???

    After using that code, the RadioButton doesn't show that it's being clicked at all. I'm now trying a few things, please give some more suggestions in the mean while. Thank you so much.
  4. rrrrr12345

    NEWBIE

    Straightly speaking, Delphi is not a programming language, it's a programming environment which uses programming language such as Pascal or C, etc. It's particularly useful for GUI applications. R
  5. rrrrr12345

    Help (cont'), Radio button is beging clicked by ???

    Thanks, I think that problem is as you said, "it will retain the previous value for the next pass", but could you explain to me what you mean by a pass? so when do I reset the radio button's ItemIndex?
  6. rrrrr12345

    Help (cont'), Radio button is beging clicked by ???

    Hi again, thank you for your advices, please give me comments again. Your help will be appreciated. I have a MainForm which the user can input a number so that each set of data associated with the number is displayed using another form with radio buttons (basically): e.g. when 'Production 1'...
  7. rrrrr12345

    Urgent: oldfile not found, while oldfile is removed from proj.

    Thanks alot for your advices, because the project is so urgent, that I have already made a new project, and got rid of that problem (and made a backup without the extra unit)However, another problem arises, which I hope I can deal with it myself.
  8. rrrrr12345

    Urgent: oldfile not found, while oldfile is removed from proj.

    Hi, I tried to remove a unit, e.g. oldfile, which I created for in my project long time ago. I have use the button, remove file from project, and also deleted all related files in my directory. When I tried to compile after that, very very strangely, I keep getting an error message in the line...
  9. rrrrr12345

    Display XML content using TreeView

    Hi, how is it possible to display the content of an XML file using TreeView? I am using delphi 6 and I tried to use XMLdatamapper, and can display XML data in a table format, but the DBGrid doesn't display all the content. For example: for <content> long long long text text text </content>...

Part and Inventory Search

Back
Top