Facebookov profil osebe Stanko Milosev

Results 81 - 90 of 120

0.0/5 (0 vote)
Delphi/Oracle
Author:Stanko Milošev
If you ever received this error then try to write field names in the Oracle with upper case, or use quotas.
Wednesday, 18 March 2009 | 241 hits | Print | PDF | Report
0.0/5 (0 vote)
Delphi/Web
Author:Stanko Milošev
If you need to automate IE8, popup windows, then read this article Window structure go like this: Frame Tab, TabWindowClass, Shell DocObject View, Internet Explorer_Server. So, code would go something like this: var Wnd: HWND; WndChild: HWND; ...
Monday, 23 March 2009 | 994 hits | Print | PDF | Report | Read more
83. MAPI
0.0/5 (0 vote)
Delphi/Delphi
Author:Stanko Milošev
Now, little bit about MAPI. According to wikipedia MAPI is designed to be independent of the protocol, it is usually used with MAPI/RPC, the proprietary protocol that Microsoft Outlook uses to communicate with Microsoft Exchange. So, I read this...
Tuesday, 07 April 2009 | 133 hits | Print | PDF | Report | Read more
0.0/5 (0 vote)
Delphi/Delphi
Author:Stanko Milošev
If you are having problems after you installed components, like: File not found *.dcu, or *.pas, try adding path to Tools->Options->Library - Win32 -> Library path
Wednesday, 08 April 2009 | 140 hits | Print | PDF | Report
0.0/5 (0 vote)
Joomla/Extensions
Author:Stanko Milošev
If you are  receiving error like this: Call to undefined method JException::setQuery() Check connection to your database (if it is different then Joomla!). If everything is ok, then try something like it is described here.
Wednesday, 08 April 2009 | 552 hits | Print | PDF | Report | Read more
86. Parsing
0.0/5 (0 vote)
Delphi/Delphi
Author:Stanko Milošev
How to parse delimited text? Easy : var sl: TStringList; begin try sl := TStringList.Create; sl.StrictDelimiter := True; sl.Delimiter := ''; sl.DelimitedText := 'ARR35YXCAPE FALSTER0913SIKOPTMKoper2009-02-28...
Wednesday, 22 April 2009 | 157 hits | Print | PDF | Report | Read more
87. Alt + F1
0.0/5 (0 vote)
MS SQL/MS SQL
Author:Stanko Milošev
If you want to see table properties (sp_help) than in query editor just select a table you want to see properties and pres on the keyboard Alt + F1
Wednesday, 29 April 2009 | 204 hits | Print | PDF | Report
88. Pdf
0.0/5 (0 vote)
Delphi/Delphi
Author:Stanko Milošev
How to check if acrobat reader exist? ShLwApi, Windows; var Size: dword; Data: array[0..MAX_PATH] of char; begin size := max_path; if not (Succeeded(AssocQueryString(0, ASSOCSTR_FRIENDLYDOCNAME, PChar('.pdf'),...
Wednesday, 29 April 2009 | 160 hits | Print | PDF | Report | Read more
5.0/5 (1 vote)
Delphi/Delphi
Author:Stanko Milošev
Correct usage of GetLastError and FormatMessage in Delphi.ShowMessage(SysErrorMessage(GetLastError))) Taken from here.
Thursday, 30 April 2009 | 142 hits | Print | PDF | Report | Read more
0.0/5 (0 vote)
Delphi/Delphi
Author:Stanko Milošev
If you need something to do before build or after build in Project->Options go on Build events. In my case I needed to compile resource file to add one exeso for sure is always there (mostly because of CVS and other developers). Syntax is...
Friday, 08 May 2009 | 150 hits | Print | PDF | Report | Read more

<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Page 9 of 12


Powered by AlphaContent 4.0.16 © 2005-2010 - All rights reserved