messages
listlengths 1
1
| topic
stringlengths 2
60
|
|---|---|
[
{
"date": "2017-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "In a Prestashop shopcard, the pictures are saved in a huge amount of directories.\n\nI see more that 4.000 !!! dir/subdirs/subdir/subdir/ .....\n\nThe structure must be enormous.\n\nI would like to populate a Xbrowse with the structure and all of it's subdirs, and also the filenames that are into it.\n\nI can then call a Xbrowse lookup for the file, and the locate inside the directory is given. How can we do this in a online website",
"time": "01:01",
"topic": "Can we read a massive online directory structure ?",
"username": "Marc Venken"
}
] |
Can we read a massive online directory structure ?
|
[
{
"date": "2017-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Have you considered using PrestaShop's web service?\nYou might have it there.\n\n[url:3ubx7hi3]http://doc.prestashop.com/display/PS16/Chapter+9+-+Image+management[/url:3ubx7hi3]\n\nRegards",
"time": "14:00",
"topic": "Can we read a massive online directory structure ?",
"username": "thefull"
}
] |
Can we read a massive online directory structure ?
|
[
{
"date": "2017-11-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks. \n\nI look into it, but If I can get this done by FWH, I can update/upload the files directly from FWH.",
"time": "15:55",
"topic": "Can we read a massive online directory structure ?",
"username": "Marc Venken"
}
] |
Can we read a massive online directory structure ?
|
[
{
"date": "2010-05-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I recently downloaded 10.05. I'm working with an XML transmission and I get an alert that says \"FWDbg.dll not found. Impossible to continue\". \n\nI assume there is a call to SET RESOURCES TO \"FWDbg.dll\", and when it can't be found, I get the alert. However, when pressing OK, the code then executes properly.\n\nI cannot find FWDbg.dll anywhere and it would appear it is an older file no longer distributed.\n\nCould some code have been left in a .prg from testing that would be calling this \n\nI did a text scan of all my code and it isn't used anywhere. The new libs I'm using don't even use FW. \n\nAny help would be greatly appreciated. If we can't find the source of the call, then getting a copy of FWDbg.dll would at least eliminate the error.",
"time": "16:17",
"topic": "Can we turn off FWDbg ? No .dll found !",
"username": "TimStone"
}
] |
Can we turn off FWDbg ? No .dll found !
|
[
{
"date": "2010-05-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Tim,\ndo you use UeStudio. If so there is a combobox where you can select Release or Debug mode.\n\nBest regards,\nOtto",
"time": "19:29",
"topic": "Can we turn off FWDbg ? No .dll found !",
"username": "Otto"
}
] |
Can we turn off FWDbg ? No .dll found !
|
[
{
"date": "2010-05-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I use xHarbour xBuilder. Certainly there must be a call to turn off the debugger that I can put into my code, but I cannot find anything in the docs or these forums.\n\nIs their a SET option that can be used in the MAIN( ) program ?\n\nI do have the debugger options un-checked in xBuilder",
"time": "20:02",
"topic": "Can we turn off FWDbg ? No .dll found !",
"username": "TimStone"
}
] |
Can we turn off FWDbg ? No .dll found !
|
[
{
"date": "2010-05-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Anyone ? Please ?",
"time": "18:59",
"topic": "Can we turn off FWDbg ? No .dll found !",
"username": "TimStone"
}
] |
Can we turn off FWDbg ? No .dll found !
|
[
{
"date": "2010-05-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Tim,\n\nIf you see this alert message, you have some flag of debugging in the compiler (/b). This activates the internal debugger and activates FWDbg. If not found FwDbg.dll then the message appears. \n\nCan you see this dll in dll folder of fwh ?",
"time": "20:17",
"topic": "Can we turn off FWDbg ? No .dll found !",
"username": "Carles"
}
] |
Can we turn off FWDbg ? No .dll found !
|
[
{
"date": "2010-05-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I only have default flags set for the compiler, and the link script has all references to debug as .F.\n\nNo, the .dll is not in the latest FWH folder ( 10.05 ).\n\nIs there a flag to force it to not debug ?",
"time": "21:40",
"topic": "Can we turn off FWDbg ? No .dll found !",
"username": "TimStone"
}
] |
Can we turn off FWDbg ? No .dll found !
|
[
{
"date": "2010-05-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nFWdbg only work fine in Harbour and xHarbour, but not in xH builder. I dont understand why you app start FWDbg if u dont have any flag of debugging. I think that xH builder have their debug. I think that you can have problems using FWDbg. I will try to solve possible bugs in Harbour and xHarbour. I don't use xHarbour Builder, i'm sorry <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\"Sad\" /><!-- s:( -->",
"time": "21:51",
"topic": "Can we turn off FWDbg ? No .dll found !",
"username": "Carles"
}
] |
Can we turn off FWDbg ? No .dll found !
|
[
{
"date": "2010-05-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The xBuilder debug options are all OFF. I never had this problem before but now I'm using some new libs. Debug is NOT implemented in any of them.",
"time": "23:05",
"topic": "Can we turn off FWDbg ? No .dll found !",
"username": "TimStone"
}
] |
Can we turn off FWDbg ? No .dll found !
|
[
{
"date": "2010-06-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nIf you compile for example tutor01.prg , appears the alert message of FWDbg.dll again ?",
"time": "06:58",
"topic": "Can we turn off FWDbg ? No .dll found !",
"username": "Carles"
}
] |
Can we turn off FWDbg ? No .dll found !
|
[
{
"date": "2010-06-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\ngetting the same error message.\n\nThis message comes up, if some debug codes are still in any obj-files when building the project without debug flag.\n\nFor me 'Force clean build' turn off this error message <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->",
"time": "12:55",
"topic": "Can we turn off FWDbg ? No .dll found !",
"username": "frose"
}
] |
Can we turn off FWDbg ? No .dll found !
|
[
{
"date": "2010-06-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Unfortunately Force Rebuild didn't do the job here ... I've tried it a couple of times. I had to remove the error message from the source and link the FWdbg.prg file into my code.\n\nI don't understand why it would even call a file that doesn't exist in the current build ( FWDbg.dll ). Secondly, I never use the debugger and my xBuilder has never had the debugger flags turned on.\n\nFinally, I don't know why there is not a flag, ie. SET FWDEBUG OFF that would disable it completely.\n\nI'd sure appreciate some answers to this.\n\nTim",
"time": "15:33",
"topic": "Can we turn off FWDbg ? No .dll found !",
"username": "TimStone"
}
] |
Can we turn off FWDbg ? No .dll found !
|
[
{
"date": "2010-06-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nI'll try to help you but u have to know that i don't use xH builder. I'm thinking that Frank have reason and i think the same. Is posible that you have some obj compiled with a flag /b. Can you delete all obj's and rebuild all your app ? And another question, if you compile with you environment for example tutor01 of fwh, also appears message alert ?",
"time": "19:12",
"topic": "Can we turn off FWDbg ? No .dll found !",
"username": "Carles"
}
] |
Can we turn off FWDbg ? No .dll found !
|
[
{
"date": "2010-07-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hiho, I'm having the same problem with UEStudio, I wonder if they found a solution to the case. Grateful",
"time": "13:45",
"topic": "Can we turn off FWDbg ? No .dll found !",
"username": "Monteiro"
}
] |
Can we turn off FWDbg ? No .dll found !
|
[
{
"date": "2010-07-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[img:bdydpe5o]http://www.atzwanger-software.com/fw/uestudio.jpg[/img:bdydpe5o]",
"time": "13:49",
"topic": "Can we turn off FWDbg ? No .dll found !",
"username": "Otto"
}
] |
Can we turn off FWDbg ? No .dll found !
|
[
{
"date": "2010-07-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I you have no linenumbers inside your errorlog remove this flag.\nBest regards,\nOtto\n\n\n[img:28vzhq1k]http://www.atzwanger-software.com/fw/uestudio2.jpg[/img:28vzhq1k]",
"time": "13:52",
"topic": "Can we turn off FWDbg ? No .dll found !",
"username": "Otto"
}
] |
Can we turn off FWDbg ? No .dll found !
|
[
{
"date": "2010-07-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Apart from the question how to turn on or off debug, one important point raised by Mr. Tim is to be answered.\n[quote:20l35n0e]I don't understand why it would even call a file that doesn't exist in the current build ( FWDbg.dll ). [/quote:20l35n0e]\nI am using FWH borland. I do not have FWHDBG.DLL. \nThen why should FWH libraries call a DLL which is not distributed? Or the distribution should include that DLL.",
"time": "02:06",
"topic": "Can we turn off FWDbg ? No .dll found !",
"username": "nageswaragunupudi"
}
] |
Can we turn off FWDbg ? No .dll found !
|
[
{
"date": "2010-07-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rao,\n\nThe FWDBG.DLL is located in FWH\\DLL folder. It contains the resources used by the FWH debugger.\n\nIf the DLL is getting loaded (or tried to be loaded) then it means that a linked OBJ has been compiled used /B.",
"time": "03:56",
"topic": "Can we turn off FWDbg ? No .dll found !",
"username": "Antonio Linares"
}
] |
Can we turn off FWDbg ? No .dll found !
|
[
{
"date": "2010-07-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr. Antonio\n\nThis is the directory listing on my computer ( fwh 10.6 ).\n[code=fw:n5997bof]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> Volume in drive C has no label.<br /> Volume Serial Number is 82B7-57D9<br /><br /> Directory <span style=\"color: #0000ff;\">of</span> C:\\FWH\\dll<br /><br /><span style=\"color: #000000;\">13</span><span style=\"color: #000000;\">-07</span><span style=\"color: #000000;\">-2010</span> <span style=\"color: #000000;\">09</span>:<span style=\"color: #000000;\">34</span> AM <DIR> .<br /><span style=\"color: #000000;\">13</span><span style=\"color: #000000;\">-07</span><span style=\"color: #000000;\">-2010</span> <span style=\"color: #000000;\">09</span>:<span style=\"color: #000000;\">34</span> AM <DIR> ..<br /><span style=\"color: #000000;\">13</span><span style=\"color: #000000;\">-07</span><span style=\"color: #000000;\">-2010</span> <span style=\"color: #000000;\">09</span>:<span style=\"color: #000000;\">34</span> AM <span style=\"color: #000000;\">0</span> dir.txt<br /><span style=\"color: #000000;\">11</span><span style=\"color: #000000;\">-06</span><span style=\"color: #000000;\">-2010</span> <span style=\"color: #000000;\">07</span>:<span style=\"color: #000000;\">54</span> AM <span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">245</span> files.txt<br /><span style=\"color: #000000;\">11</span><span style=\"color: #000000;\">-06</span><span style=\"color: #000000;\">-2010</span> <span style=\"color: #000000;\">07</span>:<span style=\"color: #000000;\">54</span> AM <span style=\"color: #000000;\">2</span>,<span style=\"color: #000000;\">084</span>,<span style=\"color: #000000;\">864</span> freeimage.dll<br /><span style=\"color: #000000;\">11</span><span style=\"color: #000000;\">-06</span><span style=\"color: #000000;\">-2010</span> <span style=\"color: #000000;\">07</span>:<span style=\"color: #000000;\">54</span> AM <span style=\"color: #000000;\">61</span>,<span style=\"color: #000000;\">440</span> prev32.dll<br /><span style=\"color: #000000;\">11</span><span style=\"color: #000000;\">-06</span><span style=\"color: #000000;\">-2010</span> <span style=\"color: #000000;\">07</span>:<span style=\"color: #000000;\">54</span> AM <span style=\"color: #000000;\">61</span>,<span style=\"color: #000000;\">440</span> prev32sp.dll<br /><span style=\"color: #000000;\">11</span><span style=\"color: #000000;\">-06</span><span style=\"color: #000000;\">-2010</span> <span style=\"color: #000000;\">07</span>:<span style=\"color: #000000;\">54</span> AM <span style=\"color: #000000;\">365</span> rc2dll32.bat<br /><span style=\"color: #000000;\">11</span><span style=\"color: #000000;\">-06</span><span style=\"color: #000000;\">-2010</span> <span style=\"color: #000000;\">07</span>:<span style=\"color: #000000;\">54</span> AM <span style=\"color: #000000;\">340</span> screen32.c<br /><span style=\"color: #000000;\">11</span><span style=\"color: #000000;\">-06</span><span style=\"color: #000000;\">-2010</span> <span style=\"color: #000000;\">07</span>:<span style=\"color: #000000;\">54</span> AM <span style=\"color: #000000;\">46</span>,<span style=\"color: #000000;\">080</span> screen32.dll<br /><span style=\"color: #000000;\">11</span><span style=\"color: #000000;\">-06</span><span style=\"color: #000000;\">-2010</span> <span style=\"color: #000000;\">07</span>:<span style=\"color: #000000;\">54</span> AM <span style=\"color: #000000;\">1</span>,<span style=\"color: #000000;\">701</span> screens.txt<br /> <span style=\"color: #000000;\">9</span> File<span style=\"color: #000000;\">(</span>s<span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">2</span>,<span style=\"color: #000000;\">257</span>,<span style=\"color: #000000;\">475</span> bytes<br /> </div>[/code:n5997bof]\nPossible that the installation could be incomplete. I shall reinstall again and confirm.",
"time": "05:09",
"topic": "Can we turn off FWDbg ? No .dll found !",
"username": "nageswaragunupudi"
}
] |
Can we turn off FWDbg ? No .dll found !
|
[
{
"date": "2010-07-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I installed fwh 10.6 once again after deleting c:\\fwh folder. Still the \\fwh\\dll folder does not contain fwdbg.dll.\n\nBut I observed a peculiar thing while installing FWH.EXE on my Windows-7 (32 bit ) computer. After installing, this message appeared on the screen:\n\n[url=http://img30.imageshack.us/my.php?image=installr.jpg:1wqvvebr][img:1wqvvebr]http://img30.imageshack.us/img30/310/installr.jpg[/img:1wqvvebr][/url:1wqvvebr]\n\nI clicked \"Reinstall using recommended options\". It reinstalled once again, this time with no complaints.",
"time": "06:58",
"topic": "Can we turn off FWDbg ? No .dll found !",
"username": "nageswaragunupudi"
}
] |
Can we turn off FWDbg ? No .dll found !
|
[
{
"date": "2010-07-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:hstvb8ii]it means that a linked OBJ has been compiled used /B.[/quote:hstvb8ii]\n\nI suppose it could be that one of the FWH source files was linked with the /B parameter. And perhaps is it only rarely used so it doesn't always generate the error.\n\nJames",
"time": "14:56",
"topic": "Can we turn off FWDbg ? No .dll found !",
"username": "James Bott"
}
] |
Can we turn off FWDbg ? No .dll found !
|
[
{
"date": "2010-07-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi friends,\n\nIf the program is trying to load the fwdbg.dll, is there any prg module that was compiled with the flag /b. When it is executed generates an internal entry in the debugger module. It's true, we could solve this type of errors simply blocking the message, but this does not mean that every time the system enters the debugger and go out again without our notice, but this process would produce internally. I think it is not the right solution. The correct solution is re-compiled all modules without /b (i think...)\n\nNageswaragunupudi, fwdbg.dll exist in .\\samples folder. Maybe the most correct is that it shouldd be in the folder .\\dll",
"time": "15:34",
"topic": "Can we turn off FWDbg ? No .dll found !",
"username": "Carles"
}
] |
Can we turn off FWDbg ? No .dll found !
|
[
{
"date": "2010-07-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It might be a 3rd party library. When I reported the problem, the person who gave me the files does not use the /B on any files and was also not using FWH. It may have been a FWH newer version that became sensitive to this problem. I don't use /B and I also have very little in the way of 3rd party files that I don't rebuild myself.",
"time": "16:33",
"topic": "Can we turn off FWDbg ? No .dll found !",
"username": "TimStone"
}
] |
Can we turn off FWDbg ? No .dll found !
|
[
{
"date": "2010-07-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Tim,\n\nI'm sorry but I don't agree with this assertion. I think that FWDbg is part of FWH, but anyway this is not my decision. Anyway, we must find a solution. You can easily add this line of code and we can see the message which module has the call from the debugger and rebuild it again here if needed.\n\nFWDbg.prg -> line 205\n[code=fw:1zpq10ng]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">MsgStop<span style=\"color: #000000;\">(</span> ::<span style=\"color: #000000;\">cResFile</span> + <span style=\"color: #ff0000;\">\" not found, imposible to continue\"</span> + CRLF + CRLF + ;<br /> <span style=\"color: #ff0000;\">\"Entry Point: \"</span> + ProcFile<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">)</span> + <span style=\"color: #ff0000;\">' -> '</span> + ;<br /> ProcName<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">)</span> + <span style=\"color: #ff0000;\">'('</span> + ;<br /> Ltrim<span style=\"color: #000000;\">(</span>Str<span style=\"color: #000000;\">(</span>ProcLine<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">2</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span> + <span style=\"color: #ff0000;\">')'</span> , ;<br /> <span style=\"color: #ff0000;\">\"FWH Debugger Error\"</span> <span style=\"color: #000000;\">)</span></div>[/code:1zpq10ng]\n\nI tried to execute without FWdbg.dll and the result is:\n\n[url=http://img204.imageshack.us/i/image1gu.jpg/:1zpq10ng][img:1zpq10ng]http://img204.imageshack.us/img204/3530/image1gu.jpg[/img:1zpq10ng][/url:1zpq10ng]\n\n\n I insist that we must find the right solution. So far I have found only users who have encountered problems using UE, and is simply a compilation error flags. You can try this solution to see if it can help fix this?",
"time": "21:09",
"topic": "Can we turn off FWDbg ? No .dll found !",
"username": "Carles"
}
] |
Can we turn off FWDbg ? No .dll found !
|
[
{
"date": "2008-02-22",
"forum": "FiveWin for CA-Clipper",
"text": "FW,\n\nCan we use ActiveX DLL with FW24. If posible kindly show samples.\n\nThanks,\n\nJose",
"time": "02:56",
"topic": "Can we use ActiveX DLL with FW24",
"username": "xhbcoder"
}
] |
Can we use ActiveX DLL with FW24
|
[
{
"date": "2008-02-22",
"forum": "FiveWin for CA-Clipper",
"text": "No, sorry. \n\nActiveX is 32 bits code and can only be used from FWH and Harbour/xHarbour",
"time": "10:51",
"topic": "Can we use ActiveX DLL with FW24",
"username": "Antonio Linares"
}
] |
Can we use ActiveX DLL with FW24
|
[
{
"date": "2008-02-22",
"forum": "FiveWin for CA-Clipper",
"text": "Antonio,\n\nKindly check if this third party product can be use from FW24. If okay please show samples.\n\nThank you,\n\nJose\n\n\n<!-- m --><a class=\"postlink\" href=\"https://www.anzio.com/support/documentation/printwiz/Using%20Print%20Wizard%20in%20your%20own%20application.htm\">https://www.anzio.com/support/documenta ... cation.htm</a><!-- m -->",
"time": "17:02",
"topic": "Can we use ActiveX DLL with FW24",
"username": "xhbcoder"
}
] |
Can we use ActiveX DLL with FW24
|
[
{
"date": "2008-02-25",
"forum": "FiveWin for CA-Clipper",
"text": "Jose,\n\nIt seems as they provide a 32 bits DLL: printwiz.dll\n\nYou can access some 32 bits DLLs from FW 16 bits, but never an ActiveX. Windows does not allow it.",
"time": "10:37",
"topic": "Can we use ActiveX DLL with FW24",
"username": "Antonio Linares"
}
] |
Can we use ActiveX DLL with FW24
|
[
{
"date": "2008-03-18",
"forum": "FiveWin for CA-Clipper",
"text": "Antonio,\n\nJust curious. Can we build a dll in XHB that can be accessible from fw24/clipper (16bit) then the XHB dll access an activeX dll.\n\nI am just thinking a way to access activeX from 16bit application.\n\nThanks for your comments.\n\nRegards,\n\nJose",
"time": "17:29",
"topic": "Can we use ActiveX DLL with FW24",
"username": "xhbcoder"
}
] |
Can we use ActiveX DLL with FW24
|
[
{
"date": "2008-03-18",
"forum": "FiveWin for CA-Clipper",
"text": "Jose,\n\nWe did a similar test to use richedit from 16 bits and it did not work",
"time": "18:42",
"topic": "Can we use ActiveX DLL with FW24",
"username": "Antonio Linares"
}
] |
Can we use ActiveX DLL with FW24
|
[
{
"date": "2016-06-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "can you please expand adofuncs.prg to the type 'adGuid'?\nADS 12 has the new type Guid as database field.\n\nExample:\nfunction FieldTypeAdoToDbf (nType)\n\n do case\n case AScan ({} 8,128,129,130,200,201,202,203,204,205, nType)> 0; return 'C'\n ->\n case AScan ({} 8,72,128,129,130,200,201,202,203,204,205, nType)> 0; return 'C'\n\n case AScan ({7, 133, 135}, nType)> 0; return 'D'\n case nType == 11; return 'L'\n Case AScan ({2, 3, 4, 5, 6, 14, 16, 17, 18, 19, 20, 21, 131, 139}, nType)> 0; return 'N'\n endcase\n\nreturn \"\"\n\n\nfunction FWAdoFieldStruct (ORS, n)\n....\n nType: = oField: Type\n\n if nType == adBoolean\n cType: = 'L'\n nLen: = 1\n elseif nType == adGUID <------\n cType: = 'C'\n nLen: = 36\n...\n\nthank you\nManfred",
"time": "08:23",
"topic": "Can you implement ADO type 'adGUID' for ADS 12?",
"username": "Gross"
}
] |
Can you implement ADO type 'adGUID' for ADS 12?
|
[
{
"date": "2016-06-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks\nWe implemented your suggestion for the next release.",
"time": "14:52",
"topic": "Can you implement ADO type 'adGUID' for ADS 12?",
"username": "nageswaragunupudi"
}
] |
Can you implement ADO type 'adGUID' for ADS 12?
|
[
{
"date": "2016-06-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks\n\nManfred",
"time": "19:59",
"topic": "Can you implement ADO type 'adGUID' for ADS 12?",
"username": "Gross"
}
] |
Can you implement ADO type 'adGUID' for ADS 12?
|
[
{
"date": "2008-03-04",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Hi Antonio\n\nI just started trying the cGetFile() function. Looks great but I would like to be able to pass it a filter, For example if I just wanted .dbf files I would like to be able to do something like\n\n[code:9eb2w1fe]sChosenFile := cGetFile( \" *.dbf\" )[/code:9eb2w1fe]\n\nIs this possible?\n\nThanks\nDoug \n(xProgrammer)",
"time": "11:51",
"topic": "Can you pass a file pattern to cGetFile()",
"username": "xProgrammer"
}
] |
Can you pass a file pattern to cGetFile()
|
[
{
"date": "2008-03-04",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Try this:\n\n[code:15a4ymer]cDbf = CGETFILE( \"File DBF (*.DBF)|*.DBF\", \"Apri tabella...\", , CURDRIVE() + \":\\\" + CURDIR() )[/code:15a4ymer]\n\nEMG",
"time": "17:25",
"topic": "Can you pass a file pattern to cGetFile()",
"username": "Enrico Maria Giordano"
}
] |
Can you pass a file pattern to cGetFile()
|
[
{
"date": "2008-03-05",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Thanks for the suggestion but it didn't work. Remember we are talking Linux here.\n\nRegards\nDoug\n(xProgrammer)",
"time": "12:05",
"topic": "Can you pass a file pattern to cGetFile()",
"username": "xProgrammer"
}
] |
Can you pass a file pattern to cGetFile()
|
[
{
"date": "2008-03-05",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Ops! Sorry.\n\nEMG",
"time": "14:13",
"topic": "Can you pass a file pattern to cGetFile()",
"username": "Enrico Maria Giordano"
}
] |
Can you pass a file pattern to cGetFile()
|
[
{
"date": "2011-03-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Can you run a RMK file from an exe? If so how?",
"time": "03:40",
"topic": "Can you run a RMK file from an exe?",
"username": "hag"
}
] |
Can you run a RMK file from an exe?
|
[
{
"date": "2011-03-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Harvey,\n\nThe part from the Tools, to create a Exe-File :\nF needed, You can call a Editor to check the PRG, before creating a EXE-file\nYou can find < Angelwriter > in the Main-directory of the Tools.\n\n[code=fw:1gz42x05]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">FUNCTION</span> MAKE_Exe<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br />c_path := CURDRIVE<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> + <span style=\"color: #ff0000;\">\":<span style=\"color: #000000;\">\\\"</span> + GETCURDIR() <br /><br />IF FILE ( c_path + \"</span>\\PROJECT.PRG<span style=\"color: #ff0000;\">\" )<br /> // If File exists open with Editor<br /> WAITRUN( \"</span>Angelwriter.exe PROJECT.PRG<span style=\"color: #ff0000;\">\" ) // Open PRG with Editor<br /> // Close Editor and create EXE-File<br /> IF MsgYesNo( \"</span><span style=\"color: #00C800;\">Do</span> you want <span style=\"color: #0000ff;\">to</span> Create / Run : <span style=\"color: #ff0000;\">\" + CRLF + ;<br /> c_path + \"</span>\\PROJECT.PRG<span style=\"color: #ff0000;\">\" + \"</span> ?<span style=\"color: #ff0000;\">\",\"</span>PROJECT<span style=\"color: #ff0000;\">\")<br /> WAITRUN( \"</span>GO1.BAT<span style=\"color: #ff0000;\">\" )<br /> IF FILE ( c_path + \"</span>\\PROJECT.EXE<span style=\"color: #ff0000;\">\" )<br /> WINEXEC( \"</span>&c_path\\PROJECT.EXE<span style=\"color: #ff0000;\">\" )<br /> ELSE<br /> MsgAlert( \"</span>The EXE-File : <span style=\"color: #ff0000;\">\" + CRLF + ;<br /> \"</span>is not created !<span style=\"color: #ff0000;\">\",\"</span>Error<span style=\"color: #ff0000;\">\" )<br /> ENDIF<br /> ENDIF<br />ELSE<br /> MsgAlert( \"</span>The File : <span style=\"color: #ff0000;\">\" + CRLF + ;<br /> \"</span>&c_Path\\PROJECT.PRG<span style=\"color: #ff0000;\">\" + CRLF + ;<br /> \"</span>is not created !<span style=\"color: #ff0000;\">\", \"</span>Error<span style=\"color: #ff0000;\">\" )<br />ENDIF<br /><br />RETURN( NIL )<br /></span></div>[/code:1gz42x05]\n\nSave the 2 Lines as a BATCH-file\n( change Path and Borland-version if needed )\nThe Batch-file GO1.BAT opens the defined MAKE-File :\n\n[code=fw:1gz42x05]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">IF</span> not exist obj md obj<br />c:\\bcc55\\bin\\make -f Project.rmk<br /> </div>[/code:1gz42x05]\n\nCREATING a PRG from inside a Application ( NOT EASY !!! )\nSample : Background defines for Main-window\nThe defined numeric vars ( colors ) must be converted to Strings\n\n[code=fw:1gz42x05]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">FUNCTION</span> MAKE_PRG<span style=\"color: #000000;\">(</span>nOption1,nOption2<span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #00C800;\">IF</span> FILE <span style=\"color: #000000;\">(</span> c_path + <span style=\"color: #ff0000;\">\"<span style=\"color: #000000;\">\\P</span>ROJECT.PRG\"</span> <span style=\"color: #000000;\">)</span><br /> DELETE FILE <span style=\"color: #ff0000;\">\"&c_path<span style=\"color: #000000;\">\\P</span>ROJECT.PRG\"</span><br /><span style=\"color: #00C800;\">ENDIF</span><br /><br />oText := TTxtFile<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>:<span style=\"color: #00C800;\">New</span><span style=\"color: #000000;\">(</span> c_path + <span style=\"color: #ff0000;\">\"<span style=\"color: #000000;\">\\P</span>ROJECT.PRG\"</span> <span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #00C800;\">IF</span> oText:<span style=\"color: #000000;\">Open</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'#include \"fivewin.ch\"'</span> <span style=\"color: #000000;\">)</span> <br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">''</span><span style=\"color: #000000;\">)</span><br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'STATIC hDC, oWndMain, oFont1'</span> <span style=\"color: #000000;\">)</span><br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'STATIC c_path'</span> <span style=\"color: #000000;\">)</span> <br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">''</span><span style=\"color: #000000;\">)</span><br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'FUNCTION MAIN()'</span><span style=\"color: #000000;\">)</span><br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'LOCAL oBar, aColors1,aColors2,aColors3'</span> <span style=\"color: #000000;\">)</span><br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'LOCAL oBtn1, oBtn2, oBtn3, oBtn4'</span> <span style=\"color: #000000;\">)</span><br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'LOCAL oTmp, oBrush1, oBrush2, oBrush3, oBrush4'</span> <span style=\"color: #000000;\">)</span><br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'LOCAL aRect3 := GetSysmetrics( 1 ) // Screen-Height'</span> <span style=\"color: #000000;\">)</span><br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'LOCAL aRect4 := GetSysmetrics( 0 ) // Screen-Width'</span> <span style=\"color: #000000;\">)</span><br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">''</span><span style=\"color: #000000;\">)</span><br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'c_path := CURDRIVE() + \":<span style=\"color: #000000;\">\\\"</span> + GETCURDIR()'</span> <span style=\"color: #000000;\">)</span><br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'oFont1 := TFont():New( \"'</span> + AF + <span style=\"color: #ff0000;\">'\",'</span> + A1 + <span style=\"color: #ff0000;\">','</span> + A2 + <span style=\"color: #ff0000;\">',.F.,'</span> + A3 + <span style=\"color: #ff0000;\">','</span> + A4 + <span style=\"color: #ff0000;\">',0,0,'</span> + A5 + <span style=\"color: #ff0000;\">','</span> + A6 + <span style=\"color: #ff0000;\">')'</span> <span style=\"color: #000000;\">)</span><br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">''</span><span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">IF</span> nOption1 = <span style=\"color: #000000;\">1</span> <span style=\"color: #B900B9;\">// Window with Color selected</span><br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'DEFINE BRUSH oBrush1 COLOR '</span> + ALLTRIM<span style=\"color: #000000;\">(</span>STR<span style=\"color: #000000;\">(</span>nColor1a<span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'DEFINE WINDOW oWndMain FROM 0, 0 TO aRect3, aRect4 TITLE \"Window- and Dialog-test\" BRUSH oBrush1 PIXEL'</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">ENDIF</span><br /> <span style=\"color: #00C800;\">IF</span> nOption1 = <span style=\"color: #000000;\">2</span> <span style=\"color: #B900B9;\">// Windows with Gradient selected</span><br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'DEFINE WINDOW oWndMain FROM 0, 0 TO aRect3, aRect4;'</span> <span style=\"color: #000000;\">)</span> <br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'TITLE \"Window- and Dialog-test\" PIXEL'</span> <span style=\"color: #000000;\">)</span> <br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'aColors1 := { { '</span> + ALLTRIM<span style=\"color: #000000;\">(</span>STR<span style=\"color: #000000;\">(</span>nMove1<span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span> + <span style=\"color: #ff0000;\">', '</span> + ALLTRIM<span style=\"color: #000000;\">(</span>STR<span style=\"color: #000000;\">(</span>nColor1a<span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span> + <span style=\"color: #ff0000;\">', '</span> + ALLTRIM<span style=\"color: #000000;\">(</span>STR<span style=\"color: #000000;\">(</span>nColor1b<span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span> + <span style=\"color: #ff0000;\">' }, { '</span> + + ALLTRIM<span style=\"color: #000000;\">(</span>STR<span style=\"color: #000000;\">(</span>nMove1<span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span> + <span style=\"color: #ff0000;\">', '</span> + ALLTRIM<span style=\"color: #000000;\">(</span>STR<span style=\"color: #000000;\">(</span>nColor1b<span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span> + <span style=\"color: #ff0000;\">', '</span> + ALLTRIM<span style=\"color: #000000;\">(</span>STR<span style=\"color: #000000;\">(</span>nColor1a<span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span> + <span style=\"color: #ff0000;\">' } }'</span> <span style=\"color: #000000;\">)</span> <br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'hDC = CreateCompatibleDC( oWndMain:GetDC() )'</span> <span style=\"color: #000000;\">)</span><br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'hBmp = CreateCompatibleBitMap( oWndMain:hDC, oWndMain:nWidth(), oWndMain:nHeight() )'</span> <span style=\"color: #000000;\">)</span><br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'hBmpOld = SelectObject( hDC, hBmp )'</span> <span style=\"color: #000000;\">)</span><br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'GradientFill( hDC, -50, 0, oWndMain:nHeight(), oWndMain:nWidth(), aColors1, lDirect1 )'</span> <span style=\"color: #000000;\">)</span><br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'DeleteObject( oWndMain:oBrush:hBrush )'</span> <span style=\"color: #000000;\">)</span><br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'oWndMain:oBrush:hBitmap = hBmp'</span> <span style=\"color: #000000;\">)</span><br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'oWndMain:oBrush:hBrush = CreatePatternBrush( hBmp )'</span> <span style=\"color: #000000;\">)</span> <br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'SelectObject( hDC, hBmpOld )'</span> <span style=\"color: #000000;\">)</span><br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'oWndMain:ReleaseDC()'</span> <span style=\"color: #000000;\">)</span><br /> <span style=\"color: #00C800;\">ENDIF</span><br /> <span style=\"color: #00C800;\">IF</span> nOption1 = <span style=\"color: #000000;\">3</span> <span style=\"color: #B900B9;\">// Windows with Brush selected</span><br /> oText:<span style=\"color: #000000;\">Add</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'DEFINE BRUSH oBrush1 FILENAME c_Path + \"<span style=\"color: #000000;\">\\b</span>itmaps<span style=\"color: #000000;\">\\'</span> + cBrush1 + '</span><span style=\"color: #ff0000;\">\"' )<br /> oText:Add('DEFINE WINDOW oWndMain FROM 0, 0 TO aRect3, aRect4;' ) <br /> oText:Add('TITLE \"</span>Window- and Dialog-test<span style=\"color: #ff0000;\">\" BRUSH oBrush1 PIXEL' )<br /> ENDIF<br /> IF nOption1 = 4 // Windows with Image selected<br /> oText:Add('DEFINE IMAGE oTmp FILENAME c_Path + \"</span>\\<span style=\"color: #0000ff;\">bitmaps</span>\\<span style=\"color: #ff0000;\">' + cImage1 + '</span><span style=\"color: #ff0000;\">\"' )<br /> oText:Add('oBrush1 := TBrush():new( ,,,, ResizeBmp( oTmp:hBitmap, aRect4, aRect3, .T. ) )' ) <br /> oText:Add('DEFINE WINDOW oWndMain FROM 0, 0 TO aRect3, aRect4 ;' )<br /> oText:Add('TITLE \"</span>Window- and Dialog-test<span style=\"color: #ff0000;\">\" BRUSH oBrush1 PIXEL' )<br /> oText:Add('oTmp:End()' )<br /> ENDIF<br /> IF nPreview > 1<br /> oText:Add('ACTIVATE WINDOW oWndMain MAXIMIZED ;' )<br /> oText:Add('ON INIT MDI_DIALOG() ;' )<br /> oText:Add('ON PAINT ABPaint( hDC, 30, 380, oAlpha:hBitmap, 255 ) // Horiz / Vertical' )<br /> ELSE<br /> oText:Add('ACTIVATE WINDOW oWndMain MAXIMIZED ;' )<br /> oText:Add('ON PAINT ABPaint( hDC, 30, 380, oAlpha:hBitmap, 255 ) // Horiz / Vertical' )<br /> ENDIF<br /> oText:Add('')<br /> oText:Add('SET MESSAGE OF oWndMain TO FWVERSION + \"</span> TechData Software <span style=\"color: #ff0000;\">\" ;' )<br /> oText:Add('CENTERED 2007' ) <br /> oText:Add('')<br /> oText:Add('oFont1:End()' )<br /> IF nOption1 <> 2<br /> oText:Add('oBrush1:End()' )<br /> ENDIF<br /> IF nOption2 <> 2<br /> oText:Add('oBrush2:End()' )<br /> ENDIF<br /> oText:Add('')<br /> oText:Add('RETURN NIL' ) <br /> oText:Add('')<br /><br /> oText:Close()<br />ENDIF<br /><br />IF FILE ( c_path + \"</span>\\PROJECT.PRG<span style=\"color: #ff0000;\">\" )<br /> // File exists open with Editor<br /> WAITRUN( \"</span>Angelwriter.exe PROJECT.PRG<span style=\"color: #ff0000;\">\" ) // copy from .PRG<br /> // Close Editor and create EXE-File<br /> IF MsgYesNo( \"</span><span style=\"color: #00C800;\">Do</span> you want <span style=\"color: #0000ff;\">to</span> Create / Run : <span style=\"color: #ff0000;\">\" + CRLF + ;<br /> c_path + \"</span>\\PROJECT.PRG<span style=\"color: #ff0000;\">\" + \"</span> ?<span style=\"color: #ff0000;\">\",\"</span>PROJECT<span style=\"color: #ff0000;\">\")<br /> WAITRUN( \"</span>GO1.BAT<span style=\"color: #ff0000;\">\" )<br /> IF FILE ( c_path + \"</span>\\PROJECT.EXE<span style=\"color: #ff0000;\">\" )<br /> WINEXEC( \"</span>&c_path\\PROJECT.EXE<span style=\"color: #ff0000;\">\" )<br /> ELSE<br /> MsgAlert( \"</span>The EXE-File : <span style=\"color: #ff0000;\">\" + CRLF + ;<br /> \"</span>is not created !<span style=\"color: #ff0000;\">\",\"</span>Error<span style=\"color: #ff0000;\">\" )<br /> ENDIF<br /> ENDIF<br />ELSE<br /> MsgAlert( \"</span>The File : <span style=\"color: #ff0000;\">\" + CRLF + ;<br /> \"</span>&c_Path\\PROJECT.PRG<span style=\"color: #ff0000;\">\" + CRLF + ;<br /> \"</span>is not created !<span style=\"color: #ff0000;\">\", \"</span>Error<span style=\"color: #ff0000;\">\" )<br />ENDIF<br /><br />RETURN( NIL )<br /></span></div>[/code:1gz42x05]\n\nBest Regards\nUwe <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: -->",
"time": "12:00",
"topic": "Can you run a RMK file from an exe?",
"username": "ukoenig"
}
] |
Can you run a RMK file from an exe?
|
[
{
"date": "2021-09-22",
"forum": "Utilities / Utilidades",
"text": "[url:29kmusr5]https://github.com/rcmaehl/WhyNotWin11/releases/download/2.4.1/WhyNotWin11.exe[/url:29kmusr5]\n\nPlease check if you have TPM. No TPMs on the iMacs...",
"time": "17:04",
"topic": "Can you use Windows 11 on your PC ?",
"username": "Antonio Linares"
}
] |
Can you use Windows 11 on your PC ?
|
[
{
"date": "2021-09-23",
"forum": "Utilities / Utilidades",
"text": "Antonio\n\nI have a Strix ( asus ) Republic of gamers laptop .. I do have TPM 2.0, and have loaded the latest Windows 11 Dev operating system ... with that said .. the latest W11 hardware requirement program :\n\n<!-- m --><a class=\"postlink\" href=\"https://www.bleepingcomputer.com/news/microsoft/microsoft-pc-health-check-adds-detailed-windows-11-compatibility-info/\">https://www.bleepingcomputer.com/news/m ... lity-info/</a><!-- m -->\n\ndoes indeed pass my machine on TPM 2.0 but fails on my i7 processor Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz 2.80 GHz. Again with that said .. I had no difficulty installing the latest W11 dev.\n\nWhen I ran the above pc-health check ( again ) the i7 processor fails and I have no clue why ... I had no problem doing a fresh install of W11 dev ??? \n\nRick Lipkin",
"time": "15:09",
"topic": "Can you use Windows 11 on your PC ?",
"username": "Rick Lipkin"
}
] |
Can you use Windows 11 on your PC ?
|
[
{
"date": "2021-09-23",
"forum": "Utilities / Utilidades",
"text": "Rick,\n\n[url:2dj1oz4k]https://aka.ms/GetPCHealthCheckApp[/url:2dj1oz4k]\n\nIt says that mine (iMac 27 late 2015) is not compatible\n\n> When I ran the above pc-health check ( again ) the i7 processor fails and I have no clue why ... I had no problem doing a fresh install of W11 dev ???\n\nProbably they only check the TPM 2.0 issue",
"time": "17:45",
"topic": "Can you use Windows 11 on your PC ?",
"username": "Antonio Linares"
}
] |
Can you use Windows 11 on your PC ?
|
[
{
"date": "2021-09-23",
"forum": "Utilities / Utilidades",
"text": "Intel Macs can run Windows 11 with this workaround <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\n[url:1v81x0f9]https://appleinsider.com/articles/21/06/25/intel-macs-cant-run-windows-11-without-this-workaround[/url:1v81x0f9]",
"time": "17:53",
"topic": "Can you use Windows 11 on your PC ?",
"username": "Antonio Linares"
}
] |
Can you use Windows 11 on your PC ?
|
[
{
"date": "2021-09-23",
"forum": "Utilities / Utilidades",
"text": "Rick,\n\nAre you able to install W11 on VirtualBox on Windows 10 ?\n\n[url:14hflvwk]https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewiso[/url:14hflvwk]\n\nI am trying it but it gives a memory error",
"time": "18:12",
"topic": "Can you use Windows 11 on your PC ?",
"username": "Antonio Linares"
}
] |
Can you use Windows 11 on your PC ?
|
[
{
"date": "2021-09-23",
"forum": "Utilities / Utilidades",
"text": "Antonio\n\nI already have W11 converted from ISO to bootable USB ... I installed Oracle Virtualbox .. I have all the settings set to see the USB ... unfortunately, the Boot order will not see the USB as a boot device ..\n\nThe W11 Iso I have is too big to extract to a DVD .. so I unfortunately can not answer your question .. <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\"Sad\" /><!-- s:( -->\n\nRick Lipkin",
"time": "20:20",
"topic": "Can you use Windows 11 on your PC ?",
"username": "Rick Lipkin"
}
] |
Can you use Windows 11 on your PC ?
|
[
{
"date": "2021-09-23",
"forum": "Utilities / Utilidades",
"text": "Rick,\n\nYou can directly boot from the W11 ISO on the virtualbox VM",
"time": "20:47",
"topic": "Can you use Windows 11 on your PC ?",
"username": "Antonio Linares"
}
] |
Can you use Windows 11 on your PC ?
|
[
{
"date": "2021-09-24",
"forum": "Utilities / Utilidades",
"text": "Antonio\n\nNo ... I can not boot from the USB to the VM ... The pass-thru for the USB is there, but the USB is not a bootable option in the settings <!-- s:( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":(\" title=\"Sad\" /><!-- s:( -->\n\nRick",
"time": "13:38",
"topic": "Can you use Windows 11 on your PC ?",
"username": "Rick Lipkin"
}
] |
Can you use Windows 11 on your PC ?
|
[
{
"date": "2021-09-26",
"forum": "Utilities / Utilidades",
"text": "Rick,\n\nW11 installs fine on VirtualBox running it from OSX. It doesn't work from Windows (bootcamp).\n\nVery good!",
"time": "18:24",
"topic": "Can you use Windows 11 on your PC ?",
"username": "Antonio Linares"
}
] |
Can you use Windows 11 on your PC ?
|
[
{
"date": "2021-10-16",
"forum": "Utilities / Utilidades",
"text": "[url:2n85yui0]https://blogs.oracle.com/virtualization/post/install-microsoft-windows-11-on-virtualbox[/url:2n85yui0]",
"time": "12:15",
"topic": "Can you use Windows 11 on your PC ?",
"username": "Antonio Linares"
}
] |
Can you use Windows 11 on your PC ?
|
[
{
"date": "2021-10-16",
"forum": "Utilities / Utilidades",
"text": "Running Windows 11 from Windows 10 HyperV: \n\n[img:2gpr7lv1]https://github.com/FiveTechSoft/screenshots/blob/master/W11onW10.JPG?raw=true[/img:2gpr7lv1]",
"time": "12:55",
"topic": "Can you use Windows 11 on your PC ?",
"username": "Antonio Linares"
}
] |
Can you use Windows 11 on your PC ?
|
[
{
"date": "2021-10-16",
"forum": "Utilities / Utilidades",
"text": "Antonio\n\nFor the most part I am running Windows 11 successfully .. no problems with FW applications be it dbf\\cdx, ADO or Sql Server .. a couple of things I would like to see Microsoft fix that anoy me immensely .. is the new Right Click on a file or folder .. \n\n[url=http://img4.imagetitan.com/img.php?image=24_delete1.jpg:lt879032][img:lt879032]http://img4.imagetitan.com/img4/small/24/24_delete1.jpg[/img:lt879032][/url:lt879032]\n\nYou get this new \"cute\" set of icons at the top of your pallet that shows a trash can and allows you to \"execute\" a Delete .. OR .. you can go to thew bottom of the pallet and CLick on \"Show More Options\" and get your Tradition set of commands to execute ..\n\n[url=http://img4.imagetitan.com/img.php?image=24_delete2.jpg:lt879032][img:lt879032]http://img4.imagetitan.com/img4/small/24/24_delete2.jpg[/img:lt879032][/url:lt879032]\n\nAlso .. I like my open folders to be listed individually on the task bar so I can easily see what is open and simply navigate to that Folder .. in Windows 11 you do not get the option to \"un-Stack\" open folders .... what you see here is if you click on the Folder Icon on the task bar .. ONLY then can you see all the open flders.\n\n[url=http://img4.imagetitan.com/img.php?image=24_taskbar.jpg:lt879032][img:lt879032]http://img4.imagetitan.com/img4/small/24/24_taskbar.jpg[/img:lt879032][/url:lt879032]\n\nI am seeing these two annoyances on the internet quite prominently \"Things I hate about Windows 11\"\n\nOtherwise, you can move the ( flower ) start menu to the Left side and if you want you can get an open source Start menu replacement called Open Shell ( previously Classic Shell )\n\n[url=http://img4.imagetitan.com/img.php?image=24_openshell.jpg:lt879032][img:lt879032]http://img4.imagetitan.com/img4/small/24/24_openshell.jpg[/img:lt879032][/url:lt879032]\n\nWhich ( for me ) is much easier to use and to find things Traditionally like the Control Panel, Printers ... etc.\n<!-- m --><a class=\"postlink\" href=\"https://open-shell.github.io/Open-Shell-Menu/\">https://open-shell.github.io/Open-Shell-Menu/</a><!-- m -->\n\nThe small box in Windows 10 ( open settings ) on the right side of the Task Bar has been moved .. and re-imagined if you place the This PC icon on your desktop .. Right click on the This PC Icon and you click on Properties ..\n\n[url=http://img4.imagetitan.com/img.php?image=24_thispc.jpg:lt879032][img:lt879032]http://img4.imagetitan.com/img4/small/24/24_thispc.jpg[/img:lt879032][/url:lt879032]\n\nand that opens you up to your Systems menu and you can navigate to just about any setting .. \n\n[url=http://img4.imagetitan.com/img.php?image=24_system.jpg:lt879032][img:lt879032]http://img4.imagetitan.com/img4/small/24/24_system.jpg[/img:lt879032][/url:lt879032]\n\nI will say this .. If you do a Fresh install of Windows 11 and you don't meet the TPM and Cpu requirements there are some Reg Hacks .. the MOST annoying thing about the Setup is Microsoft FORCES you to create a Microsoft Account .. Local accounts are discouraged .. and again, there is a Hack for that.\n\nWhat I did is take the least path of resistance ... I went to the W11 Microsoft Creation tool and downloaded the .ISO file .. mounted it on my Windows 10 desktop ... there is a Reg Key you have to create or download the .reg and run .. once that is accomplished, you can run the setup from the .iso and upgrade to Windows 11.\n\n<!-- m --><a class=\"postlink\" href=\"https://www.bleepingcomputer.com/news/microsoft/new-windows-11-install-script-bypasses-tpm-system-requirements/\">https://www.bleepingcomputer.com/news/m ... uirements/</a><!-- m -->\n\nIf your machine MEETS the TPM requirement and you have a greater than 7th generation processor .. you should not have any Fresh install or upgrade problems .. \n\nThanks\nRick Lipkin",
"time": "18:26",
"topic": "Can you use Windows 11 on your PC ?",
"username": "Rick Lipkin"
}
] |
Can you use Windows 11 on your PC ?
|
[
{
"date": "2021-10-17",
"forum": "Utilities / Utilidades",
"text": "Thank you Rick!",
"time": "10:35",
"topic": "Can you use Windows 11 on your PC ?",
"username": "Antonio Linares"
}
] |
Can you use Windows 11 on your PC ?
|
[
{
"date": "2021-10-18",
"forum": "Utilities / Utilidades",
"text": "[quote:37dt95vg]C:\\Windows\\system32>wsl --install\nInstalling: Virtual Machine Platform\nVirtual Machine Platform has been installed.\nInstalling: Windows Subsystem for Linux\nWindows Subsystem for Linux has been installed.\nDownloading: WSL Kernel\nInstalling: WSL Kernel\nWSL Kernel has been installed.\nDownloading: GUI App Support\nInstalling: GUI App Support\nGUI App Support has been installed.\nDownloading: Ubuntu\nThe requested operation is successful. Changes will not be effective until the system is rebooted.[/quote:37dt95vg]\n\n[b:37dt95vg]Notice that now we can run Linux GUI apps![/b:37dt95vg]\nDownloading: GUI App Support\nInstalling: GUI App Support\nGUI App Support has been installed",
"time": "06:31",
"topic": "Can you use Windows 11 on your PC ?",
"username": "Antonio Linares"
}
] |
Can you use Windows 11 on your PC ?
|
[
{
"date": "2022-02-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi all,\n\nIs there an error in database.prg in fwh1811? Check the images below. In the previous version these errors do not occur. Thanks.\n\n[url=https://imgbb.com/:3re4mwuc][img:3re4mwuc]https://i.ibb.co/nbGrTzY/Erro1.jpg[/img:3re4mwuc][/url:3re4mwuc]\n\nprg line:\noArqBol:BAIRRO := oArqAsoc:BAIRRO\n\n[url=https://imgbb.com/:3re4mwuc][img:3re4mwuc]https://i.ibb.co/9HTGx5P/Erro2.jpg[/img:3re4mwuc][/url:3re4mwuc]\n\nprg line:\nREDEFINE GET oGet06 VAR oArqAsoc:END ID 104 of oFolder:aDialogs[1] picture '@!' COLOR Frente,Fundo update",
"time": "13:56",
"topic": "Can you use a field named End with Class TDataBase ? yes!",
"username": "wartiaga"
}
] |
Can you use a field named End with Class TDataBase ? yes!
|
[
{
"date": "2022-02-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:wzsxq22j]oArqBol:BAIRRO := oArqAsoc:BAIRRO[/quote:wzsxq22j]\npara descartar, haria lo siguiente:\n[code=fw:wzsxq22j]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />?oArqBol:<span style=\"color: #000000;\">cAlias</span>, <span style=\"color: #0000ff;\">select</span><span style=\"color: #000000;\">(</span>oArqBol:<span style=\"color: #000000;\">cAlias</span><span style=\"color: #000000;\">)</span><br />?oArqAsoc:<span style=\"color: #000000;\">cAlias</span>, <span style=\"color: #0000ff;\">select</span><span style=\"color: #000000;\">(</span>oArqAsoc:<span style=\"color: #000000;\">cAlias</span><span style=\"color: #000000;\">)</span><br /> </div>[/code:wzsxq22j]",
"time": "16:53",
"topic": "Can you use a field named End with Class TDataBase ? yes!",
"username": "carlos vargas"
}
] |
Can you use a field named End with Class TDataBase ? yes!
|
[
{
"date": "2022-02-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Please copy here the error.log thanks",
"time": "16:57",
"topic": "Can you use a field named End with Class TDataBase ? yes!",
"username": "Antonio Linares"
}
] |
Can you use a field named End with Class TDataBase ? yes!
|
[
{
"date": "2022-02-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":2cak3ne8]Please copy here the error.log thanks[/quote:2cak3ne8]\n\nApplication\n===========\n Path and name: D:\\SISTEMAS\\SINDF\\sind.exe (32 bits)\n Size: 9,486,848 bytes\n Compiler version: xHarbour 1.2.3 Intl. (SimpLex) (Build 20181011)\n FiveWin version: FWH 18.11\n C compiler version: Borland/Embarcadero C++ 7.3 (32-bit)\n Windows version: 6.2, Build 9200 \n\n Time from start: 0 hours 0 mins 7 secs \n Error occurred at: 15/02/2022, 13:56:09\n Error description: Warning BASE/2001 Alias nÆo existe: TDATABASE:_FIELDPUT\n Args:\n [ 1] = N 7\n [ 2] = C \n\nStack Calls\n===========\n Called from: source\\rtl\\tobject.prg => TDATABASE:ERROR( 0 )\n Called from: DATABASE.PRG => TDATABASE:FIELDPUT( 982 )\n Called from: DATABASE.PRG => TDATABASE:_END( 1366 )\n Called from: PROG08.PRG => (b)NOVO( 389 )\n Called from: TGET.PRG => TGET:REDEFINE( 721 )\n Called from: PROG08.PRG => NOVO( 389 )\n Called from: PROG08.PRG => (b)PROG08( 177 )\n Called from: .\\source\\classes\\BUTTON.PRG => TBUTTONBMP:CLICK( 179 )\n Called from: .\\source\\classes\\CONTROL.PRG => TBUTTON:HANDLEEVENT( 1755 )\n Called from: .\\source\\classes\\BUTTONB.PRG => TBUTTONBMP:HANDLEEVENT( 261 )\n Called from: .\\source\\classes\\WINDOW.PRG => _FWH( 3513 )\n Called from: => SENDMESSAGE( 0 )\n Called from: .\\source\\classes\\DIALOG.PRG => TDIALOG:COMMAND( 433 )\n Called from: => TWINDOW:HANDLEEVENT( 0 )\n Called from: .\\source\\classes\\DIALOG.PRG => TDIALOG:HANDLEEVENT( 1136 )\n Called from: => DIALOGBOX( 0 )\n Called from: .\\source\\classes\\DIALOG.PRG => TDIALOG:ACTIVATE( 304 )\n Called from: PROG08.PRG => PROG08( 185 )\n Called from: SIND32.PRG => HABIL( 1780 )\n Called from: SIND32.PRG => (b)ASSOC( 359 )\n Called from: .\\source\\classes\\MENU.PRG => TMENU:ACTIVATE( 1595 )\n Called from: .\\source\\classes\\BTNBMP.PRG => TBTNBMP:LBUTTONUP( 966 )\n Called from: .\\source\\classes\\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1791 )\n Called from: .\\source\\classes\\BTNBMP.PRG => TBTNBMP:HANDLEEVENT( 1960 )\n Called from: .\\source\\classes\\WINDOW.PRG => _FWH( 3513 )\n Called from: => WINRUN( 0 )\n Called from: .\\source\\classes\\WINDOW.PRG => TWINDOW:ACTIVATE( 1065 )\n Called from: SIND32.PRG => MAIN( 274 )\n\nSystem\n======\n CPU type: Intel(R) Core(TM) i5-8300H CPU @ 2.30GHz 2304 Mhz\n Hardware memory: 16259 megs\n\n Free System resources: 90 %\n GDI resources: 90 %\n User resources: 90 %\n\n Windows total applications running: 4\n 1 , \n 2 , C:\\WINDOWS\\WinSxS\\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22000.120_none_e541a94 \n 3 Alternância de Tarefas, D:\\SISTEMAS\\SINDF\\sind.exe \n 4 GDI+ Window (sind.exe), C:\\WINDOWS\\WinSxS\\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.22000.434_none_1630a2eb2777c45 \n\nVariables in use\n================\n Procedure Type Value\n ==========================\n TDATABASE:ERROR\n Param 1: C \"Alias nÆo existe\"\n Param 2: C \"TDATABASE\"\n Param 3: C \"_FIELDPUT\"\n Param 4: N 2001\n Param 5: A Len: 2\n Local 1: O Class: TDATABASE\n Local 2: N 13\n TDATABASE:FIELDPUT\n Param 1: N 7\n Param 2: C \" \"\n Local 1: O Class: TDATABASE\n Local 2: L .F.\n Local 3: N 0\n Local 4: U \n TDATABASE:_END\n Param 1: O Class: TDATABASE\n Local 1: A Len: 1\n Local 2: C \"_END\"\n Local 3: N 1005\n Local 4: N 7\n Local 5: C \"END\"\n Local 6: L .T.\n Local 7: C \" \"\n Local 8: U \n Local 9: U \n Local 10: C \" \"\n (b)NOVO\n Param 1: C \" \"\n TGET:REDEFINE\n Param 1: N 104\n Param 2: B {|| ... }\n Param 3: O Class: TDIALOG\n Param 4: U \n Param 5: C \"@!\"\n Param 6: U \n Param 7: N 16711680\n Param 8: N 13041663\n Param 9: U \n Param 10: U \n Param 11: U \n Param 12: L .T.\n Param 13: U \n Param 14: U \n Param 15: L .F.\n Param 16: L .F.\n Param 17: U \n Param 18: U \n Param 19: U \n Param 20: U \n Param 21: U \n Param 22: U \n Param 23: C \"oArqAsoc:END\"\n Param 24: U \n Param 25: U \n Param 26: U \n Param 27: U \n Param 28: U \n Param 29: L .F.\n Param 30: U \n Local 1: O Class: TGET\n Local 2: U \n Local 3: U \n Local 4: U \n Local 5: L .F.\n NOVO\n (b)PROG08\n Param 1: O Class: TBUTTONBMP\n TBUTTONBMP:CLICK\n Local 1: O Class: TBUTTONBMP\n TBUTTON:HANDLEEVENT\n Param 1: N 2048\n Param 2: N 0\n Param 3: N 0\n Local 1: O Class: TBUTTONBMP\n Local 2: U \n TBUTTONBMP:HANDLEEVENT\n Param 1: N 2048\n Param 2: N 0\n Param 3: N 0\n Local 1: O Class: TBUTTONBMP\n Local 2: U \n _FWH\n Param 1: N 0\n Param 2: N 2048\n Param 3: N 0\n Param 4: N 0\n Param 5: N 21\n Local 1: O Class: TBUTTONBMP\n SENDMESSAGE\n Param 1: N 3933528\n Param 2: N 2048\n Param 3: N 0\n Param 4: N 0\n TDIALOG:COMMAND\n Param 1: N 4001\n Param 2: N 3933528\n Local 1: O Class: TDIALOG\n Local 2: O Class: TBUTTONBMP\n Local 3: N 0\n Local 4: N 4001\n Local 5: N 3933528\n Local 6: U \n TWINDOW:HANDLEEVENT\n Param 1: N 273\n Param 2: N 4001\n Param 3: N 3933528\n TDIALOG:HANDLEEVENT\n Param 1: N 273\n Param 2: N 4001\n Param 3: N 3933528\n Local 1: O Class: TDIALOG\n DIALOGBOX\n Param 1: N 4194304\n Param 2: C \"BROWASOC\"\n Param 3: N 1707284\n Param 4: O Class: TDIALOG\n TDIALOG:ACTIVATE\n Param 1: U \n Param 2: U \n Param 3: U \n Param 4: L .T.\n Param 5: U \n Param 6: L .T.\n Param 7: B {|| ... }\n Param 8: U \n Param 9: U \n Param 10: U \n Param 11: U \n Param 12: L .F.\n Param 13: O Class: TDIALOG\n Param 14: U \n Local 1: O Class: TDIALOG\n Local 2: N 1707284\n Local 3: U \n Local 4: U \n Local 5: U \n Local 6: O Class: TDIALOG\n PROG08\n HABIL\n Param 1: C \"08\"\n Param 2: O Class: TMENUITEM\n Local 1: U \n Local 2: O Class: TMENUITEM\n (b)ASSOC\n Param 1: O Class: TMENUITEM\n TMENU:ACTIVATE\n Param 1: N 61\n Param 2: N 103\n Param 3: O Class: TBAR\n Param 4: L .F.\n Local 1: N 0\n Local 2: O Class: TMENU\n Local 3: A Len: 2\n TBTNBMP:LBUTTONUP\n Param 1: N 37\n Param 2: N 98\n Param 3: O Class: TBTNBMP\n Local 1: O Class: TBAR\n Local 2: L .T.\n Local 3: N 0\n TCONTROL:HANDLEEVENT\n Param 1: N 514\n Param 2: N 0\n Param 3: N 2424930\n Local 1: O Class: TBTNBMP\n Local 2: U \n TBTNBMP:HANDLEEVENT\n Param 1: N 514\n Param 2: N 0\n Param 3: N 2424930\n Local 1: O Class: TBTNBMP\n _FWH\n Param 1: N 2424930\n Param 2: N 514\n Param 3: N 0\n Param 4: N 2424930\n Param 5: N 4\n Local 1: O Class: TBTNBMP\n WINRUN\n Param 1: N 1707284\n TWINDOW:ACTIVATE\n Param 1: C \"MAXIMIZED\"\n Param 2: U \n Param 3: U \n Param 4: U \n Param 5: U \n Param 6: U \n Param 7: U \n Param 8: B {|| ... }\n Param 9: U \n Param 10: U \n Param 11: U \n Param 12: U \n Param 13: U \n Param 14: U \n Param 15: U \n Param 16: U \n Param 17: U \n Param 18: U \n Param 19: U \n Param 20: L .F.\n Local 1: O Class: TWINDOW\n Local 2: U \n Local 3: U \n MAIN\n Local 1: U \n\nLinked RDDs\n===========\n DBF\n DBFFPT\n DBFBLOB\n DBFCDX\n DBFNTX\n\nDataBases in use\n================\n\n 1: ARQRAM RddName: DBFCDX\n ==============================\n RecNo RecCount BOF EOF\n 6 5 .F. .T.\n\n Indexes in use TagName\n => DESCRICAO DESCRICAO\n\n Relations in use\n\n 2: CONFCTE RddName: DBFCDX\n ==============================\n RecNo RecCount BOF EOF\n 1 1 .F. .F.\n\n Indexes in use TagName\n\n Relations in use\n\n 3: ARQULT RddName: DBFCDX\n ==============================\n RecNo RecCount BOF EOF\n 1 1 .F. .F.\n\n Indexes in use TagName\n\n Relations in use\n\n 4: ARQMEN RddName: DBFCDX\n ==============================\n RecNo RecCount BOF EOF\n 6 5 .F. .T.\n\n Indexes in use TagName\n => CODIGO CODIGO\n DESCRICAO DESCRICAO\n\n Relations in use\n\n 5: ARQCON RddName: DBFCDX\n ==============================\n RecNo RecCount BOF EOF\n 6 6 .F. .F.\n\n Indexes in use TagName\n => CODIGO CODIGO\n DESCRICAO DESCRICAO\n\n Relations in use\n\n 7: ARQASOC1 RddName: DBFCDX\n ==============================\n RecNo RecCount BOF EOF\n 684 10753 .F. .F.\n\n Indexes in use TagName\n => CODIGO CODIGO\n FANTASIA FANTASIA\n SOCIAL SOCIAL\n STATUS STATUS\n CPFCNPJ CPFCNPJ\n SUBSTR(CPFCNPJ,1,12) CNPJP\n CIDADE CIDADE\n\n Relations in use\n\n 8: => ARQBOL RddName: DBFCDX\n ==============================\n RecNo RecCount BOF EOF\n 60993 200472 .F. .F.\n\n Indexes in use TagName\n => BOLETO BOLETO\n CGCCLI+BOLETO CGCCLI\n NRBANCO NRBANCO\n DTOS(BAIXA)+NOME BAIXA\n NOME NOME\n DTOS(EMISSAO)+NOME EMISSAO\n DTOS(BAIXA)+TIPO+CGCCLI BAIXATIPO\n CBARRAS CBARRAS\n DTOS(VENCTO) VENCIMENTO\n BANCO+REMESSA REMESSA\n\n Relations in use\n\nClasses in use:\n===============\n 1 ERROR\n 2 HASHENTRY\n 3 HBCLASS\n 4 HBOBJECT\n 5 TWINDOW\n 6 TCONTROL\n 7 TGET\n 8 TDATABASE\n 9 TFONT\n 10 TBRUSH\n 11 TICON\n 12 TREG32\n 13 TBAR\n 14 TRECT\n 15 TBTNBMP\n 16 TMENU\n 17 TMENUITEM\n 18 TIMAGELIST\n 19 TBITMAP\n 20 TMSGBAR\n 21 TDIALOG\n 22 TSAY\n 23 TXBROWSE\n 24 TXBRWCOLUMN\n 25 GET\n 26 TCLIPGET\n 27 TBUTTON\n 28 TBUTTONBMP\n 29 TSCROLLBAR\n 30 TCLIPBOARD\n 31 TMSGITEM\n 32 TTIMER\n 33 TFOLDER\n 34 TSTRUCT\n\nMemory Analysis\n===============\n 2467 Static variables\n\n Dynamic memory consume:\n Actual Value: 0 bytes\n Highest Value: 0 bytes\n\u001a",
"time": "17:55",
"topic": "Can you use a field named End with Class TDataBase ? yes!",
"username": "wartiaga"
}
] |
Can you use a field named End with Class TDataBase ? yes!
|
[
{
"date": "2022-02-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"carlos vargas\":jvmznqgn][quote:jvmznqgn]oArqBol:BAIRRO := oArqAsoc:BAIRRO[/quote:jvmznqgn]\npara descartar, haria lo siguiente:\n[code=fw:jvmznqgn]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />?oArqBol:<span style=\"color: #000000;\">cAlias</span>, <span style=\"color: #0000ff;\">select</span><span style=\"color: #000000;\">(</span>oArqBol:<span style=\"color: #000000;\">cAlias</span><span style=\"color: #000000;\">)</span><br />?oArqAsoc:<span style=\"color: #000000;\">cAlias</span>, <span style=\"color: #0000ff;\">select</span><span style=\"color: #000000;\">(</span>oArqAsoc:<span style=\"color: #000000;\">cAlias</span><span style=\"color: #000000;\">)</span><br /> </div>[/code:jvmznqgn][/quote:jvmznqgn]\n\nCarlos this is so strange because in older fivewin works great. The line before this error I do the same thing oArqBol:END := oArqAsoc:END.",
"time": "17:58",
"topic": "Can you use a field named End with Class TDataBase ? yes!",
"username": "wartiaga"
}
] |
Can you use a field named End with Class TDataBase ? yes!
|
[
{
"date": "2022-02-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Do you have a field named \"end\" in your DBFs ?\n\nTry to use a different field name",
"time": "13:19",
"topic": "Can you use a field named End with Class TDataBase ? yes!",
"username": "Antonio Linares"
}
] |
Can you use a field named End with Class TDataBase ? yes!
|
[
{
"date": "2022-02-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":1cwit15j]Do you have a field named \"end\" in your DBFs ?\n\nTry to use a different field name[/quote:1cwit15j]\n\nYes Antonio, in 10 dbfs.\nDatabase is ending the object with End and not End()? Any other solutions to not have to change the dbfs and prgs?\nThank you!",
"time": "18:25",
"topic": "Can you use a field named End with Class TDataBase ? yes!",
"username": "wartiaga"
}
] |
Can you use a field named End with Class TDataBase ? yes!
|
[
{
"date": "2022-02-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "> End and not End()\n\nInside Harbour there is no difference for them\n\nYou can not have a data and a method with the same name, \"()\" does not matter, it is just a message to the object",
"time": "23:37",
"topic": "Can you use a field named End with Class TDataBase ? yes!",
"username": "Antonio Linares"
}
] |
Can you use a field named End with Class TDataBase ? yes!
|
[
{
"date": "2022-02-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "A workaround would be to remove this method from Class TDataBase:\n\n // METHOD End() INLINE ::Close()",
"time": "23:39",
"topic": "Can you use a field named End with Class TDataBase ? yes!",
"username": "Antonio Linares"
}
] |
Can you use a field named End with Class TDataBase ? yes!
|
[
{
"date": "2022-02-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It is clear that we can not use oDBf:End to access value of field named \"END\" or assign new values to oDbf:End. \nSameway you can not have field names that conflict with any methods of datas of TDatabase/\n\nIn such cases, we can rename the field temporarily inside the TDatabase object and use the temporary new name to access/assign values.\n\nFor example\n[code=fw:26vv4pig]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oDbf:<span style=\"color: #000000;\">MapCol</span><span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"END\"</span>, <span style=\"color: #ff0000;\">\"ENDX\"</span> <span style=\"color: #000000;\">)</span><br />? oDbf:<span style=\"color: #000000;\">EndX</span><br />oDbf:<span style=\"color: #000000;\">EndX</span> := <val><br /> </div>[/code:26vv4pig]\nYou can safely use oDbf:Endx and it is internally mapped to the field \"END\"\nYou can use any name you like.\n\nNote:\nPlease change the caption \"Error in database.prg\". \n[b:26vv4pig]There is NO ERROR in FWH Database.prg.[/b:26vv4pig]",
"time": "14:14",
"topic": "Can you use a field named End with Class TDataBase ? yes!",
"username": "nageswaragunupudi"
}
] |
Can you use a field named End with Class TDataBase ? yes!
|
[
{
"date": "2022-02-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"nageswaragunupudi\":292khq0e]It is clear that we can not use oDBf:End to access value of field named \"END\" or assign new values to oDbf:End. \nSameway you can not have field names that conflict with any methods of datas of TDatabase/\n\nIn such cases, we can rename the field temporarily inside the TDatabase object and use the temporary new name to access/assign values.\n\nFor example\n[code=fw:292khq0e]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oDbf:<span style=\"color: #000000;\">MapCol</span><span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"END\"</span>, <span style=\"color: #ff0000;\">\"ENDX\"</span> <span style=\"color: #000000;\">)</span><br />? oDbf:<span style=\"color: #000000;\">EndX</span><br />oDbf:<span style=\"color: #000000;\">EndX</span> := <val><br /> </div>[/code:292khq0e]\nYou can safely use oDbf:Endx and it is internally mapped to the field \"END\"\nYou can use any name you like.\n\nNote:\nPlease change the caption \"Error in database.prg\". \n[b:292khq0e]There is NO ERROR in FWH Database.prg.[/b:292khq0e][/quote:292khq0e]\n\nThanks for the explanation. I called it an \"error\" because in older versions of fivewin this problem doesn't occur. What changed in database.prg for this to happen?",
"time": "15:36",
"topic": "Can you use a field named End with Class TDataBase ? yes!",
"username": "wartiaga"
}
] |
Can you use a field named End with Class TDataBase ? yes!
|
[
{
"date": "2022-02-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":1tow2cwc]A workaround would be to remove this method from Class TDataBase:\n\n // METHOD End() INLINE ::Close()[/quote:1tow2cwc]\n\nGreat! Thank you Antonio!",
"time": "15:38",
"topic": "Can you use a field named End with Class TDataBase ? yes!",
"username": "wartiaga"
}
] |
Can you use a field named End with Class TDataBase ? yes!
|
[
{
"date": "2022-02-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:2qcqhvp6]Thanks for the explanation. I called it an \"error\" because in older versions of fivewin this problem doesn't occur. What changed in database.prg for this to happen?\n[/quote:2qcqhvp6]\nNew method End() which is a synonym for Close() was added.",
"time": "17:45",
"topic": "Can you use a field named End with Class TDataBase ? yes!",
"username": "nageswaragunupudi"
}
] |
Can you use a field named End with Class TDataBase ? yes!
|
[
{
"date": "2022-02-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"nageswaragunupudi\":1rraptzi][quote:1rraptzi]Thanks for the explanation. I called it an \"error\" because in older versions of fivewin this problem doesn't occur. What changed in database.prg for this to happen?\n[/quote:1rraptzi]\nNew method End() which is a synonym for Close() was added.[/quote:1rraptzi]\n\nOk, thank you Mr. Nages!",
"time": "18:38",
"topic": "Can you use a field named End with Class TDataBase ? yes!",
"username": "wartiaga"
}
] |
Can you use a field named End with Class TDataBase ? yes!
|
[
{
"date": "2022-02-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:pr04vweb]Thanks for the explanation. I called it an \"error\" because in older versions of fivewin this problem doesn't occur. What changed in database.prg for this to happen?[/quote:pr04vweb]\n\nActually, it was a change that I suggested. Prior to that, all of FW's objects could be \"destroyed\" by calling the End() method--[b:pr04vweb]except the TDatabase class which used a Close() method[/b:pr04vweb], which is the old DBase command to close a file. However, when using objects it helps to use the same method names for similar processes, thus changing the method Close() to End() made data objects consistent with all the other types of objects--just like the New() method is used to create all new objects.\n\nThus it is not a good idea to try to use any method name as a fieldname in your code.",
"time": "23:29",
"topic": "Can you use a field named End with Class TDataBase ? yes!",
"username": "James Bott"
}
] |
Can you use a field named End with Class TDataBase ? yes!
|
[
{
"date": "2022-02-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"James Bott\":366ckqnc][quote:366ckqnc]Thanks for the explanation. I called it an \"error\" because in older versions of fivewin this problem doesn't occur. What changed in database.prg for this to happen?[/quote:366ckqnc]\n\nActually, it was a change that I suggested. Prior to that, all of FW's objects could be \"destroyed\" by calling the End() method--[b:366ckqnc]except the TDatabase class which used a Close() method[/b:366ckqnc], which is the old DBase command to close a file. However, when using objects it helps to use the same method names for similar processes, thus changing the method Close() to End() made data objects consistent with all the other types of objects--just like the New() method is used to create all new objects.\n\nThus it is not a good idea to try to use any method name as a fieldname in your code.[/quote:366ckqnc]\n\nThank you James! I changed all dbfs fields END to ENDE",
"time": "01:03",
"topic": "Can you use a field named End with Class TDataBase ? yes!",
"username": "wartiaga"
}
] |
Can you use a field named End with Class TDataBase ? yes!
|
[
{
"date": "2013-01-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I'm trying to test in my win7 notebook a CGI\nHello.exe CGI\nThis is source code\n[code=fw:2ibo8yyo]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Simpleio.ch\"</span><br /><br /><span style=\"color: #00C800;\">FUNCTION</span> MAIN<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> ?? <span style=\"color: #000000;\">[</span>Content-type: <span style=\"color: #0000ff;\">text</span>/html<span style=\"color: #000000;\">]</span><br /> ?<br /> ? <span style=\"color: #000000;\">[</span><HTML><span style=\"color: #000000;\">]</span><br /> ? <span style=\"color: #000000;\">[</span><BODY><span style=\"color: #000000;\">]</span><br /> ? <span style=\"color: #000000;\">[</span><HEAD><span style=\"color: #000000;\">]</span><br /> ? <span style=\"color: #000000;\">[</span> Hello world <span style=\"color: #000000;\">]</span><br /> ? <span style=\"color: #000000;\">[</span></HEAD><span style=\"color: #000000;\">]</span><br /> ? <span style=\"color: #000000;\">[</span></BODY><span style=\"color: #000000;\">]</span><br /> ? <span style=\"color: #000000;\">[</span></HTML><span style=\"color: #000000;\">]</span><br /><span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /> </div>[/code:2ibo8yyo]\n\nI digit\n<!-- m --><a class=\"postlink\" href=\"http://127.0.0.1/hello.exe\">http://127.0.0.1/hello.exe</a><!-- m -->\nin my browser\nI wait for a long and then I fine in c:\\inetpub\\wwwroot (the same folder of hello.exe\nan error.log containing this phrase\nCan't allocate console\n <!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" title=\"Shocked\" /><!-- s:shock: -->",
"time": "16:55",
"topic": "Can't allocate console",
"username": "MarcoBoschi"
}
] |
Can't allocate console
|
[
{
"date": "2013-01-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "In XP instead it works fine",
"time": "17:44",
"topic": "Can't allocate console",
"username": "MarcoBoschi"
}
] |
Can't allocate console
|
[
{
"date": "2013-01-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The problem is solved in this way:\n\n[code=fw:3ug34z9m]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Fivewin.ch\"</span><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Report.ch\"</span><br /><br />#xcommand ? <x> => ConOut<span style=\"color: #000000;\">(</span> <x> <span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #00C800;\">FUNCTION</span> MAIN<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> ContentType<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> ?<br /> ? <span style=\"color: #000000;\">[</span><HTML><span style=\"color: #000000;\">]</span><br /> ? <span style=\"color: #000000;\">[</span><BODY><span style=\"color: #000000;\">]</span><br /> ? <span style=\"color: #000000;\">[</span><HEAD><span style=\"color: #000000;\">]</span><br /> ? <span style=\"color: #000000;\">[</span> Hello World <span style=\"color: #000000;\">]</span><br /> ? <span style=\"color: #000000;\">[</span> <A HREF = <span style=\"color: #ff0000;\">\"http://172.28.2.189/new/disegno.bmp\"</span>> Disegno </A> <span style=\"color: #000000;\">]</span><br /> ? <span style=\"color: #000000;\">[</span></HEAD><span style=\"color: #000000;\">]</span><br /> ? <span style=\"color: #000000;\">[</span></BODY><span style=\"color: #000000;\">]</span><br /> ? <span style=\"color: #000000;\">[</span></HTML><span style=\"color: #000000;\">]</span><br /><br /><br /> <span style=\"color: #00C800;\">RETURN</span> <span style=\"color: #00C800;\">NIL</span><br /><br /><br /><span style=\"color: #00D7D7;\">#pragma</span> BEGINDUMP<br /><br /><span style=\"color: #00D7D7;\">#include</span> <hbapi.h><br /><br /><span style=\"color: #00C800;\">HB_FUNC</span><span style=\"color: #000000;\">(</span> CONTENTTYPE <span style=\"color: #000000;\">)</span><br /><span style=\"color: #000000;\">{</span><br /> printf<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"Content-Type: text/html<span style=\"color: #000000;\">\\n</span><span style=\"color: #000000;\">\\n</span>\"</span> <span style=\"color: #000000;\">)</span>;<br /><span style=\"color: #000000;\">}</span><br /><br /><span style=\"color: #00C800;\">HB_FUNC</span><span style=\"color: #000000;\">(</span> CONOUT <span style=\"color: #000000;\">)</span><br /><span style=\"color: #000000;\">{</span><br /> printf<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">\"%s<span style=\"color: #000000;\">\\n</span>\"</span>, <span style=\"color: #000000;\">(</span> char * <span style=\"color: #000000;\">)</span> hb_parc<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">1</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span>;<br /><span style=\"color: #000000;\">}</span><br /><br /><span style=\"color: #00D7D7;\">#pragma</span> ENDDUMP<br /> </div>[/code:3ug34z9m]\n\nThe new question is This CGI works everywhere?\nOr works fine in this scenario?\nTomorrow the solution\nBye for now\nmarco",
"time": "18:08",
"topic": "Can't allocate console",
"username": "MarcoBoschi"
}
] |
Can't allocate console
|
[
{
"date": "2006-02-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I wanted to build the sample testrtf.prg with xHarbour ( Feb ) and FWH 2.7. \n\nI receive the following undefined external symbols:\n\n_GetFileVersionInfoSizeA\n_GetFileVersionInfoA\n_VerQueryValueA\n\nI am simply trying to build the sample included with 2.7.\n\nWhat am I missing here ?\n\nThanks.\n\nTim <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->",
"time": "19:34",
"topic": "Can't build TestRTF sample",
"username": "TimStone"
}
] |
Can't build TestRTF sample
|
[
{
"date": "2006-02-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"TimStone\":fyvmsegu]I wanted to build the sample testrtf.prg with xHarbour ( Feb ) and FWH 2.7. \n\nI receive the following undefined external symbols:\n\n_GetFileVersionInfoSizeA\n_GetFileVersionInfoA\n_VerQueryValueA\n\nI am simply trying to build the sample included with 2.7.\n\nWhat am I missing here ?\n\nThanks.\n\nTim,\n\nInclude Version.lib to your xbp link script\n\nYou will find it in \\xhb\\c_lib\\win\n\nRichard\n\nTim <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->[/quote:fyvmsegu]",
"time": "09:40",
"topic": "Can't build TestRTF sample",
"username": "Richard Chidiak"
}
] |
Can't build TestRTF sample
|
[
{
"date": "2006-02-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you ... it now builds.",
"time": "21:44",
"topic": "Can't build TestRTF sample",
"username": "TimStone"
}
] |
Can't build TestRTF sample
|
[
{
"date": "2011-10-05",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "testfx1.prg, testfx2.prg and testfx3.prg\n\nTIA",
"time": "19:21",
"topic": "Can't compile some fwh\\samples using MingW",
"username": "hua"
}
] |
Can't compile some fwh\samples using MingW
|
[
{
"date": "2011-10-05",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "testcal.prg and testcal2.prg too",
"time": "19:28",
"topic": "Can't compile some fwh\\samples using MingW",
"username": "hua"
}
] |
Can't compile some fwh\samples using MingW
|
[
{
"date": "2011-10-05",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "testmex.prg too",
"time": "19:34",
"topic": "Can't compile some fwh\\samples using MingW",
"username": "hua"
}
] |
Can't compile some fwh\samples using MingW
|
[
{
"date": "2011-10-05",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "testgif.prg too",
"time": "19:39",
"topic": "Can't compile some fwh\\samples using MingW",
"username": "hua"
}
] |
Can't compile some fwh\samples using MingW
|
[
{
"date": "2011-10-05",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "testcf1.prg too",
"time": "19:43",
"topic": "Can't compile some fwh\\samples using MingW",
"username": "hua"
}
] |
Can't compile some fwh\samples using MingW
|
[
{
"date": "2011-10-05",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "testsk1.prg too",
"time": "19:44",
"topic": "Can't compile some fwh\\samples using MingW",
"username": "hua"
}
] |
Can't compile some fwh\samples using MingW
|
[
{
"date": "2011-10-05",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "[quote=\"hua\":1rkgpgj1]testfx1.prg, testfx2.prg and testfx3.prg\n\nTIA[/quote:1rkgpgj1]\n\nHua,\n\nFixed, we send you the modified libraries, thanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "23:28",
"topic": "Can't compile some fwh\\samples using MingW",
"username": "Antonio Linares"
}
] |
Can't compile some fwh\samples using MingW
|
[
{
"date": "2011-10-06",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Thank you! A big thumbs up to you Antonio <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": "02:33",
"topic": "Can't compile some fwh\\samples using MingW",
"username": "hua"
}
] |
Can't compile some fwh\samples using MingW
|
[
{
"date": "2011-10-06",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Found another one, testmex.prg can't be build too. Testfx4.prg can be compiled but oFolder:SetLayout() doesn't work.",
"time": "15:04",
"topic": "Can't compile some fwh\\samples using MingW",
"username": "hua"
}
] |
Can't compile some fwh\samples using MingW
|
[
{
"date": "2011-10-06",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Testblur.prg can't be compiled. Testblu2.prg compiled and runs fine though.\n\nTIA",
"time": "19:01",
"topic": "Can't compile some fwh\\samples using MingW",
"username": "hua"
}
] |
Can't compile some fwh\samples using MingW
|
[
{
"date": "2011-10-06",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Hello\n\n[quote=\"hua\":3c6l31l1]testcal.prg and testcal2.prg too[/quote:3c6l31l1]\nfixed\n\n[quote=\"hua\":3c6l31l1]testmex.prg too[/quote:3c6l31l1]\nfixed\n\n[quote=\"hua\":3c6l31l1]testgif.prg too[/quote:3c6l31l1]\nfixed\n\n[quote=\"hua\":3c6l31l1]testcf1.prg too[/quote:3c6l31l1]\nfixed\n\n[quote=\"hua\":3c6l31l1]testsk1.prg too[/quote:3c6l31l1]\nfixed\n\n[quote=\"hua\":3c6l31l1]Testfx4.prg can be compiled but oFolder:SetLayout() doesn't work.[/quote:3c6l31l1]\nin review\n\n[quote=\"hua\":3c6l31l1]Testblur.prg can't be compiled[/quote:3c6l31l1]\nplease delete the code between #pragma\n\nwrite me a email to send the new lib",
"time": "19:24",
"topic": "Can't compile some fwh\\samples using MingW",
"username": "Daniel Garcia-Gil"
}
] |
Can't compile some fwh\samples using MingW
|
[
{
"date": "2011-10-07",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Hi Daniel. Thank you for the fix. I'm also having trouble compiling skin1.prg and skin2.prg.\n\nTestblur.prg is now compilable after following your instruction. I'll be e-mailing you shortly. \n\nThank you for the prompt response <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->",
"time": "03:57",
"topic": "Can't compile some fwh\\samples using MingW",
"username": "hua"
}
] |
Can't compile some fwh\samples using MingW
|
[
{
"date": "2006-03-29",
"forum": "FiveWin para Pocket PC",
"text": "Al ejecutar mas de una vez la opción del menu, me aparece el mensaje \"Can't create dialog Box\". \nEl programa sigue la siguiente estructura, abro una ventana, desde esta ventana on init abre un dialogo con opciones de menu(botones), al pulsar el boton ventas pido la fecha mediante la funcion MsGet, y despues abro otra ventana para visualizar el resultado. La primera vez todo ok, el resto no puede abrir el dialogo de MsgGet.\n\n[code:1w912ja0]\n# INCLUDE \"FwCE.ch\"\nSTATIC oWnd\nFUNCTION MAIN()\n //--------DEFINICION DE VARIABLES-------\n LOCAL nOpcSel, oBmp\n PRIVATE oWnd\n DEFINE WINDOW oWnd TITLE 'Crmbl'\n ACTIVATE WINDOW oWnd ;\n ON INIT MnuPri()\nRETURN NIL\n//------------------\nFUNCTION MnuPri()\n//------------------\n LOCAL oDlg,oBtnVta,oBtnEnd,dFecha:=Date()\n DEFINE DIALOG oDlg RESOURCE \"MNUPRI\" OF oWnd\n REDEFINE BUTTON oBtnVta ID 4001 OF oDlg ACTION (IF(MsgGet('Fecha','Fecha',@dFecha),Algo(),nil))\n REDEFINE BUTTON oBtnEnd ID 4006 OF oDlg ACTION (oWnd:END())\n ACTIVATE DIALOG oDlg CENTERED\nRETURN NIL\n//---------------------\nSTATIC FUNCTION Algo()\n//---------------------\n LOCAL oWnd,oBtn\n DEFINE WINDOW oWnd TITLE \"Algo\"\n oBtn:=tButton():New(14,01,'&oK',oWnd,{||oWnd:End()},50,20)\n ACTIVATE WINDOW oWnd\nRETURN NIL\n[/code:1w912ja0]\nEl fichero RC tal cual sigue.\n[code:1w912ja0]\n#include <windows.h>\n#include <commctrl.h>\n\nLANGUAGE LANG_ENGLISH,SUBLANG_ENGLISH_US\n\nMNUPRI DIALOG DISCARDABLE 36, 32, 138, 180\nSTYLE WS_POPUP|DS_MODALFRAME|WS_SYSMENU|WS_VISIBLE\nFONT 8, \"System\"\nBEGIN\n CONTROL \"V E N T A S\", 4001, \"Button\", WS_TABSTOP, 12, 28, 48, 16\n CONTROL \"S A L I R\", 4006, \"Button\", WS_TABSTOP, 72, 80, 48, 16\n 15\nEND\n[/code:1w912ja0]\nGracias anticipadas.",
"time": "11:10",
"topic": "Can't create dialog Box",
"username": "Biel EA6DD"
}
] |
Can't create dialog Box
|
[
{
"date": "2006-03-29",
"forum": "FiveWin para Pocket PC",
"text": "Biel,\n\nCoge el fichero MsgGet.prg y cambia la linea\n\n[code:1l90h8o2]DEFINE DIALOG oDlg FROM 10, 20 TO 18, 59.5 TITLE cTitle[/code:1l90h8o2]\n\npor\n\n[code:1l90h8o2]DEFINE DIALOG oDlg FROM 10, 20 TO 18, 59.5 TITLE cTitle OF GetWndDefault()[/code:1l90h8o2]\n\ny prueba. Si no va, prueba cambiar GetWndDefault() por WndMain()\n\nSaludos.\nC.",
"time": "11:53",
"topic": "Can't create dialog Box",
"username": "Carles"
}
] |
Can't create dialog Box
|
[
{
"date": "2006-03-29",
"forum": "FiveWin para Pocket PC",
"text": "Gracias Carles,\n he añadido msgget.prg al proyecto, y antes de hacer el cambio que sujieres, he compilado. \nSin cambiar nada funciona bien, bueno relativamente, porque los tamaños del dialogo no caben en la pantalla del PPC, parece como si fueran los fuentes de la version para PC. \nVisto que funciona bien, he ajustado los tamaños de dialogo y posiciones de los controles y todo a quedado funcional.",
"time": "14:41",
"topic": "Can't create dialog Box",
"username": "Biel EA6DD"
}
] |
Can't create dialog Box
|
[
{
"date": "2006-03-29",
"forum": "FiveWin para Pocket PC",
"text": "Perdon por la intromision, pero cuando dices \n\n\"he añadido msgget.prg al proyecto\"\n\n¿ a que te refieres exactamente ?\n\nUna saludo y gracias.",
"time": "17:31",
"topic": "Can't create dialog Box",
"username": "ibersoft"
}
] |
Can't create dialog Box
|
[
{
"date": "2006-03-29",
"forum": "FiveWin para Pocket PC",
"text": "Biel,\n\nMsgGet() ya está incluido en FWPPC (source\\function\\fwppc.prg). Estás usando el build más reciente de FWPPC ?\n\nJose, Javier,\n\nEn principio no haría falta añadirlo, ya que FWPPC lo proporciona.",
"time": "17:43",
"topic": "Can't create dialog Box",
"username": "Antonio Linares"
}
] |
Can't create dialog Box
|
[
{
"date": "2006-03-29",
"forum": "FiveWin para Pocket PC",
"text": "Si pero, cuando dicen lo del \"proyecto\", es que hay alguna forma de incluir varios \"prg\" en un mismo exe , o se refieren a incluir el codigo en el archivo \".rc\" ?",
"time": "17:56",
"topic": "Can't create dialog Box",
"username": "ibersoft"
}
] |
Can't create dialog Box
|
[
{
"date": "2006-03-29",
"forum": "FiveWin para Pocket PC",
"text": "Jose, Javier,\n\nSí, claro, puedes usar tantos PRGs como necesites. samples\\buildce.bat sólo usa uno, pero para más de uno puedes usar por el make para Microsoft que se encuentra en makes\\fwcemake.zip",
"time": "18:19",
"topic": "Can't create dialog Box",
"username": "Antonio Linares"
}
] |
Can't create dialog Box
|
[
{
"date": "2006-03-29",
"forum": "FiveWin para Pocket PC",
"text": "Hola Antonio, \nsi ya se que esta incluido, pero me da el problema que cito en el primer mensaje de este post. \nTras la sujerencia de Carles, he añadido \"source\\function\\fwppc.prg\" para realizar unos cambios en el fuente. Pero no ha hecho falta, pues con la version source\\function\\fwppc.prg me funciona bien, solo he ajustado tamaño del dialogo. \nEstoy utilizando la version de marzo 06, no es la ultima pq veo q hoy has publicado una pero es la penultima.\n\nBueno Jose, Javier, ya os ha contestado el master Antonio, ya sabes tantos prgs como quieras, cambiando el bat de compilacion usando make o alguna otra herramienta. Yo utilizo xMate, lei sobre él aqui en el foro y tras probar otras soluciones, es el que mejor me va, pero para gustos colores.",
"time": "22:10",
"topic": "Can't create dialog Box",
"username": "Biel EA6DD"
}
] |
Can't create dialog Box
|
[
{
"date": "2007-12-05",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Antonio,\n use aaa\n ?used() // .f.\nuse aaa via \"dbfcdx\"\n ?used() // .f.\n\nBest regards!\n\nShuming Wang",
"time": "06:45",
"topic": "Can't open dbf with harbour1.1-1from fwh download (solved)",
"username": "ShumingWang"
}
] |
Can't open dbf with harbour1.1-1from fwh download (solved)
|
[
{
"date": "2007-12-05",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Shuming,\n\nThere must be something wrong in your aaa file or in your computer (not enough read-write privileges for a folder, etc)\n\nPlease build fwh/samples/fwbrow.prg and you will see that it works fine with DBFs",
"time": "10:15",
"topic": "Can't open dbf with harbour1.1-1from fwh download (solved)",
"username": "Antonio Linares"
}
] |
Can't open dbf with harbour1.1-1from fwh download (solved)
|
[
{
"date": "2007-12-05",
"forum": "Bugs report & fixes / Informe de errores y arreglos",
"text": "Antonio,\n the same prg code, fwh2.5 and xhabrour996 do .\n But now more than 4 customers phoned us the problem.\nBest regards!\nShuming Wang",
"time": "11:49",
"topic": "Can't open dbf with harbour1.1-1from fwh download (solved)",
"username": "ShumingWang"
}
] |
Can't open dbf with harbour1.1-1from fwh download (solved)
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.