Instead of Install

2005-04-20 Thread Stan
(in my case, 5 Pro). Or must I do it step-by-step, starting with Delphi, then Raise, Indy, TurboPower, etc. TIA, -- Stan ___ Delphi mailing list -> Delphi@elists.org http://www.elists.org/mailman/listinfo/delphi

Passing an array

2006-12-24 Thread Stan
[1..750] of extended". How do I define the routine so that it can accept and work with an array of any size? Thanks, -- Stan ___ Delphi mailing list -> Delphi@elists.org http://www.elists.org/mailman/listinfo/delphi

Turbo vs. Win32

2007-04-11 Thread Stan
Anybody know what the difference is between Turbo Delphi Pro and Delphi 2007 for Win32? At first blush, they both look like the Win32 "personality" of the Delphi 2006 Suite. (Maybe I haven't blushed enough??) Thanks. ___ Delphi mailing list -> [EMAIL P

Passing an array

2007-08-04 Thread Stan
s element [J] of the calling program's array? How would the calling program pass its array, say MyArray : array[1..500] of extended, to R? Would it be: MyResult := ComputeValue( @MyArray, 500 ); ?? Thanks in advance, -- Stan ___ Delphi mailing

Opening Word (or OpenOffice) with only a filename (non-existing file)

2007-10-10 Thread Stan
file where I know what I want the resulting file to be saved as? Delphi 5, Windows XP Pro. Many thanks, -- Stan ___ Delphi mailing list -> Delphi@elists.org http://www.elists.org/mailman/listinfo/delphi

Delphi and OpenOffice

2007-10-14 Thread Stan
th backslashes changed to forward slashes. So my question is: What is the proper format to specify an existing file? Any and all help greatly appreciated! (Also, if you've done this, then pointers on how to use Delphi to insert text would also be appreciated.) Many thanks, -- Stan

Delphi and OpenOffice

2007-10-15 Thread Stan
Hi again, I solved the OpenOffice problem (of not being able to open an existing file from within a Delphi program)--it turned out to be a (ahem) typo, not in the code I posted, but rather in my typing in the name of the file to open :( Sorry for any confusion, -- Stan

RichEdit - copying formatted text from/to

2009-05-27 Thread Stan
ter line, using the code shown above. However, that method loses the formatting. I'm using D5. I'm also using Raize Components' tRzRichEdit, although I doubt that adds or subtracts anything from tRichEdit that might be useful in this situation. A