First  |  Prev |  Next  |  Last
Pages: 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
CRLF in ErrorBox
Here is another problem. Code that worked fine in VO2.5b3 but works incorrectly in VO28 - IF SubStr(oVersion,1,5) != SubStr(vsver,1,5) oErrBox := ErrorBox{self:oParent, "The latest version is " + vsver + CRLF +; "This version is "+ oVersion + CRLF + ; "There may be significant differences." +CRL... 22 Jun 2008 10:09
Maybe this is a bug Please Check it !!
Hi fellows, (Working with VO 2.7b) I had a problem with the following code: String2Symbol( "MyStringSymbol " ) != String2Symbol( "MyStringSymbol" ) Please notice the leading space character in the left expression The obvious solution was: String2Symbol( Trim( "MyStringSymbol ") )==String2Symbol( "MyStri... 21 Jun 2008 08:40
VOError.log
Hi All, Have come across something mysterious - my VOerror.log file for one application seems to have cleared itself out without reaching any possible size limit (the file was 2 KB). Can some one please tell me when, why and how the VOerror.log file gets cleared? Thanks, Vaishali ... 19 Jun 2008 01:15
.ini file error in read
In an initialisation method I have - LOCAL oIni as IniFileSpec oINI := INIFileSpec{WindowsDirectory() + "\OS7.INI"} IF oINI:lFileExists aIniTemp := oINI:GetSection("FP") // File Paths ENDIF IniVal := AScan(aIniTemp, {|el| el[1] = "DP"}) IF IniVal > 0 VsmartDir := SubStr(aIniTemp[INiVal... 19 Jun 2008 01:15
FABPAINT V3.0.1.4 compatibility
I recently downloaded the latest FabPaint.DLL V3.0.1.4 and installed in my application. Fabrice, thanks for fixing the DIBGetHandle() function, it now works perfectly under Windows XP. However, when testing the application on an old Win'95 machine the application will not load at all, with a popup infobox th... 3 Jul 2008 12:30
RP3.6
Hallo I have VO 2.7 and when I leave the programm i becam an Error from RPErrorhandler: Fehler: 04.06.2008 Zeit: 18:49:00 Fehlermeldung: DATA TYPE ERROR Subsystem: BASE Funktion: SEND Argument: {(0x0000)0x0295B66C} CLASS InValidVoObject Typ: OBJECT 1. Argument RPERRORHANDLER (Zeile: 6) This is only by o... 28 Jun 2008 04:31
Font picker
I'm working of a piece of code that allows the user to enter the properties of a Fixed Text control that is stored in a database and will be loaded at runtime to generate a FT control on a window together with other controls. Origin and size is quite easy but font face, font size, font weight, font color etc... 19 Jun 2008 01:15
ReportPro 2.14 & JPEGs
(How) can I print JPEGs with Report Pro 2.14? There should be upto 30 pictures per page. Lothar ... 25 Jun 2008 07:47
Serious problem with FabSplitShellWindow
I add the FabSplitShellWindow on the my application but have two serious problem: 1) the terminal window is visible only from repository, but not from application EXE, if i attempt to show the terminal window tha application crash! 2) IMPORTANT! The my window now is very, very slow when is present a bbrowser.... 19 Jun 2008 01:15
Help with Mutex
Hi Kunu, this works fine for me: METHOD AlreadyExists () CLASS App LOCAL cID_App AS STRING LOCAL lIsRunning AS LOGIC cID_App := "MyAppID" CreateMutex(null, TRUE, String2Psz(cID_App)) lIsRunning := (ERROR_ALREADY_EXISTS == GetLastError()) RETURN lIsRunning METHOD Start() CLASS App ....... 19 Jun 2008 01:15
First  |  Prev |  Next  |  Last
Pages: 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43