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 John Tel 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: *

  • Users: Baldur3635
  • Content: Threads
  • Order by date
  1. Baldur3635

    Highlight a list of words in an rtf file

    Does anyone know of a program where I can feed in a list of words, parse the entire RTF and highlight every word in the list. What's it for? We are writing a story and there are several lists of words, known as 'Filler words', there's another list called 'Crutch words' and a third list called...
  2. Baldur3635

    I thought that I had it sorted out.

    I thought that I had it sorted out. I got no errors, but it didn't work. I stepped through the Code and checked the value with Add Watch. Everything was perfect. I hit ExecSQL and no error! Wow, I did it! Well, no I didn't. I checked the database (I did make a backup in case anything went...
  3. Baldur3635

    How to open an Editor Form at a particular record.

    I could kick myself for not keeping my books. I'm trying to do something rea;;y simple I think I have a DBGrid and it's connected to a query. The user selects one of 5 different ItemTypes and a value (string) that he wants to find. There can be anything from one an integer number (I doubt if...
  4. Baldur3635

    Changing a Query at Runtime

    I'm back! My database holds several different things (don't blame me for the database design, someone else did that!). There are three distinct types of things. They all haver some of the fields, but some of the items, the fields are blank. I'm trying to use a single CRDBGrid to display each...
  5. Baldur3635

    The regular programmer had a stroke

    The regular programmer had a stroke, he's not coming back and my friend is looking for a replacement. In the meantime, I'm stand-in. Not bad when you get a chance at 80 to re-hone your programming skills, I suppose. Problem is that things have moved on so I'm playing catch up for a while. I was...
  6. Baldur3635

    Combo Boxes question

    I have 2 x ComboBoxes. CB1 has a list of items. CB2 has a list of matching item codes. My idea is that the user select an Item from the DB1. I find the ItemIndex (no problem) and then use this number to select the corresponding Item Code. Ive been looking at doing this. It seems so easy, but...
  7. Baldur3635

    Now I really DO have a problem, - Sorting

    I have a MyDataModule. In it I have MyConnection1, a query and this is a second Query. I have a MyDataSource2 and a MyQuery2. On the form I'm busy with, there is a ListBox, populated with the fields that I want to sort on. The idea is, the user selects a field and then the code (below) displays...
  8. Baldur3635

    I have a problem with a DBGrid

    I have an application with a Main Window. A button Click takes the user to a Form the Form has a DBGrid, a Lable And a List Box. The idea is that the user selects an Item from the ListBox and depending on what he Clicks, the DBGrid will be sorted by his choice. I've written all the necessary...
  9. Baldur3635

    Brain Fog with MyDac and XE7

    I was a regular Delphi programmer years ago, when I was working. I'm now retired and 80 years old. A pal of mine that I did a lot of work for in the past, asked me to write a simple program for him. On a pension, I can use the money. He's got XE7. All it involves is writing some values to a...
  10. Baldur3635

    Moving from eDirectory to Active Directory

    Now that Novell have finally dumped everyone and have tried to force us to their really horrible, badly supported, buggy version of Linux, my boss has decided to convert everything to Microsoft. Here's my problem : - We have 2 Windows 2003 Servers, not in any Domain and no Active Directory...

Part and Inventory Search

Back
Top