Answer Posted / axk
The application having all the layers (Data, business
logic, gui) contains in same machine. in other words all in
one application in one machine.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can I use the ODBC drivers that I got with ?
How to Get the date of a file using Delphi?
How can I manipulate data programatically?
How to Register a file extension and context menu operations?
How to prevent the user from moving or sizing my form?
How to Converta RGB color to a CMYK color?
What are the Differences in the install paths for Kylix?
I'm using Delphi 4/5 and have am trying to fill a RichEdit control with both European characters and Thai characters - while I can change character colours the font stays with what was selected for the control:- reLangB.SelAttributes.Color :=dCol; reLangB.SelAttributes.Name :=FontName[dLang]; reLangB.SelAttributes.Charset :=FontChar[dLang]; reLangB.SelAttributes.Style :=[]; reLangB.Lines.Add(dText); The FontName and FontChar arrays contain the font info, and using a similar method for Captions and EditBoexes works! Anybody any ideas? Thanx in advance!
Does Kylix support Postgres?
How to Launch default browser on a URL?
How to Select a cell in a DBGrid ?
Can I make calls to Delphi code from C or C++?
How to Load a TListView component that contains SubItems?
How to Use Delphi or C++ Builder to Run a Query in a Text file ?
What version of TeeChart is supplied with Delphi 6?