topic
stringlengths
1
63
text
stringlengths
1
577k
Checkboxes disappear pressing ALT in Vista
Gilbert, Already sent the EXE to your email
Checkboxes in specific xbrowse column?
Hi, How do I show standard checkboxes in a [b:1tu7le5m]specific[/b:1tu7le5m] xbrowse column?
Checkboxes in specific xbrowse column?
[code=fw:2ihtjl7y]<div class="fw" id="{CB}" style="font-family: monospace;">oCol:<span style="color: #000000;">SetCheck</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">&#91;</span>aBmps<span style="color: #000000;">&#93;</span>, <span style="color: #000000;">&#91;</span>lEdit<span style="...
Checkboxes in specific xbrowse column?
Thanks !
Checkboxes of root nodes!?
Antonio and friends,Exists a way to do for remove the checkbox of the root nodes?In the image below, the checkboxes with red circle, need be removed! It's possible?[img:2yavxybk]http&#58;//lh3&#46;ggpht&#46;com/ferreira&#46;together/SNTzWYLl_ZI/AAAAAAAAALs/ZZDCMh_NMOA/s800/tree&#46;JPG[/img:2yavxybk]
Checkboxes of root nodes!?
Júlio,Please provide a working PRG to test, thanks
Checkboxes of root nodes!?
[quote="Antonio Linares":1uytbcx9]Júlio, Please provide a working PRG to test, thanks[/quote:1uytbcx9]Antonio,Please take it at <!-- m --><a class="postlink" href="http://rapidshare.com/files/154237267/TestTree.zip.html">http://rapidshare.com/files/154237267/TestTree.zip.html</a><!-- m -->
Checkboxes of root nodes!?
A little sample to provide any idea![img:czbyjd3d]http&#58;//www&#46;craigmurphy&#46;com/blog/wp-content/uploads/2006/04/treeview&#46;gif[/img:czbyjd3d]
Checkboxes of root nodes!?
Antonio,This is possible to do?
Checkboxes of root nodes!?
Julio,Please review this thread:<!-- m --><a class="postlink" href="http://forums.fivetechsoft.com/viewtopic.php?t=7047">http://forums.fivetechsoft.com/viewtopic.php?t=7047</a><!-- m -->
Checkboxes of root nodes!?
[quote="Antonio Linares":3pkphjt1]Julio, Please review this thread: <!-- m --><a class="postlink" href="http://forums.fivetechsoft.com/viewtopic.php?t=7047">http://forums.fivetechsoft.com/viewtopic.php?t=7047</a><!-- m -->[/quote:3pkphjt1]Antonio,Yes, I have looked your example but it's not my intention!I got it put ...
Checkboxes of root nodes!?
Nobody? Any idea?
Checked menuitem
Hi, Why do menu items with checks appear with the check in a border? [img:29v4hyaj]http&#58;//home&#46;quicksoftware&#46;co&#46;za/menu&#46;jpg[/img:29v4hyaj] Also, is there a way to "bullet" a menu item, like the view menu in windows explorer? Alex
Checked menuitem
Alex, Please comment out this line in source\winapi\menus.c line 295: [code:3ruicgvc] if&#40; lpdis->itemState & ODS_CHECKED &#41; &#123; HBITMAP hBmp = LoadBitmap&#40; 0, MAKEINTRESOURCE&#40; OBM_CHECK &#41; &#41;; if&#40; ! &#40; lpdis->itemState & ODS_SELECTED &#41...
Checked menuitem
Hi, What #defines do I need to compile this? Compiling fails using Xhb Tried WIN32 Alex
Checked menuitem
Alex, We email you the modified library for your review, thanks.
Checked menuitem
It seems that there is still a light grey background under the check sign. EMG
Checked menuitem
Enrico, Please try this: [code:2sur9ld0] if&#40; lpdis->itemState & ODS_CHECKED &#41; &#123; HBITMAP hBmp = LoadBitmap&#40; 0, MAKEINTRESOURCE&#40; OBM_CHECK &#41; &#41;; DrawMasked&#40; lpdis->hDC, hBmp, lpdis->rcItem&#46;top + 1, ...
Checked menuitem
Can you send me the new lib, please? EMG
Checked menuitem
Hi, I've gotten menus.c to compile, and highlighted menu items are ok, but unhighlighted items still have the gray background?
Checked menuitem
Alex, Are you still using DrawMasked() ? If yes, does your bitmap has the transparent color at pixel 0, 0 ? Please post a screenshot of the bitmap and how it looks in the menu. Thanks
Checked menuitem
Hi, This is the gray background of unselected menu items, as below [img:wy8mp9bw]http&#58;//home&#46;quicksoftware&#46;co&#46;za/menuitems&#46;jpg[/img:wy8mp9bw]
Checked menuitem
Alex, Are those menuitems "checked" ?
Checked menuitem
Yes, they are <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Checked menuitem
Alex, Please make this change in your menus.c: [code:dxhlu1sb] if&#40; lpdis->itemState & ODS_CHECKED &#41; &#123; HBITMAP hBmp = LoadBitmap&#40; 0, MAKEINTRESOURCE&#40; OBM_CHECK &#41; &#41;; DrawMasked&#40; lpdis->hDC, hBmp, lpdis->rcItem&#46;top + 1, ...
Checked menuitem
Did that change from your earlier post. Selected items are ok, unselected are not
Checked menuitem
Alex, You are using white as the menu color, please select another menu color and check if that makes a difference, thanks
Checking GetLastError() from C
Sometimes we have the need to check the value that returns Windows GetLastError(), so this code is required: [code=fw:30o6563u]<div class="fw" id="{CB}" style="font-family: monospace;">void ShowErrorTxt<span style="color: #000000;">&#40;</span> DWORD dwError <span style="color: #000000;">&#41;</span><br /><span style=...
Checking Windows Service
Is there a function to test and see if a windows service is running or not?
Checking Windows Service
You can try this (from my notes)--I don't know if it will work. [code=fw:29ks0kln]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">// Check whether the application is already running in the same PC </span><br /><span style="color: #00C800;">if</span> IsExeRunning<span style="colo...
Checking Windows XP sp.3
Hi,Microsoft just released the Windows XP's service pack 3.Is there any way to detect it ? I always detected the windows version using the version in the registry but in this case it is the same of the service pack 2 (5.1.2600).Thanks in advance
Checking Windows XP sp.3
Solved using oSystemInfo:csp
Checking changes in folder
Hi,I need to check if the value of some controls (get, combobox..) in a folder has changed in order to request a confirm to the customer before exit.Due the outlook interface I am using the customer can loose the data simply selecting another record so a confirm exit is needed.See image at <!-- w --><a class="postlink"...
Checking changes in folder
Marco,This is the way I do this check :[code:tljo7nna] LOCAL cFIELD1, oFIELD1 LOCAL cFIELD2, oFIELD2 &#46;&#46;&#46;&#46; cFIELD1 &#58;= oFIELD1 &#58;= FILE->FIELD1 cFIELD2 &#58;= oFIELD2 &#58;= FILE->FIELD2 &#46;&#46;&#46;&#46; DEFINE DIALOG &#46;&#46;&#46;&#46; &#46;&#46;&#46;&#46; REDEFINE GET cFIELD1 ID 101 OF &#46...
Checking changes in folder
Hi Driessen,you are right but I have a lot of variables to check so I would like find an automatic check without manage each control.
Checking changes in folder
Marco,Do you use a Class TDataBase for fields editing ?If yes, then you can simply check oDataBase:Modified() <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Checking changes in folder
[quote="Antonio Linares":2enc0qlu]Marco, Do you use a Class TDataBase for fields editing ? If yes, then you can simply check oDataBase:Modified() <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:2enc0qlu]Unfortunately that data file is not in a dbf format.
Checking changes in folder
Marco,If you use locals, then I am thinking that we could implement an easy and very powerfull solution <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->if you keep the locals together, then we could step through them and build an array from them, and later on, compare the or...
Checking changes in folder
Marco,Here you have a working sample. It can be very much simplified, as I have included some code so testers can understand the virtual machine stack structure. Also the "locals" checker code could be placed into an external function:[code:1jsx704x] #include "FiveWin&#46;ch" function Main&#40;&#41; Test&#40; "one...
Checking changes in folder
A simplified version:[code:3arfsxbt] #include "FiveWin&#46;ch" function Main&#40;&#41; Test&#40; "one", "two", "three" &#41; return nil function Test&#40; x, y, z &#41; local local1 &#58;= "first", local2 &#58;= "second", aBegin &#58;= HB_DBG_VMSTKLLIST&#40;&#41;, aEnd, n // your code&#46;&#46;&#46; ...
Checking changes in folder
Maybe this will work , also when folders are nestedFrank[code:1pmbz52d] #include "FiveWin&#46;ch" #include "common&#46;ch" function Main&#40;&#41; local oDlg, oFld LOCAL Num &#58;= 100 LOCAL MemInpVal&#91;0&#93; LOCAL n &#58;= 1 , oRadMenu , oGet DEFINE DIALOG oDlg RESOURCE "test" REDEFINE FOLDER oFld I...
Checking changes in folder
AntonioIn many cases we are using arrays , or why not , nested arrays , or arrays are mixted with others.In this case i suppose that this code is much more complicated and has tobe changed .Frank[quote="Antonio Linares":3mgzssfg]A simplified version: [code:3mgzssfg] #include "FiveWin&#46;ch" function Main&#40;&#41; ...
Checking changes in folder
Hi Frank,your code is the easyest solution for my case. Thanks to all for the tips.
Checking for a Windows 64-bit
Hello, How can we check in FWH if an application is running on a 64-bit Windows version ? Thanks you very much in advance.
Checking for a Windows 64-bit
Michel, [url:1ya5231g]http&#58;//wiki&#46;fivetechsoft&#46;com/doku&#46;php?id=fivewin_function_iswin64[/url:1ya5231g]
Checking for a Windows 64-bit
Antonio, [quote="Antonio Linares":2ee6flw7][url:2ee6flw7]http&#58;//wiki&#46;fivetechsoft&#46;com/doku&#46;php?id=fivewin_function_iswin64[/url:2ee6flw7][/quote:2ee6flw7] I found out that IsWin64() doesn't work on Windows 7 professional 64bit (6.1 build 7600 - it returns .f.) I'm still on FWH 9.05 - xH 1.2.1 - bcc 5.5...
Checking for a Windows 64-bit
Simple test: [img:3nmcuhqf]http&#58;//img825&#46;imageshack&#46;us/img825/7167/iswin64&#46;png[/img:3nmcuhqf] Nobody's using IsWin64() here ? Hi, Davide
Checking for a Windows 64-bit
Hi guys, here's the function, taken from <!-- m --><a class="postlink" href="http://msdn.microsoft.com/en-us/library/ms684139%28VS.85%29.aspx">http://msdn.microsoft.com/en-us/library ... 85%29.aspx</a><!-- m --> I tested in: Windows 98 -> .F. WinXP 32 SP3 -> .F. Vista 32 SP2 -> .F. Win7 64 -> .T. Could you please ch...
Checking for a Windows 64-bit
Davide... Yes, your purpose is correct, but if the application was built under 32 bits, for correct this function we changed source\winapi\wndis.c with this change applications built under 32 and 64 will show .T. Thanks... [code=fw:1lvyeuwc]<div class="fw" id="{CB}" style="font-family: monospace;"><br />#ifdef _WIN6...
Checking for a Windows 64-bit
Daniel, thank you for your feedback. [quote="Daniel Garcia-Gil":1d23a1gj]HB_FUNC( ISWIN64 )[/quote:1d23a1gj] I intentionally left IsWin64() untouched and added IsWow64() because the former is already used (for example) in rPreview.prg to determine whether to load the 32 or 64 bit DLL. Your change would make a FWH32 pr...
Checking for a Windows 64-bit
[quote="Davide":3llrzluh]Daniel, thank you for your feedback. [quote="Daniel Garcia-Gil":3llrzluh]HB_FUNC( ISWIN64 )[/quote:3llrzluh] I intentionally left IsWin64() untouched and added IsWow64() because the former is already used (for example) in rPreview.prg to determine whether to load the 32 or 64 bit DLL. Your cha...
Checking for a Windows 64-bit
Daniel, [quote="Daniel Garcia-Gil":6bci4116] The function IsWin64 return .T. / .F. if the application was built under 64 Function IsWow64 return .T. / .F. if the application was built in 32bit and run over 64 [code=fw:6bci4116]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;...
Checking for a Windows 64-bit
Davide... <!-- m --><a class="postlink" href="http://wiki.fivetechsoft.com/doku.php?id=fivewin_function_iswin64">http://wiki.fivetechsoft.com/doku.php?i ... on_iswin64</a><!-- m --> This function returns .t. if we are executing the application under Windows 64 bit i saw the wiki and explain is wrong and correct IsWin...
Checking for a Windows 64-bit
Daniel, maybe the name of the function is a little bit confusing. The other funcions (IsWinXP(),...) are returning the version of the OS, so I think it would be clearer if IsWin64() would return the type of the OS (.f. for 32bit and .t. for a 64bit OS). I suggest IsWin64() for the OS and IsWow64() for the applicatio...
Checking for a Windows 64-bit
Stefan... the return value is correct in both case the point is call IsWin64 in 32 bit program (built) never shall return .T. because run in emulation mode (WOW64) under 64 bit OS, this emulation is 32bits like say : <!-- m --><a class="postlink" href="http://msdn.microsoft.com/en-us/library/ms684139(VS.85">http://msd...
Checking for a Windows 64-bit
Daniel, I download all test sample that of 32 bit run ok on xp the second i cannot run it ( because now I use xpprofessional) and it is ok but if I made an application witha Windows Seven 64 bit and the I must give to customer this application it can run on xp professional 32 bit or vista 32 bit ? I'm thinking it cann...
Checking for a Windows 64-bit
Silvio... the applications built in 64bit no run in 32bits, you can build in 32bit and run in 64bit (emulation mode)
Checking for a Windows 64-bit
Daniel, [quote="Daniel Garcia-Gil":3gf99gc2]the applications built in 64bit no run in 32bits[/quote:3gf99gc2] this is the point. If I'm using FHW64 I have no need for a IsWin64() function because my program would not run on any other platform. If I'm using FWH32 instead (like I am), then I need IsWow64() to know whethe...
Checking for a Windows 64-bit
[quote="StefanHaupt":1kyr4sap]Daniel, maybe the name of the function is a little bit confusing. The other funcions (IsWinXP(),...) are returning the version of the OS, so I think it would be clearer if IsWin64() would return the type of the OS (.f. for 32bit and .t. for a 64bit OS). I suggest IsWin64() for the OS an...
Checking for a Windows 64-bit
hua, stefan we can not change IsWin64() functionality, maybe other user use this function, we could break compatibility. yes the function is not intuitive, but return a correct value ( .T. in applications built under 64 and .F. in applications built under 32 ) [quote="Daniel Garcia-Gil":3qu0c3qi]Stefan... the retur...
Checking for a Windows 64-bit
Daniel, [quote="Daniel Garcia-Gil":3ves8745]we can not change IsWin64() functionality, maybe other user use this function[/quote:3ves8745] you're right, but if someone did you use it as advertised in the Wiki (like I did), they've already found it doesn't work that way. I would suggest: 1) Rename IsWin64() as IsMyPrg...
Checking for a Windows 64-bit
Daniel, [quote:3pifyxbi]I think it's more intuitive and in line with the rest of IsWin...() functions.[/quote:3pifyxbi] That was my intention. Maybe changing the function could break compatibility with existing apps, but are there already 64bit apps ? I think, it´s not too late to change the function.
Checking for a Windows 64-bit
[quote="Davide":1lc32f41]Alternatively, we can leave IsWin64() like it is now, but then the Wiki needs to be updated or more and more people will make the mistake to use it with FWH32 to check if the OS is 64bit or not.[/quote:1lc32f41] [url:1lc32f41]http&#58;//wiki&#46;fivetechsoft&#46;com/doku&#46;php?id=fivewin_fun...
Checking for a Windows 64-bit
Already changed wiki [url:2fmd3e2h]http&#58;//wiki&#46;fivetechsoft&#46;com/doku&#46;php?id=fivewin_function_iswin64[/url:2fmd3e2h] [url:2fmd3e2h]http&#58;//wiki&#46;fivetechsoft&#46;com/doku&#46;php?id=fivewin_function_iswow64[/url:2fmd3e2h] please any thing else or additional comment, please let us know, thanks by...
Checking for updated fields
Hi, I'm looking to put a message in my app to check if the user has updated any fields in a dialog (these can be gets/radio/checkboxes etc) and then if the user tries to quit, display a message saying "Data not saved, are you sure you wish to quit?" Is there a global setting that i can put into my dialog that can get...
Checking for updated fields
Peter I don't have a direct answer for you .. but consider a couple options .. 1) In a network environment you could have issues with two people having buffered up the same record .. very typical in a small office situation .. if one person saves the record and the other saves on top of that same record .. you now h...
Checking for updated fields
Thanks for your reply - i've always said to our customers that i could change my app to work as you suggested in point 2, so i'm probably going to go with that. Just wondered if there was an "hidden" automated procedure somewhere <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!--...
Checking for updated fields
This bit of code might point you in the right direction. This code would run after the ON INIT for the dialog. It does not take into account if you already have bChange block already assigned. You might have to add other types of controls also. It also does not do folder within folder. [code=fw:2h22xyv1]<div class="fw...
Checking for updated fields
Pete, Personally, I am against such a design. The software should assume that the user wants to do what they said they did. I hate confirmations! Consider that 99 times out of a hundred, the answer will be the same. The user will be so used to getting rid of the annoying message by answering in a certain matter that i...
Checking for updated fields
Hello James, would you be so kind to explain the modified() method a bit. Is modified asking if you want save. It would also be a good step to have a undo build in. Thanks in advance. Best regards, Otto
Checking for updated fields
Otto, >would you be so kind to explain the modified() method a bit. >Is modified asking if you want save. No, calling Modified() simply checks the buffer agianst the record and returns .t. if they are different. >It would also be a good step to have a undo build in. Yes, Undo is much better than a confirmation. In ...
Checking for updated fields
I fully agree with Mr. James on user psychology. About checking whether any data is modified by a dialog, in a network environment, we need to consider two kinds of changes. 1) If our user has modified the data by editing the dialog. 2) If any other user changed the data, after our user read the data. I normally us...
Checking for updated fields
Hello Mr. NagesWaraRao, would you please show how you compare to arrays. I always use a FOR-NEXT statement. Is there a better way? Thanks in advance And best regards, Otto
Checking for updated fields
I have solved this problem many years ago, even already in my Clipper times. I always use this kind of code : [code=fw:3nepkgds]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">LOCAL</span> cField1,cField2,cField2<br /><span style="color: #00C800;">LOCAL</span> cUpdate := .F.<br...
Checking for updated fields
Mr Otto > I always use a FOR-NEXT statement. Is there a better way? > I also do the same thing. I think this is the best way I can think of.
Checking for valid fieldname
Hi, My program import data from an other system. These files include a parameter and info about this parameter. When I import it I create a fieldname with the same name as the parameter from the imported file. Till now I had no problem but a client wanted to import a file that contains wrong info. My program wanted to...
Checking for valid fieldname
Maybe this func could help you. Regards, Otto func f_isOK(cTest) local cReturn:="" local i:=0 FOR I := 1 TO len(cTestl) IF ASC(substr(cTest,i,1)) >= 33 .and. ASC(substr(cTest,i,1)) <= 90 cReturn:=cReturn+substr(cTest,i,1) elseif ASC(substr(cTest,i,1)) >= 97 .and. ASC(substr(cTest,i,1)) <= 122 cRetur...
Checking for valid fieldname
Using charonly : [code:jy9dfnhy] LOCAL CharAllowed &#58;= "" , i , lOk FOR i &#58;= 65 TO 90 CharAllowed += CHR&#40;i&#41; + CHR&#40;i+32&#41; NEXT // Are numbers allowed in fieldnames ? If yes add the range 48-57 lOk &#58;= &#40; LEN&#40;CharOnly&#40;CharAllowed,cString&#41; == LEN&#40;cString&#41; &#41; RETURN lOk...
Checking for valid fieldname
Otto, Frank, Thanks for the info. I will try it. Marc
Checking if Outlook is running
Hello, How can I check in FWH if Outlook is running on my PC? I tried to use GetTasks() but Outlook can not be found in the tasklist. Is there a difference in Outlook 2003, 2007, 2010 or 2013? Anyone any idea? Thanks a lot in advance.
Checking if Outlook is running
Michel, This may help you: [code=fw:2nxsxsce]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; <span style="color: #00C800;">if</span> FWGetOleObject<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"outlook.application"</span> <span style="color: #000000;">&#41;</span> == <span...
Checking if Outlook is running
Antonio, Thanks for you efforts, but I'm afraid it isn't working. I always get the message "Outlook is available" whether Outlook is running or not. If Outlook is not running, I can see that Outlook is started invisible for a short moment, then the message "Outlook is available" appears and then Outlook is quited. I...
Checking if Outlook is running
[quote:3a0e7854]Because I want to prevent that Outlook is started more than one time.[/quote:3a0e7854] if GetActiveObject( cName ) succeeds without error, it means the app is already running. So the logic should be [code=fw:3a0e7854]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #...
Checking if Outlook is running
Michel Maybe the following code will help [code=fw:1zbz58fg]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">static</span> <span style="color: #00C800;">function</span> lfSetMail<span style="color: #000000;">&#40;</span>oCMSFolder<span style="color: #000000;">&#41;</span><b...
Checking if Outlook is running
Colin, Thanks a lot for trying to help me. I don't want to know if Outlook is installed or not, I want to know if Outlook is running. Why do I want to know if Outlook is running? Because I want to prevent that Outlook is started moren than one time.
Checking if Outlook is running
Michel I justed tested outlook and it appears you can not start it multiple times - you can have multiple child windows open but they are closed when the top window is closed. Tested on Windows 8 and Outlook 2010. Regards Colin
Checking if Outlook is running
Thanks a lot everybody for trying to help me. Unfortunately, whatever I try, I always get the error : "Error TOleAuto/65535 TOLEAUTO:GETACTIVEOBJECT". What am I doing wrong?
Checking if Outlook is running
[quote="driessen":f87x0fe3]Thanks a lot everybody for trying to help me. Unfortunately, whatever I try, I always get the error : "Error TOleAuto/65535 TOLEAUTO:GETACTIVEOBJECT". What am I doing wrong?[/quote:f87x0fe3] If Outlook is not already running, you will and should get this error and getting the error is the ...
Checking if Outlook is running
Helle everyone, Of course, I made a mistake by not using TRY .. CATCH ... END in my test. Now it's running just fine. Thank you very much for your help.
Checking if Outlook is running
Good. So I advise you to use FWGetOleObject( cApp ) instead of TOleAuto():New(...). This function checks if the application is already active and if active uses the active object. If not active opens the application.
Checking if Outlook is running
Mr. Rao, Thanks a lot for your advice.
Checking list
Hi this my first post here: What I need to port an application program (FWH) that actually runs in windows platform to mac? 0) Fivewin - obvious 1) Mac (or emulator?....) 2) editor (I use a free editor) 3) Resource editor (this is also free) 4) linker? what else? I also want to know the cost of each item ( except f...
Checking list
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=25437">viewtopic.php?f=3&t=25437</a><!-- l -->
Checking non released GDI objects
FiveWin provides some functions to check non released GDI objects. We have have enhanced that code, so you can manage it from PRG level and have full control on it: rescheck.prg [code=fw:blo9zua4]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">static</span> aResources :=...
Checking non released GDI objects
Hello Antonio, if I link in rescheck.prg I get following error: Best regards, Otto Application =========== Path and name: C:\xWinhotel\xRechnung.EXE (32 bits) Size: 3,083,776 bytes Time from start: 0 hours 0 mins 2 secs Error occurred at: 21.06.2009, 10:49:02 Error description: Error BASE/1068 Argument...
Checking non released GDI objects
Otto, We have edited and modified the previous code. Please copy it and test it again, thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Checking non released GDI objects
Otto, We have modified the original posted code in the first msg here. Please try it again with the new code, thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Checking non released GDI objects
Hello Antonio, it errors out, too. Best regards, Otto
Checking non released GDI objects
Hi Otto, I use MemProof. Regards, Toninho.
Checking non released GDI objects
Otto, > it errors out, too. What error do you get ? How to reproduce it ? thanks