"DAX Error - Name not unique in this context" . what does
this error mean?
Answer / gaia
You're working with DB?? With canvas?? Or when does that
the message appear... If is DB you can change de
handleshared property and it has to work.
| Is This Answer Correct ? | 2 Yes | 0 No |
How to Extract Icons ?
How to Print Delphi controls using QuickReports?
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!
How to Get a handle on your files ?
How to Implement the VB TwipsPerPixel in Delphi ?
How to Save a QuickReport custom preview to text?
What is DCOM Dependency?
How to Finddistance between two points?
How to make changes to the VCL code?
Can I make calls to Delphi code from C or C++?
How to insert contents of a file at current position in TMemo?
"EOleSysError : Error loading type library/DLL" . what does this error mean?