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 Mike Lewis 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. carriemjohnson

    TRichEdit Control

    Hi, I have a beginner question...I'm trying to use a TRichEdit control to change an RTF string into a regular string...but I'm not sure what methods to use in Delphi. Can anyone point me in the right direction?
  2. carriemjohnson

    Opening a file with the default text editor.

    Hi! I'm trying to open a file with my default text editor in J++...but the file I created doesn't have a .txt extension. Is there a way to open a file with the default text editor if it doesn't have that extension? Please help. Thanks, Carrie
  3. carriemjohnson

    Word to String Conversion

    That worked! Thank you!
  4. carriemjohnson

    Word to String Conversion

    Hi everyone! I need some really quick help. I'm trying to use the DayOfTheMonth function in my program, which returns a word object. I need to convert the word into a string. So I used the wordToStr function, but this converts the word into a wordStr and it doesn't display properly in my...
  5. carriemjohnson

    1 dll or multiple dlls?

    I've been trying to weigh the positives and negatives of doing multiple dlls, so you're information really helps. Could you tell me what kind of "deployment, integration, and development headaches" I could expect? I apologize I don't know as much about all of this as I would like to.
  6. carriemjohnson

    1 dll or multiple dlls?

    I'm developing in an application that has gotten fairly large. We currently use 1 dll to do several of our processes. But are looking to expand our functionality using the same dll tools. My question is - is it better to use 1 dll (even though it's going to be quite large) or is it better to...
  7. carriemjohnson

    1 dll or multiple dlls?

    I'm developing in an application that has gotten fairly large. We currently use 1 dll to do several of our processes. But are looking to expand our functionality using the same dll tools. My question is - is it better to use 1 dll (even though it's going to be quite large) or is it better to...
  8. carriemjohnson

    DLLs -- Is it better to have 1 big dll or multiple dlls?

    I'm developing in an application that has gotten fairly large. We currently use 1 dll to do several of our processes. But are looking to expand our functionality using the same dll tools. My question is - is it better to use 1 dll (even though it's going to be quite large) or is it better to...
  9. carriemjohnson

    Compiling Packages into Source Code

    Hi, I have an application where we currently compile our code into a dll with separate runtime bpls. To make our installation process easier, we would like to combine our packages into our dll (so that we have only one file to distribute to our users). How can I compile my existing packages...
  10. carriemjohnson

    Java and XpressQuantumTreeList(ActiveX)

    I am trying to sort a column within a tree list by numerical value rather than by text value, but am having trouble with it within Java. Here's my problem: I'm trying to sort some of my columns within my tree list by integer value instead of by text value. My problem comes within the...
  11. carriemjohnson

    Parsing Strings

    Hi, I'm pretty new to Delphi and have a problem. I am setting a string to be value1 + '<delimiterCharacters>' + value2. Once I get this string where I want it. I want to parse it out into two separate values. Value A = value1 and Value B = value2. But I'm having trouble manipulating the...

Part and Inventory Search

Back
Top