messages
listlengths 1
1
| topic
stringlengths 2
60
|
---|---|
[
{
"date": "2008-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "My guess is that there is probably a 32-bit parameter somewhere in the mix that indicates the size of the text buffer to be copied to the Clipboard, but the parameter is being truncated to 16-bits at some point by some old 16-bit code.",
"time": "11:02",
"topic": "Clipboard size",
"username": "PatrickWeisser"
}
] | Clipboard size |
[
{
"date": "2008-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Patrick,\r\n\r\nWe have been googling for clipboard size (limit) and it seems as there is such limitation <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->",
"time": "11:04",
"topic": "Clipboard size",
"username": "Antonio Linares"
}
] | Clipboard size |
[
{
"date": "2008-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Patrick,\r\n\r\n[quote:2jeq1r0j]The particular feature I am implementing copies delimited email addresses to the Clipboard so that they may be pasted in the TO: or BCC: block of an email message using whatever email software our customer prefers to use. There may be a better way of allowing our customers to do a mass email to a select group of their constituents, so I'm open to suggestions.[/quote:2jeq1r0j]\r\n\r\nYou can use the MAPI or SMTP classes to do this. MAPI will send them to the currently installed MAPI compliant mail client software (like Outlook), and SMTP will send it directly to the mail server.\r\n\r\nI would suggest SMTP for mass emails. They will have to have access to an SMTP server.\r\n\r\nRegards,\r\nJames",
"time": "15:23",
"topic": "Clipboard size",
"username": "James Bott"
}
] | Clipboard size |
[
{
"date": "2008-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks James, I will take a look at the FWH Samples ProxOut.prg and TestSmtp.prg (and TestMail.prg for the MAPI) to see if they offer the functionality our customers need for this particular feature.\r\n\r\nAntonio - If there is indeed a limit of 20k on the ClipBoard in Win32, why am I able to copy many megabytes worth of text between NotePad and other text editors using the Windows ClipBoard, or indeed between a memo field of a FiveWin application and NotePad?\r\n\r\nThanks,\r\n\r\n-Patrick",
"time": "18:43",
"topic": "Clipboard size",
"username": "PatrickWeisser"
}
] | Clipboard size |
[
{
"date": "2008-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Patrick,\r\n\r\nI should mention that if your users need to compose a message, then perhaps MAPI is your best solution. You can send the TO or BC list to the MAPI client and bring up the message edit screen so they can then type in their message.\r\n\r\nIf you are sending a pre-written message then SMTP is probably the best way. One button click can handle the entire process.\r\n\r\nRegards,\r\nJames",
"time": "18:58",
"topic": "Clipboard size",
"username": "James Bott"
}
] | Clipboard size |
[
{
"date": "2008-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Patrick,\r\n\r\nYou are totally right. It was a bug in our code (from 16 bits times) <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\r\n\r\nNow it is working fine. These are the required changes in FWH\\source\\clpbrd.c function SETCLIPBOARDDATA():\r\n[code:wvyea59j]\n ...\n ULONG ulLen; // instead of WORD\n\n ...\n case CF_TEXT:\n ulLen = _parclen( 2 );\n hMem = GlobalAlloc( GHND, ulLen + 1 );\n if( ! hMem )\n {\n _retl( 0 );\n return;\n }\n\n pMem = GlobalLock( hMem );\n _bcopy( ( char * ) pMem, _parc( 2 ), ulLen );\n GlobalUnlock( hMem );\n _retl( ( BOOL ) SetClipboardData( CF_TEXT, hMem ) );\n break;\n...\n[/code:wvyea59j]\r\nYou can download the modified clpbrd.obj from here:\r\n<!-- m --><a class=\"postlink\" href=\"http://www.mediafire.com/?sharekey=de511730a5a4890a91b20cc0d07ba4d25f0e262c0c6b2158\">http://www.mediafire.com/?sharekey=de51 ... 2c0c6b2158</a><!-- m -->\r\nLink it as another OBJ of your app, or replace it in FiveHC.lib.\r\n\r\nThanks! <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "19:11",
"topic": "Clipboard size",
"username": "Antonio Linares"
}
] | Clipboard size |
[
{
"date": "2008-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks James!!! Thanks Antonio!!!\r\n\r\n-Patrick",
"time": "19:32",
"topic": "Clipboard size",
"username": "PatrickWeisser"
}
] | Clipboard size |
[
{
"date": "2019-04-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "José,\n\nplease have a look at sample < [color=#0000FF:2zkg0tsb]testimg.prg [/color:2zkg0tsb]>\n\nregards\nUwe <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": "22:01",
"topic": "Clipboard to jpg file",
"username": "ukoenig"
}
] | Clipboard to jpg file |
[
{
"date": "2019-04-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"jose_murugosa\":3n0bi3fl]I'd like to save a image in clipboard to a jpg file, Could somebody help me?\n\nThanks in advance.\n\nQuiero grabar una imagen en el portapapeles a un archivo jpg, alguien me podría ayudar en cuanto a como hacerlo?\n\nGracias desde ya.[/quote:3n0bi3fl]\n\n[code=fw:3n0bi3fl]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />lSaved := FW_SaveImage<span style=\"color: #000000;\">(</span> <span style=\"color: #00C800;\">nil</span>, cJpgFileName <span style=\"color: #000000;\">)</span><br /> </div>[/code:3n0bi3fl]\nIf the clipboard has any valid image, this function saves the image in the clipboard to the file name in the second parameter.",
"time": "04:29",
"topic": "Clipboard to jpg file",
"username": "nageswaragunupudi"
}
] | Clipboard to jpg file |
[
{
"date": "2019-04-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:3l4zxlzf]This formun is excelent[/quote:3l4zxlzf]\n\nIt is FWH that is excellent!!!",
"time": "10:18",
"topic": "Clipboard to jpg file",
"username": "nageswaragunupudi"
}
] | Clipboard to jpg file |
[
{
"date": "2019-04-03",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you Uwe and Mr. Rao,\n\nIt worked perfect!!\n\nThis formun is excelent, people in it are.",
"time": "10:05",
"topic": "Clipboard to jpg file",
"username": "jose_murugosa"
}
] | Clipboard to jpg file |
[
{
"date": "2019-04-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"nageswaragunupudi\":1hjhbe95][quote:1hjhbe95]This formun is excelent[/quote:1hjhbe95]\n\nIt is FWH that is excellent!!![/quote:1hjhbe95]\n\n\nThat's wright Mr. Rao!!",
"time": "10:06",
"topic": "Clipboard to jpg file",
"username": "jose_murugosa"
}
] | Clipboard to jpg file |
[
{
"date": "2019-04-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I'd like to save a image in clipboard to a jpg file, Could somebody help me?\n\nThanks in advance.\n\nQuiero grabar una imagen en el portapapeles a un archivo jpg, alguien me podría ayudar en cuanto a como hacerlo?\n\nGracias desde ya.",
"time": "13:37",
"topic": "Clipboard to jpg file",
"username": "jose_murugosa"
}
] | Clipboard to jpg file |
[
{
"date": "2021-05-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi to all.\nI'm trying to call a prg already working into a small exe that will be called from modharbour.\nThis prg reads a lot of informations in several tables and the write this strings inside an excel file, using the clipboard for pasting the datas.\nThe problem is that if I don't have a window or a dialog I cannot use the tclipboard class because it gives error saying this :\n\n[code=fw:2yw0w0et]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />Application<br />===========<br /> Path and <span style=\"color: #0000ff;\">name</span>: <span style=\"color: #000000;\">C</span>:\\fw\\excel_export.exe <span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">32</span> bits<span style=\"color: #000000;\">)</span><br /> <span style=\"color: #0000ff;\">Size</span>: <span style=\"color: #000000;\">1.755</span><span style=\"color: #000000;\">.648</span> bytes<br /> Time <span style=\"color: #0000ff;\">from</span> start: <span style=\"color: #000000;\">0</span> hours <span style=\"color: #000000;\">0</span> mins <span style=\"color: #000000;\">0</span> secs <br /> Error occurred <span style=\"color: #00C800;\">at</span>: <span style=\"color: #000000;\">15</span>/<span style=\"color: #000000;\">05</span>/<span style=\"color: #000000;\">2021</span>, <span style=\"color: #000000;\">15</span>:<span style=\"color: #000000;\">15</span>:<span style=\"color: #000000;\">48</span><br /> Error description: <span style=\"color: #000000;\">Error</span> BASE/<span style=\"color: #000000;\">1004</span> <span style=\"color: #00C800;\">Class</span>: <span style=\"color: #ff0000;\">'NIL'</span> has no exported <span style=\"color: #00C800;\">method</span>: <span style=\"color: #000000;\">HWND</span><br /> Args:<br /> <span style=\"color: #000000;\">[</span> <span style=\"color: #000000;\">1</span><span style=\"color: #000000;\">]</span> = U <br /><br />Stack Calls<br />===========<br /> Called <span style=\"color: #0000ff;\">from</span>: => HWND<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">0</span><span style=\"color: #000000;\">)</span><br /> Called <span style=\"color: #0000ff;\">from</span>: <span style=\"color: #000000;\">CLIPBRD</span>.PRG => <span style=\"color: #000000;\">(</span>b<span style=\"color: #000000;\">)</span>TCLIPBOARD:<span style=\"color: #000000;\">TCLIPBOARD</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">0</span><span style=\"color: #000000;\">)</span><br /> Called <span style=\"color: #0000ff;\">from</span>: => TCLIPBOARD:<span style=\"color: #000000;\">OPEN</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">0</span><span style=\"color: #000000;\">)</span><br /> Called <span style=\"color: #0000ff;\">from</span>: <span style=\"color: #000000;\">MAIN</span>.PRG => MAIN<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">133</span><span style=\"color: #000000;\">)</span><br /> </div>[/code:2yw0w0et] \n\nand this are few lines with the code that doesn't work.\n\n[code=fw:2yw0w0et]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />oClip := TClipBoard<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>:<span style=\"color: #00C800;\">New</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br />oClip:<span style=\"color: #000000;\">Clear</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br />oClip:<span style=\"color: #000000;\">SetText</span><span style=\"color: #000000;\">(</span> cText <span style=\"color: #000000;\">)</span><br />oExcel:<span style=\"color: #000000;\">SetPos</span><span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">'A'</span>+ALLTRIM<span style=\"color: #000000;\">(</span>STR<span style=\"color: #000000;\">(</span>F<span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br />oExcel:<span style=\"color: #000000;\">Paste</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br />oClip:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /> </div>[/code:2yw0w0et]\n\nIs there a possibility to make this ?\nThanks a lot.\nMassimo",
"time": "15:33",
"topic": "Clipboard without a window",
"username": "Massimo Linossi"
}
] | Clipboard without a window |
[
{
"date": "2021-05-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Massimo,\n\nPlease check that you have this code in Class TClipboard\n\n METHOD Open() INLINE OpenClipboard( If( ::oWnd == nil, GetDeskTopWindow(), ::oWnd:hWnd ) )",
"time": "16:42",
"topic": "Clipboard without a window",
"username": "Antonio Linares"
}
] | Clipboard without a window |
[
{
"date": "2021-05-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Antonio,\nno, in my TClipboard Class I have this code :\n\nMETHOD Open() INLINE OpenClipboard( ::oWnd:hWnd )\n\nNow I make the change and rebuild the exe again.\nI'll be back to give you the new result.\nThanks a lot.\nMassimo",
"time": "17:28",
"topic": "Clipboard without a window",
"username": "Massimo Linossi"
}
] | Clipboard without a window |
[
{
"date": "2021-05-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Here I am Antonio.\nThat was the problem and with your hint is resolved. The program now works like a Concorde. \nThank you very very very much.\nMassimo",
"time": "18:00",
"topic": "Clipboard without a window",
"username": "Massimo Linossi"
}
] | Clipboard without a window |
[
{
"date": "2013-09-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Estimados.\nTengo un amigo que lleva aaaaaaaaaaaaaaaaaaaaaaaños programando en Clipper 5.2a ( aun no lo puedo pasar al lado oscuro - HARBOUR - por lo menos )\n\nSi bien es cierto sus sistemas estan muy bien hechos, funcionan en todos los WIN 32 bits, quisiera darle a lo menos una mano con una lib, que dejaba los prg clipper en un SEMI-MODO-GUI, no se si era el FIVEDOS u otro, alguien sabe que famosa lib era, la idea es que no tenga que modificar nada, solo linkearla y ya.\nMe parece haberlo visto, pero ya no proceso a estas alturas del dia.\n\nAlguna idea, y si no fuera mucho, algun link <!-- s;-) --><img src=\"{SMILIES_PATH}/icon_wink.gif\" alt=\";-)\" title=\"Wink\" /><!-- s;-) -->\n\nGRAX.",
"time": "01:28",
"topic": "Clipper + Windows",
"username": "Adolfo"
}
] | Clipper + Windows |
[
{
"date": "2013-09-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "¿ No será light lib (LL GRAPHICS) ?",
"time": "11:51",
"topic": "Clipper + Windows",
"username": "Manuel Aranda"
}
] | Clipper + Windows |
[
{
"date": "2013-09-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "los programas de clipper viejo se pueden compilar directamente en harbour y quedan tal cual en 32 bits, para que ponerse a inventar la rueda",
"time": "15:43",
"topic": "Clipper + Windows",
"username": "QAZWSX2K"
}
] | Clipper + Windows |
[
{
"date": "2013-09-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Qazwsx2k\n\nLo tengo mas que claro.... pero como el no quiere..... pense que a lo mejor con solo la lib de algo le podria ayudar.\n\nEso.",
"time": "15:45",
"topic": "Clipper + Windows",
"username": "Adolfo"
}
] | Clipper + Windows |
[
{
"date": "2013-09-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Adolfo,\n\nHay un terminal de consola (a efectos prácticos es una libreria) que simula un modo semi GUI sin tener que modificar nada. Su nombre es GTWVT y fué desarrollado por Pritpal Bedi. Nunca lo he probado asi que de poca ayuda te puedo ser aparte de contarte esto <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\n[url:tgmt13sl]http://www.harbour.vouch.info/gtwvt.htm[/url:tgmt13sl]",
"time": "16:06",
"topic": "Clipper + Windows",
"username": "Antonio Linares"
}
] | Clipper + Windows |
[
{
"date": "2008-02-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I have few old applications made in clipper 5.2e + comix. \n\nIs this safe to run at the same moment FWH application (xHarbour) on the same dbf and cdx files.?\n\nI use:\nSET DBFLOCKSCHEME TO 2\n\nWhat can I do to prevent dbf or cdx files damage?\nIs this possible to use both of systems in one time?\n\nRobert",
"time": "17:18",
"topic": "Clipper 5.2e + COMIX application & FWH",
"username": "Robert Frank"
}
] | Clipper 5.2e + COMIX application & FWH |
[
{
"date": "2008-02-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "In theory, it's possible to do this without damaging the files. However, I don't have any DOS clipper 5.2e apps currently coexisting with xHarbour apps using the same files. Thus I can't tell you \"yes\" for certain. \n\nI suggest that you create a set of test files and then access them with a simple test app that has versions in DOS Clipper 5.2e and also in xHarbour, and then run both apps at the same time and see what happens. In addition to the dbf and cdx test files, I suggest that your test files include an FPT memo as well to make sure that memos won't get corrupted.\n\nIf you don't already have xHarbour, you can find out how to download it for free from xharbour.org in order to do your tests.\n\n- Roger",
"time": "18:34",
"topic": "Clipper 5.2e + COMIX application & FWH",
"username": "Roger Seiler"
}
] | Clipper 5.2e + COMIX application & FWH |
[
{
"date": "2008-02-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Robert,\n\ni use a mixed system of Clipper 5.2e programs ( comix and dbfntx files ) together with xHarbour's dnfntx and dbfcdx.\n\nI also set\nSET DBFLOCKSCHEME TO 2 \n\nBut for my Clipper apps i added \"FI NTXLOCK2\" to my link script.\nWithout i had some troubles with error dbfntx 1012 index corruption.\n\nBut now it's working ok in our network.\n\nRegards,\nDetlef",
"time": "22:30",
"topic": "Clipper 5.2e + COMIX application & FWH",
"username": "Detlef Hoefner"
}
] | Clipper 5.2e + COMIX application & FWH |
[
{
"date": "2009-02-26",
"forum": "FiveWin for CA-Clipper",
"text": "Hi,\n\nI use OS_ISWTSClient() function to Check if the application is running on a Windows Terminal Server client in my application that compiled in xHarbour Builder+FWH.\n\nBut I need it in my 16 bit application. Is it possible? Is there any function to check it?\n\nThanks,",
"time": "09:58",
"topic": "Clipper 5.2e and OS_ISWTSCLIENT() ??",
"username": "Horizon"
}
] | Clipper 5.2e and OS_ISWTSCLIENT() ?? |
[
{
"date": "2009-02-26",
"forum": "FiveWin for CA-Clipper",
"text": "Hakan,\n\nYou may use:\n\n#define SM_REMOTESESSION 4096\n\nMsgInfo( GetSysMetrics( SM_REMOTESESSION ) )",
"time": "14:00",
"topic": "Clipper 5.2e and OS_ISWTSCLIENT() ??",
"username": "Antonio Linares"
}
] | Clipper 5.2e and OS_ISWTSCLIENT() ?? |
[
{
"date": "2009-02-26",
"forum": "FiveWin for CA-Clipper",
"text": "Thanks Antonio,\n\nMy 16 bit DOS app. does not use fwh. Can I extract this function from it? Is GetSysMetrics() from Fwh.",
"time": "15:59",
"topic": "Clipper 5.2e and OS_ISWTSCLIENT() ??",
"username": "Horizon"
}
] | Clipper 5.2e and OS_ISWTSCLIENT() ?? |
[
{
"date": "2009-02-26",
"forum": "FiveWin for CA-Clipper",
"text": "Hakan,\n\nGetSysMetrics() is a shortname for the Windows API function GetSystemMetrics().\n\nIt won't work from a MsDos 16 bis app.",
"time": "16:27",
"topic": "Clipper 5.2e and OS_ISWTSCLIENT() ??",
"username": "Antonio Linares"
}
] | Clipper 5.2e and OS_ISWTSCLIENT() ?? |
[
{
"date": "2009-02-26",
"forum": "FiveWin for CA-Clipper",
"text": "Hakan,\n\nMaybe this may help you:\n\ngetenv(\"CLIENTNAME\") \ngetenv(\"SESSIONNAME\")\n\n<!-- m --><a class=\"postlink\" href=\"http://www.pctoledo.com.br/forum/viewtopic.php?f=4&t=6225\">http://www.pctoledo.com.br/forum/viewto ... f=4&t=6225</a><!-- m -->",
"time": "16:29",
"topic": "Clipper 5.2e and OS_ISWTSCLIENT() ??",
"username": "Antonio Linares"
}
] | Clipper 5.2e and OS_ISWTSCLIENT() ?? |
[
{
"date": "2009-02-26",
"forum": "FiveWin for CA-Clipper",
"text": "Thanks Antonio,\n\nI already check CLIENTNAME and SESSIONNAME. But some VISTA computers behaves different. \n\nCan anybody translate it to English.\n[code=fw:1q2xd5lz]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">A getenv<span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"CLIENTNAME\"</span><span style=\"color: #000000;\">)</span> no terminal service retorna o nome da máquina, beleza, já me ajuda... porém na rede <span style=\"color: #00C800;\">local</span> retorna <span style=\"color: #ff0000;\">\"console\"</span>, já a getenv<span style=\"color: #000000;\">(</span><span style=\"color: #ff0000;\">\"SESSIONNAME\"</span><span style=\"color: #000000;\">)</span>, na rede <span style=\"color: #00C800;\">local</span> me retorna também <span style=\"color: #ff0000;\">\"console\"</span>, no terminal service, retorna: <span style=\"color: #000000;\">RDP</span>-Tcp#... isso eu não entendi... <br /><br />Posso conseguir o que quero com a variável CLIENTNAME... Mas, se alguém tiver uma forma de poder pegar o IP, seria melhor... <br /> </div>[/code:1q2xd5lz]",
"time": "16:50",
"topic": "Clipper 5.2e and OS_ISWTSCLIENT() ??",
"username": "Horizon"
}
] | Clipper 5.2e and OS_ISWTSCLIENT() ?? |
[
{
"date": "2009-02-26",
"forum": "FiveWin for CA-Clipper",
"text": "Hakan,\n\nGoogle translator produces this:\n\n[quote:1zdcj5ma]\nThe getenv ( \"clientname\") in terminal service returns the name of the machine, beauty, I help ... But on the local network returns \"console\", since the getenv ( \"SESSIONNAME\"), returns on the local network I also \"console\" in the terminal service, returns: RDP-Tcp # ... I do not understand this ... \n\nCan I achieve what I want with the clientname variable ... But if someone has a form you can get the IP, it would be better ...\n[/quote:1zdcj5ma]",
"time": "20:05",
"topic": "Clipper 5.2e and OS_ISWTSCLIENT() ??",
"username": "Antonio Linares"
}
] | Clipper 5.2e and OS_ISWTSCLIENT() ?? |
[
{
"date": "2010-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I do not know if this is legal or not, but since Clipper is not commercialized since 94 and that the Norton Guides are for DOS (pre Windows 95), I took the NG, converted then to HTML files, and then compiled everything to a CHM file which is available on demand for everyone who asks for it (1.5Mb) If someone offers a FTP, maybe even this forum, it will be better (and quicker <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> ).\n\nEmiliano Llano Díaz",
"time": "13:07",
"topic": "Clipper 5.3 CHM file available",
"username": "ellano"
}
] | Clipper 5.3 CHM file available |
[
{
"date": "2010-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Emiliano,\n\nI've seen WebSites with this kind of information, and I don't think it is ilegal since you are not making any profit from it.\n\nI can post it in my website if you like.\n\nMy e-mail address is in my website.",
"time": "13:21",
"topic": "Clipper 5.3 CHM file available",
"username": "Bayron"
}
] | Clipper 5.3 CHM file available |
[
{
"date": "2010-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You can send it to \"soporte at PuntoTactil.com\"",
"time": "13:32",
"topic": "Clipper 5.3 CHM file available",
"username": "Bayron"
}
] | Clipper 5.3 CHM file available |
[
{
"date": "2010-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Clipper docs are available from here:\n<!-- m --><a class=\"postlink\" href=\"http://www.ousob.com/ng/53guide/\">http://www.ousob.com/ng/53guide/</a><!-- m -->\n\nClipper error codes (compatible with Harbour/xHarbour):\n<!-- m --><a class=\"postlink\" href=\"http://www.ousob.com/ng/53error/\">http://www.ousob.com/ng/53error/</a><!-- m -->",
"time": "13:32",
"topic": "Clipper 5.3 CHM file available",
"username": "Antonio Linares"
}
] | Clipper 5.3 CHM file available |
[
{
"date": "2010-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "No email add. to contact! Could you please post baack the FTP link on this thread?\n\nThanks!",
"time": "13:30",
"topic": "Clipper 5.3 CHM file available",
"username": "ellano"
}
] | Clipper 5.3 CHM file available |
[
{
"date": "2010-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks Antonio,\n\nBut this form of file may be usefull for users that have to pay for internet by the hour, since it will be OffLine...\n\nI know that is the deal in Guatemala at least...",
"time": "13:35",
"topic": "Clipper 5.3 CHM file available",
"username": "Bayron"
}
] | Clipper 5.3 CHM file available |
[
{
"date": "2010-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The Link is:\n\n<!-- m --><a class=\"postlink\" href=\"http://www.MayaPOS.com/FiveWin/Clipper.chm\">http://www.MayaPOS.com/FiveWin/Clipper.chm</a><!-- m -->",
"time": "13:41",
"topic": "Clipper 5.3 CHM file available",
"username": "Bayron"
}
] | Clipper 5.3 CHM file available |
[
{
"date": "2010-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "+traffic saturating our lines for a simple thing that we can do locally",
"time": "13:42",
"topic": "Clipper 5.3 CHM file available",
"username": "ellano"
}
] | Clipper 5.3 CHM file available |
[
{
"date": "2010-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Emiliano, It seems to be a error in the file, maybe some missing files??\n\n\n[img:1gtzl11c]http://www.MayaPOS.com/FiveWin/clippererror.png[/img:1gtzl11c]",
"time": "13:45",
"topic": "Clipper 5.3 CHM file available",
"username": "Bayron"
}
] | Clipper 5.3 CHM file available |
[
{
"date": "2010-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "right click on the file's properties and 'Unblock' the file so that the security block is bypassed",
"time": "14:15",
"topic": "Clipper 5.3 CHM file available",
"username": "ellano"
}
] | Clipper 5.3 CHM file available |
[
{
"date": "2008-01-09",
"forum": "Utilities / Utilidades",
"text": "<!-- m --><a class=\"postlink\" href=\"http://www.itlnet.net/programming/program/Reference/c53g01c/menu.html\">http://www.itlnet.net/programming/progr ... /menu.html</a><!-- m -->\r\n\r\n<!-- m --><a class=\"postlink\" href=\"http://www.ousob.com/norton.php\">http://www.ousob.com/norton.php</a><!-- m -->",
"time": "03:54",
"topic": "Clipper 5.3,Fivewin,harbour www online NG (Help,Manual)",
"username": "ShumingWang"
}
] | Clipper 5.3,Fivewin,harbour www online NG (Help,Manual) |
[
{
"date": "2006-09-30",
"forum": "FiveWin for CA-Clipper",
"text": "Hi All \n\n I reinstalled my clipper 5.3a ... and applied the 5.3b US patch , but the clipper.exe doesn't seem take the patch .. all other files do. This has come about because I'm now getting a memory low error and I'm trying to get rid of it. Apparently, clipper.exe for 5.3b with the updates to the errsysw.prg gets rid of it. But I can't get it patched to 5.3b as i stated earlier. I was wondering if anyone would be willing to send the clipper.exe for 5.3b to me, or if anyone can assist in fixing it I would appreciate it.\n\nAfter the 5.3b patch ... my clipper.exe is date/time stamped 06/20/1995 5.30a and 208,185 in size.\n\nUpdate: found the solution:\n\nOptedit 5.3a update has to be installed first for the 5.3a and 5.3b updates can be patched. Last time it did it, it so long ago I forgot about this requirement. \n\nThanks for reading.",
"time": "01:37",
"topic": "Clipper 5.3b exe",
"username": "Mdandrea"
}
] | Clipper 5.3b exe |
[
{
"date": "2006-10-02",
"forum": "FiveWin for CA-Clipper",
"text": "Hello,\n\nPut the files provided with the Clipper 5.3b patch in the root directory of clipper (by default \\CLIP53), then load PATCH.EXE. This is the way for the\n5.3b international version.\n\nFiles to copy into Clipper 5.3 root directory :\n53A_BI.RTP\nPATCH.EXE\nCLIP53BI.TXT\n\nRegards,",
"time": "08:40",
"topic": "Clipper 5.3b exe",
"username": "Badara Thiam"
}
] | Clipper 5.3b exe |
[
{
"date": "2019-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi,\n\ni try to compile Clipper Source with FiveWin, is this possible <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?: --> \n\nnow it run until @ 8,0 SAY\n\n[code=fw:1sa6xx9y]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #000000;\">3972</span> nMidScreen := <span style=\"color: #000000;\">8</span> + INT<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">(</span> MAXROW<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> - <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">)</span> - <span style=\"color: #000000;\">8</span> <span style=\"color: #000000;\">)</span> / <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">)</span><br /><span style=\"color: #000000;\">3973</span> SETCOLOR<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">'w+/b'</span> <span style=\"color: #000000;\">)</span><br /><span style=\"color: #000000;\">3974</span> CLEAR SCREEN<br /><span style=\"color: #000000;\">3975</span> DISPBOX<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">8</span>, MAXCOL<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /><span style=\"color: #000000;\">3976</span> DISPBOX<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">8</span>, <span style=\"color: #000000;\">0</span>, nMidScreen, MAXCOL<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /><span style=\"color: #000000;\">3977</span> DISPBOX<span style=\"color: #000000;\">(</span> nMidScreen, <span style=\"color: #000000;\">0</span>, MAXROW<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> - <span style=\"color: #000000;\">2</span>, MAXCOL<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /><span style=\"color: #000000;\">3978</span> @ <span style=\"color: #000000;\">8</span>, <span style=\"color: #000000;\">0</span> <span style=\"color: #0000ff;\">SAY</span> <span style=\"color: #ff0000;\">'?'</span></div>[/code:1sa6xx9y]\n\n[quote:1sa6xx9y]\nApplication\n===========\n Path and name: C:\\fwh\\samples\\3\\CLICK2.exe (32 bits)\n Size: 4,183,552 bytes\n Compiler version: Harbour 3.2.0dev (r1904111533)\n FiveWin version: FWH 19.06\n C compiler version: Borland/Embarcadero C++ 7.0 (32-bit)\n Windows version: 6.2, Build 9200 \n\n Time from start: 0 hours 4 mins 51 secs \n Error occurred at: 12/10/19, 06:58:41\n Error description: Error BASE/1004 No exported method: NCLRTEXT\n Args:\n [ 1] = U \n\nStack Calls\n===========\n Called from: => NCLRTEXT( 0 )\n Called from: .\\source\\classes\\SAY.PRG => TSAY:NEW( 81 )\n Called from: c:\\fwh\\samples\\3\\CLICK2.prg => MAIN_SCREEN( 3978 )\n Called from: c:\\fwh\\samples\\3\\CLICK2.prg => STARTCLICK( 388 )\n Called from: c:\\fwh\\samples\\3\\CLICK2.prg => MAIN( 137 )\n[/quote:1sa6xx9y]",
"time": "07:19",
"topic": "Clipper Code under FiveWin ?",
"username": "Jimmy"
}
] | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "you cannot use clipper command on fw",
"time": "12:36",
"topic": "Clipper Code under FiveWin ?",
"username": "Silvio.Falconi"
}
] | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "change to :\n\nLOCAL oSay // on top\n \n@ 8, 0 SAY [b:2ww56eby]oSay PROMPT [/b:2ww56eby] '?'\n\nregards\nUwe <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": "14:02",
"topic": "Clipper Code under FiveWin ?",
"username": "ukoenig"
}
] | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nUse samples/build test.prg to create a DOS .exe app.",
"time": "14:29",
"topic": "Clipper Code under FiveWin ?",
"username": "MOISES"
}
] | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi\n[quote=\"MOISES\":3kme3g2v]Use samples/build test.prg to create a DOS .exe app.[/quote:3kme3g2v]\nthx for help but i got a Error when try it\n[quote:3kme3g2v]Error: Unresolved external '_HB_FUN_MSGINFO' referenced from C:\\FWH\\SAMPLES\\TEST.OBJ\nError: Unable to perform link[/quote:3kme3g2v]",
"time": "21:40",
"topic": "Clipper Code under FiveWin ?",
"username": "Jimmy"
}
] | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"ukoenig\":14npxb2d]change to :\nLOCAL oSay // on top\n@ 8, 0 SAY [b:14npxb2d]oSay PROMPT [/b:14npxb2d] '?'\n[/quote:14npxb2d]\nooooh ... that will be much work to change all lines ...\nis there a Way to use #xtranslate to get that Syntax <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?: -->",
"time": "21:41",
"topic": "Clipper Code under FiveWin ?",
"username": "Jimmy"
}
] | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Please instead of test use your prg",
"time": "12:17",
"topic": "Clipper Code under FiveWin ?",
"username": "MOISES"
}
] | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Clipper programs can not be directly compiled and built with FWH directly without any changes. We need to use Windows/Dialogs and use FWH syntax which is similar to clipper syntax but not exactly the same.\n\nRecently we tried in a limited way how far we can make old Clippper syntax work.\nTest this example:\n[code=fw:8siu5mjf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"fivewin.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: #00C800;\">local</span> n := <span style=\"color: #000000;\">200</span><br /><span style=\"color: #00C800;\">local</span> c := <span style=\"color: #ff0000;\">\"Hello \"</span><br /><br /> CLEAR<br /><br /> @ <span style=\"color: #000000;\">5</span>, <span style=\"color: #000000;\">2</span> <span style=\"color: #0000ff;\">SAY</span> <span style=\"color: #ff0000;\">'This is Prompt'</span><br /> @ <span style=\"color: #000000;\">5</span>, <span style=\"color: #000000;\">10</span> <span style=\"color: #0000ff;\">GET</span> n<br /> @ <span style=\"color: #000000;\">8</span>, <span style=\"color: #000000;\">2</span> <span style=\"color: #0000ff;\">SAY</span> <span style=\"color: #ff0000;\">\"ENTER\"</span><br /> @ <span style=\"color: #000000;\">8</span>, <span style=\"color: #000000;\">10</span> <span style=\"color: #0000ff;\">GET</span> c<br /><br /> READ<br /><br /> ? n, c<br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /> </div>[/code:8siu5mjf]\n\nCopy to fwh\\samples folder and build with buildh.bat\n\n[url=https://imageshack.com/i/po3gMC9yp:8siu5mjf][img:8siu5mjf]https://imagizer.imageshack.com/v2/xq90/924/3gMC9y.png[/img:8siu5mjf][/url:8siu5mjf]",
"time": "14:47",
"topic": "Clipper Code under FiveWin ?",
"username": "nageswaragunupudi"
}
] | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Now, let us try the code posted first:\n\nWith minor modifications:\n\n1) Added translate for DISPBOX\n2) Changed CLEAR SCREEN as CLEAR //SCREEN .. commented out SCREEN\n3) Text of say is made a long text\n\n\n[code=fw:1iu7s420]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"fivewin.ch\"</span><br /><br />#xtranslate DISPBOX<span style=\"color: #000000;\">(</span> <t>,<l>,<b>,<r> <span style=\"color: #000000;\">)</span> => TGroup<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>:<span style=\"color: #00C800;\">New</span><span style=\"color: #000000;\">(</span> <t>, <l>, <b>, <r>, <span style=\"color: #00C800;\">NIL</span>, <span style=\"color: #00C800;\">nil</span>, <span style=\"color: #00C800;\">nil</span>, <span style=\"color: #00C800;\">nil</span>, <span style=\"color: #00C800;\">nil</span>, <span style=\"color: #00C800;\">nil</span>, <span style=\"color: #00C800;\">nil</span>, .t. <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 /> <span style=\"color: #00C800;\">local</span> nMidScreen<br /><br /> nMidScreen := <span style=\"color: #000000;\">8</span> + INT<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">(</span> MAXROW<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> - <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">)</span> - <span style=\"color: #000000;\">8</span> <span style=\"color: #000000;\">)</span> / <span style=\"color: #000000;\">2</span> <span style=\"color: #000000;\">)</span><br /> SETCOLOR<span style=\"color: #000000;\">(</span> <span style=\"color: #ff0000;\">'w+/b'</span> <span style=\"color: #000000;\">)</span><br /> CLEAR <span style=\"color: #B900B9;\">//SCREEN</span><br /> DISPBOX<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">0</span>, <span style=\"color: #000000;\">8</span>, MAXCOL<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> DISPBOX<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">8</span>, <span style=\"color: #000000;\">0</span>, nMidScreen, MAXCOL<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> DISPBOX<span style=\"color: #000000;\">(</span> nMidScreen, <span style=\"color: #000000;\">0</span>, MAXROW<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> - <span style=\"color: #000000;\">2</span>, MAXCOL<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /> @ <span style=\"color: #000000;\">8</span>, <span style=\"color: #000000;\">0</span> <span style=\"color: #0000ff;\">SAY</span> <span style=\"color: #ff0000;\">'+CLIPPER SYNTAX IN FWH'</span><br /><br /> READ<br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /> </div>[/code:1iu7s420]\n[url=https://imageshack.com/i/pm7mtAvcp:1iu7s420][img:1iu7s420]http://imagizer.imageshack.us/v2/xq90/922/7mtAvc.png[/img:1iu7s420][/url:1iu7s420]",
"time": "16:47",
"topic": "Clipper Code under FiveWin ?",
"username": "nageswaragunupudi"
}
] | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi,\n\nthx for help.\n\ni agree that Clipper Code is very old but it still work for me with my Xbase++ Code.\ni have made a GUI Version in Xbase++ and harbour/HMG but not with FiveWin yet.\n\ni tought Fivewin can use Clipper Code as \"Console\" that why i try it and got that Message.\ni will learn how GUI under FiveWin work. it use OOP which i also use in Xbase++.",
"time": "04:06",
"topic": "Clipper Code under FiveWin ?",
"username": "Jimmy"
}
] | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi,\n[quote=\"MOISES\":3l1se2cm]Please instead of test use your prg[/quote:3l1se2cm]\ni will do it when i finish FiveWin Version.\nGUI Part now is for harbour / HMG so it will not work under FiveWin and Console Mode was just a try",
"time": "04:10",
"topic": "Clipper Code under FiveWin ?",
"username": "Jimmy"
}
] | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Jimmy\":3u3hsjnv]\n\ni agree that Clipper Code is very old but it still work for me with my Xbase++ Code.\ni have made a GUI Version in Xbase++ and harbour/HMG but not with FiveWin yet.\n\ni tought Fivewin can use Clipper Code as \"Console\" that why i try it and got that Message.\ni will learn how GUI under FiveWin work. it use OOP which i also use in Xbase++.[/quote:3u3hsjnv]\n\nIf you want to build console program, you just need to compile and link with [x]Harbour. You link in FWH only if you want windows GUI.\nTry googling GTWVT or GTWVG for more info. I didn't experiment much with windows console program",
"time": "11:14",
"topic": "Clipper Code under FiveWin ?",
"username": "hua"
}
] | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi,\n[quote=\"hua\":gpg5zaru]If you want to build console program, you just need to compile and link with [x]Harbour. You link in FWH only if you want windows GUI.\nTry googling GTWVT or GTWVG for more info. I didn't experiment much with windows console program[/quote:gpg5zaru]\nthx for Answer.\n\nmy working harbour HMG Version is using GTWVT but it is \"so slow\" ... so i wanted to try other Console\ni know GTWVG from Pritpal Bedi while it have same Syntax like Xbase++ but i never have made a GUI Version of CLICK with Xbase++.\n\n---\n\nthat Clipper Soure was just a Test. \ni have not used Console since Years but someone in HMG Forum ask for \"Formatter for Clipper\" so i try to rebuild my CLICK Source under harbour / HMG. it run but \"Output\" under harbour /HMG make App extrem slow. <!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" title=\"Shocked\" /><!-- s:shock: --> \n\nwithout \"Output\" it use < 4 Seconds but with \"Output\" it take Minutes <!-- s:!: --><img src=\"{SMILIES_PATH}/icon_exclaim.gif\" alt=\":!:\" title=\"Exclamation\" /><!-- s:!: -->",
"time": "18:36",
"topic": "Clipper Code under FiveWin ?",
"username": "Jimmy"
}
] | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Jimmy,\n\nCould you please post some screenshots of your app using GTWVT ?\n\nDoes it look nice ? Is the output speed the only problem ?\n\nmany thanks",
"time": "10:06",
"topic": "Clipper Code under FiveWin ?",
"username": "Antonio Linares"
}
] | Clipper Code under FiveWin ? |
[
{
"date": "2019-12-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi Antonio,\n[quote=\"Antonio Linares\":27for19j]Could you please post some screenshots of your app using GTWVT ?\nDoes it look nice ? Is the output speed the only problem ?[/quote:27for19j]\ni have not made a Snapshot from GTWVT Version but it look exact like my Xbase++ Console\n[img:27for19j]http://www.hmgforum.com/download/file.php?id=9317[/img:27for19j]\n\ni have to say that every \"Output\" is slow. GTWVT is not slower than Xbase++ Console.\n\nGTWVT \"Event-Loop\" is just INKEY() and with HMG i can use GUI too e.g. Button.\nthis is what i don't know with FiveWin while GUI Parts seems all Inherit from TWindows.\n\nHMG use Procedure and Function with #xCommand Syntax so i had to \"go back\" to Cl*pper Style using Macro.\nFiveWin use OOP which make it more easy for me while i have work last 15 Year with that Style.\n\nas i can say GTWVT is a good Console Solution but i can't say if Events will work well with OOP Style.",
"time": "22:20",
"topic": "Clipper Code under FiveWin ?",
"username": "Jimmy"
}
] | Clipper Code under FiveWin ? |
[
{
"date": "2011-06-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello to all of my friends in FiveWin/xHb\n\nA couple of days ago, I purchased a new Win 7 (64-bit) laptop.\n\nI installed everything, and re-build everything, except for one program that is using the file CT3.LIB, and at that point, I had a problem <!-- s:oops: --><img src=\"{SMILIES_PATH}/icon_redface.gif\" alt=\":oops:\" title=\"Embarassed\" /><!-- s:oops: --> \n\nIt seems that I need the latest version of CT3.LIB which, to my understanding, is renamed as CT.LIB. \n\nWhen I tried to get to the link posted by Antonio, on a relative subject post, I have not found the specific .ZIP file.\n\nCan any one e-mail to me please, or e-mail me a valid link... You may use this email:\nmailto:[email protected]\n\nI would like to thank you all way in advance, knowing that I will receive some good replies.\n(Please remember that gmail.com, does not accept .ZIP as an attachment, so, rename the file to anything else...",
"time": "13:33",
"topic": "Clipper Tools (CT3.LIB)",
"username": "E. Bartzokas"
}
] | Clipper Tools (CT3.LIB) |
[
{
"date": "2011-06-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Please do remember that 16bit applications will not run under Windows 7 (64 bit version).\n\nRegards\nAnser",
"time": "04:58",
"topic": "Clipper Tools (CT3.LIB)",
"username": "anserkk"
}
] | Clipper Tools (CT3.LIB) |
[
{
"date": "2011-06-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr Anser\n\nWhat Mr. Bartzokas wants is ct.lib compiled and built for 64-bits.\nIf he needs 32 bit version, he can download from either xharbour.org or free.xharbour.com.",
"time": "06:21",
"topic": "Clipper Tools (CT3.LIB)",
"username": "nageswaragunupudi"
}
] | Clipper Tools (CT3.LIB) |
[
{
"date": "2011-06-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "That is correct my friends...\n\nI need CT.LIB for 64 bits.\n(CT3.LIB worked fined for 32 bits in Windows XP - Problems are with Windows 7 -> CT.LIB which I don't have of course)\n\nThanks for your attempts... Expecting that someone will send it to me, or post somewhere that I can download with a relative link.",
"time": "08:07",
"topic": "Clipper Tools (CT3.LIB)",
"username": "E. Bartzokas"
}
] | Clipper Tools (CT3.LIB) |
[
{
"date": "2011-06-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "If you are developing 32 bit applications on your 64-bit Windows 7 PC, you can use 32bit libraries (including ct.lib) downloaded from xharbour.org or free.xharbour.com.\n\nIf you want to develop 64-bit applications then you need to download the sources and build your own libraries.\n\nct3.lib is a 16 bit library to be linked with Clipper 16 bit applications and we can not run any 16 bit applications like Clipper.exe on 64 bit Windows 7 PC.",
"time": "09:35",
"topic": "Clipper Tools (CT3.LIB)",
"username": "nageswaragunupudi"
}
] | Clipper Tools (CT3.LIB) |
[
{
"date": "2011-06-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks for the advise, however, I was unable to get to the right link.\nCan you please send me the link?\nThank you in advance!\nEvans",
"time": "17:56",
"topic": "Clipper Tools (CT3.LIB)",
"username": "E. Bartzokas"
}
] | Clipper Tools (CT3.LIB) |
[
{
"date": "2016-07-27",
"forum": "Off Topic / Otros temas",
"text": "Today's article about Clipper and FiveWin:\n\nArtículo de hoy relativo a Clipper y FiveWin:\n\n[url:1yt1gxoh]http://bitactual.es/2016/07/27/nantucket-clipper-summer87/[/url:1yt1gxoh]",
"time": "21:19",
"topic": "Clipper and FiveWin article",
"username": "Antonio Linares"
}
] | Clipper and FiveWin article |
[
{
"date": "2016-07-28",
"forum": "Off Topic / Otros temas",
"text": "Gracias Master\nBuen articulo",
"time": "18:25",
"topic": "Clipper and FiveWin article",
"username": "wilsongamboa"
}
] | Clipper and FiveWin article |
[
{
"date": "2016-07-28",
"forum": "Off Topic / Otros temas",
"text": "Esta bien la revista, pero el artículo 'olvida' la evolución de Clipper a Harbour, dando un aire algo obsoleto al lenguaje Clipper y dejando una imagen\nde Fivewin de que sólo sirve para traspasar viejas aplicaciones a Windows, cuando no es cierto, ya que todos sabemos que a nivel GUI puede competir\ncon cualquiera de las actuales y a nivel de compilador, ya no es el típico lenguaje orientado a bases de datos, con Harbour se puede construir desde\nuna aplicación de escritorio, un servidor web, ftp, email, gestionar multi hilo (aprovecho para felicitar públicamente al amigo Rafa TheFull por su\ndedicación al iluminar este terreno), puede comunicarse con web services (CURL, JSON, XML) y también proporcionarlos, con multitud de SGBD,\ndispone de estructuras de control similares a cualquier lenguaje actual, acceso directo a C, en definitiva, encuentro a faltar\nque en el artículo no se mencione, por ejemplo, a empresas como SAGE que aún tienen su potencial en aplicaciones basadas en este 'viejo'\ny querido lenguaje Clipper.\nSaludos",
"time": "19:46",
"topic": "Clipper and FiveWin article",
"username": "quim"
}
] | Clipper and FiveWin article |
[
{
"date": "2016-07-28",
"forum": "Off Topic / Otros temas",
"text": "Holas,\n\nsi faltaba algo, aquí esta Antonio con algo de explicación [url:2u6iawmz]http://bitactual.es/2016/07/28/antonio-linares-creador-de-fivewin-y-harbour/[/url:2u6iawmz]\n\nGracias Antonio\n\nSaludos\n\nMarcelo",
"time": "22:09",
"topic": "Clipper and FiveWin article",
"username": "Marcelo Via Giglio"
}
] | Clipper and FiveWin article |
[
{
"date": "2016-07-29",
"forum": "Off Topic / Otros temas",
"text": "Muy, muy bueno.\n\nMagnífica entrevista y super refrescante foto.\n\nDice Antonio que desde entonces 20 años... y nosotros decimos: \"Antonio mil veces gracias, porque gracias a ti, a aquella sombrilla programming book muchos llevamos también otros 20 años en el lio\"",
"time": "09:09",
"topic": "Clipper and FiveWin article",
"username": "hmpaquito"
}
] | Clipper and FiveWin article |
[
{
"date": "2016-07-29",
"forum": "Off Topic / Otros temas",
"text": "Buena oportunidad para agradecerte Antonio por todo lo que has dado a nuestro pequeño pero muy productivo mundo de programacion en mi caso solo se programar en Harbour no manejo nada mas, pero he logrado dar una vida decente a mi familia\nMuchas gracias gran Maestro, si llegas a venir a Ecuador sera un honor tenerte en mi casa\nUn abrazo",
"time": "14:59",
"topic": "Clipper and FiveWin article",
"username": "wilsongamboa"
}
] | Clipper and FiveWin article |
[
{
"date": "2009-08-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nI am searching for advance Clipper and Harbour books, where arrays and codeblocks are explained.\n\nThanks <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": "20:10",
"topic": "Clipper and Harbour books",
"username": "mgsoft"
}
] | Clipper and Harbour books |
[
{
"date": "2009-08-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nfor Harbour I think there are not books, but a really good Clipper's book is one writed by Rick Spence\n\nregards\n\nMarcelo",
"time": "21:45",
"topic": "Clipper and Harbour books",
"username": "Marcelo Via Giglio"
}
] | Clipper and Harbour books |
[
{
"date": "2009-09-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "There is an article on codeblocks here:\n[url:jktviadv]http://www.leylan.com/app.asp?pg=blocks[/url:jktviadv]\n\nRegards,\nJames",
"time": "01:59",
"topic": "Clipper and Harbour books",
"username": "James Bott"
}
] | Clipper and Harbour books |
[
{
"date": "2009-09-02",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I highly recommend the book, Clipper 5.2 (or 5.3) - A Developer's Guide by Joseph D. Booth, Greg Lief and Craig Yellick",
"time": "03:46",
"topic": "Clipper and Harbour books",
"username": "hua"
}
] | Clipper and Harbour books |
[
{
"date": "2006-05-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Friends,\n\nSome years ago Clipper apps failed with newer faster processors.\nAt that time a solution became available that solved the problem.\nI beleive a kind of WAIT programme.\nThat was implemented in the Clipper programs and the problem was gone.\n\nMy question is, do we have a similar problem today and if so is there a new solution.\n\nI have a cusomer that bought new P.C.'s with XP PRO and only two MS-DOS apps running from a server fail intermittently on the new P.C.'s.\nSame programs work OK on the older PC's.\n\nAny suggestion is welcomed.\n\nJules de Pierre",
"time": "11:18",
"topic": "Clipper appl with faster processor fails",
"username": "Jules de Pierre"
}
] | Clipper appl with faster processor fails |
[
{
"date": "2006-05-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello!\n\nSome suggestions:\n1. Disable DEP:\n<!-- m --><a class=\"postlink\" href=\"http://www.sysinternals.com/Information/bootini.html\">http://www.sysinternals.com/Information/bootini.html</a><!-- m -->\n(Use /execute instead of /noexecute=OPTIN)\n\n2. Disable hyper-threading in BIOS\n\n3. If CPU has two cores, this might me helpful:\n<!-- m --><a class=\"postlink\" href=\"http://www.markwilson.co.uk/blog/2005/01/troubleshooting-ms-dos-application.htm\">http://www.markwilson.co.uk/blog/2005/0 ... cation.htm</a><!-- m -->\n<!-- m --><a class=\"postlink\" href=\"http://www.informit.com/articles/article.asp?p=465310&seqNum=2&rl=1\">http://www.informit.com/articles/articl ... Num=2&rl=1</a><!-- m -->\n[quote:1crbd4ov]By default, the Windows operating systems set processes to run on all available processors. If you have multiple processors or one or more dual-core processors in your system, you can control the processor(s) on which an application runs.[/quote:1crbd4ov]\n<!-- m --><a class=\"postlink\" href=\"http://www.hardforum.com/showthread.php?t=983781\">http://www.hardforum.com/showthread.php?t=983781</a><!-- m -->\n\n4. Is your application running with administrator or limited user rights?\n\nCheers, Roman",
"time": "12:35",
"topic": "Clipper appl with faster processor fails",
"username": "modicr"
}
] | Clipper appl with faster processor fails |
[
{
"date": "2006-05-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks Roman,\nVery interesting but I did not see a problem related to a Clipper app.\nSince Antonio is not responding I think that Clipper does not have this problem.\n\nQuestions:\nWhat is NTDVM and DEP\n\nJules de Pierre",
"time": "14:27",
"topic": "Clipper appl with faster processor fails",
"username": "Jules de Pierre"
}
] | Clipper appl with faster processor fails |
[
{
"date": "2006-05-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "NTVDM is the Windows NT Virtual Dos Machine, a program that allows 16 bit apps to run under Windows NT-2000-XP.\n\nEMG",
"time": "15:41",
"topic": "Clipper appl with faster processor fails",
"username": "Enrico Maria Giordano"
}
] | Clipper appl with faster processor fails |
[
{
"date": "2006-05-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "2 steps to avoid runtime error for Clipper exe in high performance processor pc :\n\n- link this obj : <!-- m --><a class=\"postlink\" href=\"http://hyperupload.com/download/022a123e17/_wait_b.obj.html\">http://hyperupload.com/download/022a123 ... b.obj.html</a><!-- m -->\n\n- upgrade to Blinker v7.0",
"time": "20:45",
"topic": "Clipper appl with faster processor fails",
"username": "tnhoe"
}
] | Clipper appl with faster processor fails |
[
{
"date": "2006-05-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello!\n\n<!-- m --><a class=\"postlink\" href=\"http://h10025.www1.hp.com/ewfrf/wc/genericDocument?lc=pt&cc=br&dlc=pt&docname=c00223284\">http://h10025.www1.hp.com/ewfrf/wc/gene ... =c00223284</a><!-- m -->\n[quote:1j0iter2]The Data Execution Prevention (DEP) feature in the Windows operating system is designed to help prevent damage from viruses and from other security threats. DEP works alone or with compatible microprocessors to mark some memory locations as \"non-executable.\" If a program tries to run code from a protected location, DEP closes the program and displays a message.[/quote:1j0iter2]\n\nJules, are your two DOS apps working in Windows XP SP2 on older computers?\n\nRegards, Roman",
"time": "09:09",
"topic": "Clipper appl with faster processor fails",
"username": "modicr"
}
] | Clipper appl with faster processor fails |
[
{
"date": "2006-05-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Roman,\n\nIt are new PC's with WIN XP PRO Inclusive SP2\nI do not have the processor specs yet.\nBut it are new computers.\n\nDear Who,\nI included _Wair_B already in 1996.\n\nI think I come to the conclusion that the problems my customer has is not because of Clipper apps.\nI heard that they had frequently Corruption Errors on an index file.\n\nI believe that that can only be a hardware probblem.\n\n\nDear Antonio,\n\nDo you have any experience on problems with Clipper apps in XP\n\n\nThanks to all,\n\nJules de Pierre",
"time": "12:26",
"topic": "Clipper appl with faster processor fails",
"username": "Jules de Pierre"
}
] | Clipper appl with faster processor fails |
[
{
"date": "2006-05-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Jules!\n\nWe have a DOS Clipper app running in Windows XP SP2 on several PC-s\nwith Pentium 6xx CPU-s without problems. They are linked with Blinker\n(extended mode). Which version of Clipper is used in your case? \nWhat linker? Are DBF-s located on server or on local disk?\n\nIf your Clipper app directly access hardware (like COM \nports), this might be a problem!\n<!-- m --><a class=\"postlink\" href=\"http://www.beyondlogic.org/porttalk/porttalk.htm\">http://www.beyondlogic.org/porttalk/porttalk.htm</a><!-- m -->\nMaybe this thread can help:\n<!-- m --><a class=\"postlink\" href=\"http://forums.wugnet.com/NTVDM-100-CPU-Utilization-ftopict410387.html\">http://forums.wugnet.com/NTVDM-100-CPU- ... 10387.html</a><!-- m -->\n\nLast three questions:\nIs this pure Clipper app? Do you use Nanfor library?\nHow do you set FILES= and CLIPPER= ?\n\nRegards, Roman",
"time": "13:12",
"topic": "Clipper appl with faster processor fails",
"username": "modicr"
}
] | Clipper appl with faster processor fails |
[
{
"date": "2006-05-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Jules,\n\nWe use just one Clipper app in msdos and works ok on XP <!-- s:) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":)\" title=\"Smile\" /><!-- s:) -->",
"time": "13:49",
"topic": "Clipper appl with faster processor fails",
"username": "Antonio Linares"
}
] | Clipper appl with faster processor fails |
[
{
"date": "2006-05-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Go through the OPTEDIT.EXE commands and try to link your applicaiton\nwith protected mode linker EXOSPACE. \n\nWe have several applications compiled with Clipper 5.3b and linked with\nEXOSPACE and subsequently using OPTEDIT.EXE commands to change\nthe behaviour of the Executable to suit to your requirements. They are \nall working OK with latest hi-speed processors also without any problem. \n\n- Ramesh Babu P",
"time": "16:43",
"topic": "Clipper appl with faster processor fails",
"username": "RAMESHBABU"
}
] | Clipper appl with faster processor fails |
[
{
"date": "2006-05-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear collegues,\n\nThanks for your cooperation.\nI am convinced now that my customer has no Ckipper XP PRO problem.\nI used Blinker and Clipper 5.3b\nDatabases are on the server.\nFiles and Buffers are OK.\n\nSo I advised my customer to look at his installation of XP PRO workstations in a Windows 2000 server environment.\nThere is a rumour that that is the problem.\n\nFor me the case is closed.\n\nThanks everybody ofr your help.\n\nFriendly regards,\n\nJules de Pierre",
"time": "13:26",
"topic": "Clipper appl with faster processor fails",
"username": "Jules de Pierre"
}
] | Clipper appl with faster processor fails |
[
{
"date": "2006-05-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello!\n\n[quote=\"Jules de Pierre\":2ty2lxsk]\nSo I advised my customer to look at his installation of XP PRO workstations in a Windows 2000 server environment.\nThere is a rumour that that is the problem.\n[/quote:2ty2lxsk]\n\nIn our case DBF-s are on Netware 4.2 server, which is more Clipper friendly. Anyhow, when dealing with Windows server environments, I use\nthis two utilities: NetSafe and RedrTest\n<!-- m --><a class=\"postlink\" href=\"http://www.datafastsoftware.com/download.htm\">http://www.datafastsoftware.com/download.htm</a><!-- m -->\n<!-- m --><a class=\"postlink\" href=\"http://www.support.tabs3.com/main/R10200.htm\">http://www.support.tabs3.com/main/R10200.htm</a><!-- m -->\n\nOT, but here is another link for Samba 3 and 2.2 servers:\n<!-- m --><a class=\"postlink\" href=\"http://www.drouillard.ca/Tips&Tricks/Samba/Oplocks.htm\">http://www.drouillard.ca/Tips&Tricks/Samba/Oplocks.htm</a><!-- m -->\n\nCheers, Roman",
"time": "12:05",
"topic": "Clipper appl with faster processor fails",
"username": "modicr"
}
] | Clipper appl with faster processor fails |
[
{
"date": "2006-05-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Jules de Pierre\":3w1p61gp]Dear Friends,\n\nSome years ago Clipper apps failed with newer faster processors.\nAt that time a solution became available that solved the problem.\nI beleive a kind of WAIT programme.\nThat was implemented in the Clipper programs and the problem was gone.\n\nMy question is, do we have a similar problem today and if so is there a new solution.\n\nI have a cusomer that bought new P.C.'s with XP PRO and only two MS-DOS apps running from a server fail intermittently on the new P.C.'s.\nSame programs work OK on the older PC's.\n\nAny suggestion is welcomed.\n\nJules de Pierre[/quote:3w1p61gp]\n\n\nSee my posts very useful for wait state (CPU time used by Clipper\nwith Fivewin) here :\n<!-- m --><a class=\"postlink\" href=\"http://fivetechsoft.com/forums/viewtopic.php?t=1103\">http://fivetechsoft.com/forums/viewtopic.php?t=1103</a><!-- m -->\n\nIf you want reduce your 100 % CPU time to 3 % !\n\nRegards,",
"time": "23:54",
"topic": "Clipper appl with faster processor fails",
"username": "Badara Thiam"
}
] | Clipper appl with faster processor fails |
[
{
"date": "2011-11-08",
"forum": "FiveWin for CA-Clipper",
"text": "Hi,\n I need a clipper code recover\nClipper 5.2 and blinker 4.10\n\nMany thanks\nmarco",
"time": "09:34",
"topic": "Clipper code recover",
"username": "MarcoBoschi"
}
] | Clipper code recover |
[
{
"date": "2011-11-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\nI need a clipper code recover\nClipper 5.2 and blinker 4.10\n\nMany thanks\nmarco",
"time": "14:20",
"topic": "Clipper code recover",
"username": "MarcoBoschi"
}
] | Clipper code recover |
[
{
"date": "2011-11-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Search \"clipper valkyrie\" on google",
"time": "14:47",
"topic": "Clipper code recover",
"username": "Marco Turco"
}
] | Clipper code recover |
[
{
"date": "2011-11-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco\nv5demo.exe does not work!\n\nClipper 5.2\nBlinker 4.10 \n \n Unrecognized linker code. \n Unable to continue processing. \n Press any key to continue.",
"time": "15:10",
"topic": "Clipper code recover",
"username": "MarcoBoschi"
}
] | Clipper code recover |
[
{
"date": "2011-11-22",
"forum": "FiveWin for CA-Clipper",
"text": "Hi marco,\nAs far I know, .EXE files linked with blinker cannot be recovered.\nIf you have the .OBJ files, you can link them with MS Link an use the Valkyrie.\nHere in Brazil, some time ago, I heard about works recovering blinker linked files.\nIf is very important, I can look after the author.\nregards, Euclides",
"time": "12:38",
"topic": "Clipper code recover",
"username": "Euclides"
}
] | Clipper code recover |
[
{
"date": "2011-12-21",
"forum": "FiveWin for CA-Clipper",
"text": "The guy in Brazil who claimed to have a decompiler that worked with Blinker 3.3 and above is Wagner Nunes\n<!-- w --><a class=\"postlink\" href=\"http://www.vagucs.com.br\">www.vagucs.com.br</a><!-- w --> . But don't waste your time or money. His product does not work. And he keeps your money ...",
"time": "23:36",
"topic": "Clipper code recover",
"username": "Ross_ValuSoft"
}
] | Clipper code recover |
[
{
"date": "2012-03-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio\n\nForgive the follow up on this post as I thought the Clipper colors with READONLY was fixed in 1202.\n\nI went back and reviewed your example demonstrating your fix using code :\n\n[code=fw:1gq1znaf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"FiveWin.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: #00C800;\">local</span> oDlg, cTest := <span style=\"color: #ff0000;\">\"Hello world\"</span><br /><br /> TGet<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>:<span style=\"color: #000000;\">lDisColors</span> = .F.<br /><br /> <span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg<br /><br /> @ <span style=\"color: #000000;\">2</span>, <span style=\"color: #000000;\">2</span> <span style=\"color: #0000ff;\">GET</span> cTest COLORS <span style=\"color: #ff0000;\">\"N/R\"</span> READONLY<br /> <br /> @ <span style=\"color: #000000;\">3</span>, <span style=\"color: #000000;\">10</span> <span style=\"color: #0000ff;\">BUTTON</span> <span style=\"color: #ff0000;\">\"Ok\"</span> <span style=\"color: #0000ff;\">ACTION</span> oDlg:<span style=\"color: #000000;\">End</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oDlg <span style=\"color: #0000ff;\">CENTERED</span><br /><br /><span style=\"color: #00C800;\">return</span> <span style=\"color: #00C800;\">nil</span><br /> </div>[/code:1gq1znaf]\n\nand this works fine in FWH1202 .. unfortunately it does not seem to work with resources .. I added the TGet():lDisColors = .F. in my example using resources with clipper colors and READONLY does not work as expected.\n\nPlease review the code and see if there is something I have missed ?\n\nThanks again\nRick Lipkin\n\n[url=http://imageshack.us/photo/my-images/714/error1hv.jpg/:1gq1znaf][img:1gq1znaf]http://img714.imageshack.us/img714/6443/error1hv.jpg[/img:1gq1znaf][/url:1gq1znaf]\n\n[code=fw:1gq1znaf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">// Main.prg</span><br /><span style=\"color: #B900B9;\">//</span><br /><span style=\"color: #B900B9;\">//</span><br /><br /><span style=\"color: #00D7D7;\">#INCLUDE</span> <span style=\"color: #ff0000;\">\"FIVEWIN.CH\"</span><br /><br /><span style=\"color: #00C800;\">STATIC</span> oEntryBy,oEntryDate<br /><span style=\"color: #00C800;\">STATIC</span> cEntryBy,dEntryDate<br /><span style=\"color: #00C800;\">STATIC</span> oStock,cStock,oReq<br /><br /><span style=\"color: #B900B9;\">//-------------------------------</span><br />FUNC Main<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #00C800;\">LOCAL</span> SAYING,cTITLE,lOK1,oBUTT1,oBUTT2<br /><span style=\"color: #00C800;\">LOCAL</span> nYear<br /><br />SET DELETED <span style=\"color: #0000ff;\">on</span><br />SET CENTURY <span style=\"color: #0000ff;\">on</span><br />SET 3DLOOK <span style=\"color: #0000ff;\">on</span><br /><br />nYEAR := <span style=\"color: #000000;\">(</span> <span style=\"color: #0000ff;\">year</span><span style=\"color: #000000;\">(</span> DATE<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><span style=\"color: #000000;\">-30</span> <span style=\"color: #000000;\">)</span><br />SET EPOCH <span style=\"color: #0000ff;\">to</span> <span style=\"color: #000000;\">(</span> nYEAR <span style=\"color: #000000;\">)</span><br /><br />TGet<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>:<span style=\"color: #000000;\">lDisColors</span> = .F. <span style=\"color: #B900B9;\">// readonly fix</span><br /><br /><span style=\"color: #B900B9;\">// global gradient</span><br />SetDlgGradient<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">{</span> <span style=\"color: #000000;\">{</span> .<span style=\"color: #000000;\">50</span>, nRGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">201</span>, <span style=\"color: #000000;\">217</span>, <span style=\"color: #000000;\">237</span> <span style=\"color: #000000;\">)</span>, nRGB<span style=\"color: #000000;\">(</span> <span style=\"color: #000000;\">231</span>, <span style=\"color: #000000;\">242</span>, <span style=\"color: #000000;\">255</span> <span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">}</span> <span style=\"color: #000000;\">}</span> <span style=\"color: #000000;\">)</span><br /><br /><br />lOK := .F.<br /><br />cEntryBy := <span style=\"color: #ff0000;\">\"USER \"</span><br />dEntryDate := Date<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span><br />cStock := <span style=\"color: #ff0000;\">\"12345\"</span><br /><br />cTITLE := <span style=\"color: #ff0000;\">\"Parts Request Information EDIT\"</span><br /><br /><br /><span style=\"color: #0000ff;\">DEFINE</span> <span style=\"color: #0000ff;\">DIALOG</span> oREQ <span style=\"color: #0000ff;\">RESOURCE</span> <span style=\"color: #ff0000;\">\"REQVIEW\"</span> ;<br /> <span style=\"color: #0000ff;\">TITLE</span> cTITLE<br /><br /> <span style=\"color: #B900B9;\">// non tab stop</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oEntryBy <span style=\"color: #0000ff;\">VAR</span> cEntryBy <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">141</span> <span style=\"color: #0000ff;\">of</span> oREQ <span style=\"color: #0000ff;\">COLOR</span> CLR_WHITE, CLR_BLUE READONLY<br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">Say</span> oEntryDate <span style=\"color: #0000ff;\">VAR</span> dEntryDate <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">142</span> <span style=\"color: #0000ff;\">of</span> oREQ <span style=\"color: #0000ff;\">COLOR</span> <span style=\"color: #ff0000;\">\"N/W\"</span> READONLY<br /><br /> <span style=\"color: #B900B9;\">// tab stop</span><br /> <span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">GET</span> oStock <span style=\"color: #0000ff;\">VAR</span> cStock <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">113</span> <span style=\"color: #0000ff;\">of</span> oREQ <span style=\"color: #0000ff;\">COLOR</span> <span style=\"color: #ff0000;\">\"N/R\"</span> READONLY<br /><br /><br /><br /><span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BTNBMP</span> oBUTT1 <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">111</span> <span style=\"color: #0000ff;\">of</span> oREQ ; <span style=\"color: #B900B9;\">// ok</span><br /> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"&Ok \"</span> <span style=\"color: #0000ff;\">LEFT</span> <span style=\"color: #000000;\">2007</span>;<br /> <span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #000000;\">(</span> oREQ:<span style=\"color: #000000;\">END</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #0000ff;\">REDEFINE</span> <span style=\"color: #0000ff;\">BTNBMP</span> oBUTT2 <span style=\"color: #0000ff;\">ID</span> <span style=\"color: #000000;\">112</span> <span style=\"color: #0000ff;\">of</span> oREQ ; <span style=\"color: #B900B9;\">// cancel</span><br /> <span style=\"color: #0000ff;\">PROMPT</span> <span style=\"color: #ff0000;\">\"&Cancel \"</span> <span style=\"color: #0000ff;\">LEFT</span> <span style=\"color: #000000;\">2007</span>;<br /> <span style=\"color: #0000ff;\">ACTION</span> <span style=\"color: #000000;\">(</span> oREQ:<span style=\"color: #000000;\">END</span><span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> <span style=\"color: #000000;\">)</span><br /><br /><br /><span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">DIALOG</span> oREQ <span style=\"color: #0000ff;\">centered</span><br /><br /><span style=\"color: #00C800;\">RETURN</span><span style=\"color: #000000;\">(</span> <span style=\"color: #00C800;\">Nil</span> <span style=\"color: #000000;\">)</span><br /><br /><span style=\"color: #B900B9;\">// end</span><br /> </div>[/code:1gq1znaf]\n\n.rc\n\n[code=fw:1gq1znaf]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />REQVIEW <span style=\"color: #0000ff;\">DIALOG</span> <span style=\"color: #000000;\">33</span>, <span style=\"color: #000000;\">32</span>, <span style=\"color: #000000;\">220</span>, <span style=\"color: #000000;\">153</span><br /><span style=\"color: #0000ff;\">STYLE</span> WS_POPUP | WS_CAPTION<br />CAPTION <span style=\"color: #ff0000;\">\"Clipper colors Readonly with Resource\"</span><br /><span style=\"color: #0000ff;\">FONT</span> <span style=\"color: #000000;\">6</span>, <span style=\"color: #ff0000;\">\"MS Sans Serif\"</span><br /><span style=\"color: #000000;\">{</span><br /> LTEXT <span style=\"color: #ff0000;\">\"No Tab Stop\"</span>, <span style=\"color: #000000;\">-1</span>, <span style=\"color: #000000;\">9</span>, <span style=\"color: #000000;\">16</span>, <span style=\"color: #000000;\">30</span>, <span style=\"color: #000000;\">24</span><br /> EDITTEXT <span style=\"color: #000000;\">141</span>, <span style=\"color: #000000;\">45</span>, <span style=\"color: #000000;\">14</span>, <span style=\"color: #000000;\">57</span>, <span style=\"color: #000000;\">12</span>, ES_AUTOHSCROLL | NOT WS_TABSTOP | WS_BORDER<br /> EDITTEXT <span style=\"color: #000000;\">142</span>, <span style=\"color: #000000;\">45</span>, <span style=\"color: #000000;\">28</span>, <span style=\"color: #000000;\">57</span>, <span style=\"color: #000000;\">12</span>, ES_AUTOHSCROLL | NOT WS_TABSTOP | WS_BORDER<br /> LTEXT <span style=\"color: #ff0000;\">\"Tab Stop\"</span>, <span style=\"color: #000000;\">-1</span>, <span style=\"color: #000000;\">9</span>, <span style=\"color: #000000;\">67</span>, <span style=\"color: #000000;\">26</span>, <span style=\"color: #000000;\">24</span><br /> EDITTEXT <span style=\"color: #000000;\">113</span>, <span style=\"color: #000000;\">46</span>, <span style=\"color: #000000;\">71</span>, <span style=\"color: #000000;\">57</span>, <span style=\"color: #000000;\">12</span>, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP<br /> CONTROL <span style=\"color: #ff0000;\">\"&Ok\"</span>, <span style=\"color: #000000;\">111</span>, <span style=\"color: #ff0000;\">\"TBtnBmp\"</span>, <span style=\"color: #000000;\">32</span> | WS_CHILD | WS_VISIBLE | WS_TABSTOP, <span style=\"color: #000000;\">123</span>, <span style=\"color: #000000;\">110</span>, <span style=\"color: #000000;\">41</span>, <span style=\"color: #000000;\">25</span><br /> CONTROL <span style=\"color: #ff0000;\">\"&Cancel\"</span>, <span style=\"color: #000000;\">112</span>, <span style=\"color: #ff0000;\">\"TBtnBmp\"</span>, <span style=\"color: #000000;\">32</span> | WS_CHILD | WS_VISIBLE | WS_TABSTOP, <span style=\"color: #000000;\">169</span>, <span style=\"color: #000000;\">110</span>, <span style=\"color: #000000;\">41</span>, <span style=\"color: #000000;\">25</span><br /> LTEXT <span style=\"color: #ff0000;\">\"Get Readonly w rgb\"</span>, <span style=\"color: #000000;\">-1</span>, <span style=\"color: #000000;\">110</span>, <span style=\"color: #000000;\">15</span>, <span style=\"color: #000000;\">79</span>, <span style=\"color: #000000;\">9</span><br /> LTEXT <span style=\"color: #ff0000;\">\"Say Readonly Color w/n\"</span>, <span style=\"color: #000000;\">-1</span>, <span style=\"color: #000000;\">110</span>, <span style=\"color: #000000;\">29</span>, <span style=\"color: #000000;\">90</span>, <span style=\"color: #000000;\">9</span><br /> LTEXT <span style=\"color: #ff0000;\">\"Get Readonly color n/r\"</span>, <span style=\"color: #000000;\">-1</span>, <span style=\"color: #000000;\">110</span>, <span style=\"color: #000000;\">72</span>, <span style=\"color: #000000;\">90</span>, <span style=\"color: #000000;\">9</span><br /><span style=\"color: #000000;\">}</span><br /> </div>[/code:1gq1znaf]",
"time": "13:27",
"topic": "Clipper colors with Read only ( follow up )",
"username": "Rick Lipkin"
}
] | Clipper colors with Read only ( follow up ) |
[
{
"date": "2012-03-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rick,\ndid You test activating the Checkbox inside the Resource ?\n\nEDITTEXT 113, 46, 71, 57, 12, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP\n\nEDITTEXT 113, 46, 71, 57, 12, [color=#FF0000:1o5cgwmg]ES_READONLY [/color:1o5cgwmg]| ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP\n\nBest Regards\nUwe <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?: -->",
"time": "15:11",
"topic": "Clipper colors with Read only ( follow up )",
"username": "ukoenig"
}
] | Clipper colors with Read only ( follow up ) |
[
{
"date": "2012-03-15",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe\n\nAll the fields in my example are text .. I was just trying to show if adding 'tab stop' to the field would make any difference in the behavior of the Get ?\n\nRick Lipkin",
"time": "15:31",
"topic": "Clipper colors with Read only ( follow up )",
"username": "Rick Lipkin"
}
] | Clipper colors with Read only ( follow up ) |
[
{
"date": "2010-12-22",
"forum": "Off Topic / Otros temas",
"text": "Cuestión de imagen.\nEsa es la conclusión a la que he llegado despues de tantas entrevistas de trabajo.\n\n¿que es lo que quiero decir?, me explicaré.\n\nCuando vas a una entrevista y miran mi curriculum, lo leen y luego alzan la vista. Y mirandome a los ojos me dicen con\naire de complicidad... de la viaje escuela ¿he?\nA lo que yo respondo, pues que tras veinte años de programación, que remedio nos queda.\n\nEntonces le hablas de tus comienzos, de como programastes en C, en Cobol y finalmente llegastes a Clipper.\nLe cuentas las delicias de ese lenguaje, de como ha sobrevivido al salto de MS-DOS a Windows y de lo potente\ny estable que es.\n\nMientras tanto, el te mira con cara de incredulidad y cuando has terminado te dice... ¿pero ese lenguaje aún existe?¿no esta obsoleto?\nEntonces y tras esa pausa, sigue leyendo y ve que has programado en RM-COBOL 85. Entonces te dice :\nHaaa! COBOL, que buen lenguaje, no hay nada mas duro que el cobol.\n\nLa verdad, no le quito razón. Entonces me doy cuenta de que el cobol es mucho mas antiguo que el clipper. De 1960 si mal no recuerdo.\n\nY sigue leyendo, y entonces te cuenta de como se sigue programando en cobol y de como ha sobrevivido a los cambios y de que existen\nproductos de terceros que permiten diseñar la parte visual de cobol e incluso generan su codigo. Hasta te habla de librerias para cobol que\namplian sus sentencias DISPLAY y ACEPT para que programes para windows o incluso para linux.\n\nY yo me quedo pensando. ¿no es justo lo mismo que con clipper? En fin amigos. Cuestión de imagen. O de ignorancia, diria yo.",
"time": "17:35",
"topic": "Clipper y sus topicos",
"username": "jfafive"
}
] | Clipper y sus topicos |
[
{
"date": "2010-12-23",
"forum": "Off Topic / Otros temas",
"text": "El lenguaje C es bastante más antiguo que Clipper y nadie ha conseguido desbancarlo aún, se usa para construir todos los sistemas operativos que usamos hoy en dia <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->\n\nLa antiguedad es una prueba de su calidad y de su robustez. Genialmente diseñados para sobrevivir al paso del tiempo <!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "03:04",
"topic": "Clipper y sus topicos",
"username": "Antonio Linares"
}
] | Clipper y sus topicos |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.