messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2015-07-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "DEFINE DIALOG oDlg .............STYLE <yourstyle>",
"time": "11:20",
"topic": "Can I change the DIALOG TITLE to Non-Standard Windows?",
"username": "nageswaragunupudi"
}
] | Can I change the DIALOG TITLE to Non-Standard Windows? |
[
{
"date": "2015-07-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Mr.Rao,\n\nIf I need like this, how do I make it in DEFINE ... STYLE...?\n\n[img:l6prhpkq]https://www.img.in.th/images/8e3f5f8a8b2f705d8fadb013653b6742.png[/img:l6prhpkq]",
"time": "11:36",
"topic"... | Can I change the DIALOG TITLE to Non-Standard Windows? |
[
{
"date": "2015-07-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dutch,\n\nPlease review FWH\\samples\\skin1.prg and skin2.prg",
"time": "13:57",
"topic": "Can I change the DIALOG TITLE to Non-Standard Windows?",
"username": "Antonio Linares"
}
] | Can I change the DIALOG TITLE to Non-Standard Windows? |
[
{
"date": "2015-07-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "And\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=6&t=30870#p177769\">viewtopic.php?f=6&t=30870#p177769</a><!-- l -->\n\nwith class TTitle",
"time": "21:21",
"topic": "Ca... | Can I change the DIALOG TITLE to Non-Standard Windows? |
[
{
"date": "2015-07-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear All,\n\nI mean, I need to change existing program with define function. I try to change by put a function after define dialog. The problem is the STYLE will remove the TITLE and cut the TITLE space out too. Can I use STYLE... | Can I change the DIALOG TITLE to Non-Standard Windows? |
[
{
"date": "2015-07-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dutch,\n\nYou need to resize all dialogs doing:\n\noDlg:Resize( oDlg:nWidth, oDlg:nHeight + 30 )\n\nthen finally, you have to move all controls downwards:\n\nAEval( oDlg:aControls, { | oCtrl | oCtrl:SetPos( oCtrl:nTop + 30, oCtrl... | Can I change the DIALOG TITLE to Non-Standard Windows? |
[
{
"date": "2015-07-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Antonio,\n\nIf the change will effect with display speed, I don't need it. Because it will make the program slower, if there are many control in a Dialog.",
"time": "16:33",
"topic": "Can I change the DIALOG TITLE to... | Can I change the DIALOG TITLE to Non-Standard Windows? |
[
{
"date": "2007-03-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear All,\n\nOne of my client is an old one and he finds it difficult to make out the report in our Report preview dialog. He wants to view the report in slightly bigger size (bigger than 1 and smaller than 2) and with a cursor li... | Can I change the report viewer ? |
[
{
"date": "2007-03-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Milan,\n\nTo provide a different magnification you can modify the RPREVIEW.PRG file.\n\nTo get a highlight is more difficult. One way would be to print the report to a file, create a temp dbf with a single wide field, then read th... | Can I change the report viewer ? |
[
{
"date": "2007-03-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Milan Mehta\":2q3k3obd][...] and with a cursor like line which show which is the current line. He tend to mix two lines when report is horizontally long.[/quote:2q3k3obd]\n\nCan't you just activate lSeparator (or similar... | Can I change the report viewer ? |
[
{
"date": "2007-03-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "For a hair cross you should try:\nrpreview.prg \noMeta1:bMMoved:={|y,x,flags| oMeta1:line (y,0,y,500) }\nBut there is some extra work to save/restore the screen.\nOtto\n\nrpreview.prg \noMeta1:bMMoved:={|y,x,flags| oMeta1:line (y... | Can I change the report viewer ? |
[
{
"date": "2007-03-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nHairCross Cursor is working:\n\nInsert \n \noMeta1:bMMoved:={|y,x,flags|hairCross(oMeta1,y,x) }\n\nin FUNCTION RPreview( oDevice ) in rpreview.prg.\n\nfunc hairCross(oMeta1,y,x)\n nCount:=nCount+1\n IF nCount > 5\n... | Can I change the report viewer ? |
[
{
"date": "2007-03-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Milan,\n\nAn interesting feature we found in Crystal Report were you can navigate in the report page like a browse.\nMany months ago I tryed to adapt it to RPreview but without success <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_s... | Can I change the report viewer ? |
[
{
"date": "2014-05-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear All,\n\nI would like to open the free database in 2 ADS in the same time but it has show ADSCDX/5024 error message. \nCan I do that?",
"time": "08:16",
"topic": "Can I connect 2 ADS in the same time?",
"username"... | Can I connect 2 ADS in the same time? |
[
{
"date": "2014-05-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"dutch\":35ewsqo9]Dear All,\n\nI would like to open the free database in 2 ADS in the same time but it has show ADSCDX/5024 error message. \nCan I do that?[/quote:35ewsqo9]\nFor you to open several connections must use da... | Can I connect 2 ADS in the same time? |
[
{
"date": "2014-05-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks Giovany, I will try.\n[quote=\"Giovany Vecchi\":2mi4m3rk][quote=\"dutch\":2mi4m3rk]Dear All,\n\nI would like to open the free database in 2 ADS in the same time but it has show ADSCDX/5024 error message. \nCan I do that?[/... | Can I connect 2 ADS in the same time? |
[
{
"date": "2008-11-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi all\r\n\r\nAs per subject.\r\n\r\nRegards.,\r\n\r\nRamesh Babu P",
"time": "14:39",
"topic": "Can I get an example of tsbrowse+ADS+TDatabase objects",
"username": "RAMESHBABU"
}
] | Can I get an example of tsbrowse+ADS+TDatabase objects |
[
{
"date": "2008-11-07",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hello Mr.Manuel Mercado and Friends,\r\n\r\nAs per subject.\r\n\r\n- Ramesh Babu P",
"time": "07:07",
"topic": "Can I get an example of tsbrowse+ADS+TDatabase objects",
"username": "RAMESHBABU"
}
] | Can I get an example of tsbrowse+ADS+TDatabase objects |
[
{
"date": "2008-11-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "// Create the BROWSE\r\n REDEFINE BROWSE oLbxin ID 716 OF oDiw ON CHANGE oDiw:update( ) UPDATE\r\n oLbxin:setoDBF( oInv )\r\n add column to oLbxin header \"Part\" data oInv:invnum ALIGN 0,1 size 150\r\n add column to oLbx... | Can I get an example of tsbrowse+ADS+TDatabase objects |
[
{
"date": "2008-11-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr.Tim,\r\n\r\nThank you very much. This is what exactly what I am looking for.\r\n\r\nRegards,\r\n\r\n- Ramesh Babu P",
"time": "06:27",
"topic": "Can I get an example of tsbrowse+ADS+TDatabase objects",
"username": ... | Can I get an example of tsbrowse+ADS+TDatabase objects |
[
{
"date": "2023-04-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nI have two application of uses fwh. \n\nFirst one is testfont.prg that is changed a little bit in fwh sample directory.\n[code=fw:j23hhqmh]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color:... | Can I get object from handle? |
[
{
"date": "2023-04-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Sorry, I didn't quite understand your question.\n\nRegards.",
"time": "13:11",
"topic": "Can I get object from handle?",
"username": "karinha"
}
] | Can I get object from handle? |
[
{
"date": "2023-04-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"karinha\":1gkqlqlq]Sorry, I didn't quite understand your question.\n\nRegards.[/quote:1gkqlqlq]\nI have 2 applications compiled with fwh. the first one has a \"SAY\" object. the other has a button. When I press the button... | Can I get object from handle? |
[
{
"date": "2023-04-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:45vfkrqo]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">// C:\\FWH..\\SAMPLES\\HORIZON1.PRG</span><br /><br /><span style=\"color: #00D7D7;\">#include</span> <span st... | Can I get object from handle? |
[
{
"date": "2023-04-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:39drr45o]I think oWndfromhWnd() function can only find objects within the same application.\n[/quote:39drr45o]\n\nYes, you are right.",
"time": "14:55",
"topic": "Can I get object from handle?",
"username": "nag... | Can I get object from handle? |
[
{
"date": "2023-04-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"karinha\":3cgp5lm6][code=fw:3cgp5lm6]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">// C:\\FWH..\\SAMPLES\\HORIZON1.PRG</span><br /><br /><span style=\"color: #00D7D7... | Can I get object from handle? |
[
{
"date": "2023-04-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"nageswaragunupudi\":tz8zo67d][quote:tz8zo67d]I think oWndfromhWnd() function can only find objects within the same application.\n[/quote:tz8zo67d]\n\nYes, you are right.[/quote:tz8zo67d]\n\nHi Mr. Rao,\n\nIs it possible t... | Can I get object from handle? |
[
{
"date": "2023-04-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Switching from one to another calling from one EXECUTABLE to the other, I believe it is impossible. maybe, if you create a database or a *.TXT and change it into an .exe and call it from the other, you know?\n\nPasar de uno a otro... | Can I get object from handle? |
[
{
"date": "2023-04-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "An idea, do you have access to the sources of the two programs? If yes, I think you will be able to pass VIA PARAMETER, not sure.\n\nUna idea, tienes acceso a las fuentes de los dos programas? En caso afirmativo, creo que podrá pa... | Can I get object from handle? |
[
{
"date": "2023-04-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi, Horizon !\n\nYou can do this. In the [b:30r71k4z]TSAY[/b:30r71k4z] application in the window method [b:30r71k4z]::handleEvent()[/b:30r71k4z] describing the processing of a unique event.\nFor example:\n if valtype(nMsg)=\"C\"\n... | Can I get object from handle? |
[
{
"date": "2023-04-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Hakan,\n\nHere you have it using EnumChildWindows()\n\nYou can also query the control for its ID or class\n\nsecond.prg\n[code=fw:mnixvne8]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #... | Can I get object from handle? |
[
{
"date": "2023-04-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi,\n\nwhen have only 1 x Control you can use FindWindowEx() \"inside\" FindWindow()\n[url:21vw0jcx]https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-findwindowexa[/url:21vw0jcx]\n[url:21vw0jcx]htt... | Can I get object from handle? |
[
{
"date": "2023-04-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello ;\n\nAnother idea would be to generate a \"network wide message\" anytime an event is triggered. Then have your apps listen for that message on another thread. If the message is received, then update the object being disp... | Can I get object from handle? |
[
{
"date": "2023-04-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you to all for your ideas.\n\nI will check and write results here.",
"time": "09:50",
"topic": "Can I get object from handle?",
"username": "Horizon"
}
] | Can I get object from handle? |
[
{
"date": "2023-04-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Antonio Linares\":2aruuexm]Dear Hakan,\n\nHere you have it using EnumChildWindows()\n\nYou can also query the control for its ID or class\n\nsecond.prg\n[code=fw:2aruuexm]<div class=\"fw\" id=\"{CB}\" style=\"font-family:... | Can I get object from handle? |
[
{
"date": "2023-04-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Hakan,\n\nHave you checked if EnumChildWindow() returns the TWebView hCtrl ?",
"time": "21:04",
"topic": "Can I get object from handle?",
"username": "Antonio Linares"
}
] | Can I get object from handle? |
[
{
"date": "2017-09-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Can I increase WINDOW TITLE height? Because the resolution of monitor is very high but the window title is still very small as picture.\n[url=https://postimages.org/:3e5qy8rs][img:3e5qy8rs]https://s26.postimg.... | Can I increase WINDOW TITLE height? |
[
{
"date": "2017-09-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dutch,\n\nI don't remember ever seeing a different title bar height in any application (FW or otherwise), so I doubt it.\n\nJames",
"time": "16:11",
"topic": "Can I increase WINDOW TITLE height?",
"username": "James Bo... | Can I increase WINDOW TITLE height? |
[
{
"date": "2017-09-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear James,\n\nIn the past, Windows allow to modify appearance as font size, title height and etc. My idea is just thinking to change UI without modify all dialog with POPUP , add title and back button in all work.\n\nThank you."... | Can I increase WINDOW TITLE height? |
[
{
"date": "2006-12-21",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Mr. Antonio\n\nI'm newbie on Linux. <!-- s:lol: --><img src=\"{SMILIES_PATH}/icon_lol.gif\" alt=\":lol:\" title=\"Laughing\" /><!-- s:lol: --> \nWhat can I do with Linux with Fivewin\n\nThank's\nAreang",
"time": "13:47",
... | Can I learn Linux with Fivewin |
[
{
"date": "2006-12-21",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Areang,\n\nYou can run your Windows apps on Linux using \"Wine\" emulator.\n\nUsing FiveLinux you can build native Linux apps.\n\nAnyhow, it is recommended that you use Linux for several days to get used to it.",
"time": "1... | Can I learn Linux with Fivewin |
[
{
"date": "2006-12-22",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Mr. Antonio,\n\nHow about Xandros\n\n\nregards\nareang",
"time": "08:31",
"topic": "Can I learn Linux with Fivewin",
"username": "areang"
}
] | Can I learn Linux with Fivewin |
[
{
"date": "2006-12-22",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Areang,\n\nThough you may use any Linux distro, including Xandros, we do recommend Ubuntu, as it has been the most popular Linux distro this year 2006 and its getting better and better.",
"time": "09:06",
"topic": "Can ... | Can I learn Linux with Fivewin |
[
{
"date": "2006-12-22",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Mr. Antonio\n\nThank's for reply, I will try it\n\nCan you give me some text file help, how to install fivewin in linux and how to compile my source code \n\nThank's\nBest Regards\nAreang",
"time": "11:00",
"topic": "Ca... | Can I learn Linux with Fivewin |
[
{
"date": "2006-12-22",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Areang,\n\nDo you plan to use Wine and build Windows apps on Linux ?",
"time": "12:14",
"topic": "Can I learn Linux with Fivewin",
"username": "Antonio Linares"
}
] | Can I learn Linux with Fivewin |
[
{
"date": "2006-12-22",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "> Do you plan to use Wine and build Windows apps on Linux ?\n\nWhat is Wine ?\n\nIs Application for execute EXE file on Linux ?\n\nThank's\nAreang",
"time": "12:42",
"topic": "Can I learn Linux with Fivewin",
"usern... | Can I learn Linux with Fivewin |
[
{
"date": "2006-12-22",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Mr. Antonio\n <!-- s:cry: --><img src=\"{SMILIES_PATH}/icon_cry.gif\" alt=\":cry:\" title=\"Crying or Very sad\" /><!-- s:cry: --> <!-- s:cry: --><img src=\"{SMILIES_PATH}/icon_cry.gif\" alt=\":cry:\" title=\"Crying or Very sa... | Can I learn Linux with Fivewin |
[
{
"date": "2006-12-22",
"forum": "FiveLinux / FiveDroid (Android)",
"text": "Areang,\n\n\"Wine\" is a Windows emulator that lets you run Windows application on Linux. We may capture several screens and post them here so you can review them.",
"time": "16:03",
"topic": "Can I learn Linux with Fiv... | Can I learn Linux with Fivewin |
[
{
"date": "2009-11-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I am having May 2006 build of FWH and pretty happy with it. \nI am also using latest free.xHarbour.com binaries.\nCan I recompile my FWH with latest xHarbour ?\nIf yes, can anyone help me with XBP file ?\n\nTIA\nMilan.",
"tim... | Can I recompile May 2006 build of Fwh ? |
[
{
"date": "2009-11-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Milan,\n\nYou can easily use this batch file:\n[code=fw:r7llgnag]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #00C800;\">for</span> %%f in <span style=\"color: #000000;\">(</span>*... | Can I recompile May 2006 build of Fwh ? |
[
{
"date": "2009-11-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Antonio,\n\nVery nice of you.\n\nJust guide me further, which PRG to link in Fivehx.lib and which PRG to link in Fivehc.lib ?\nIn fact there are three folders under folder Source : Classes, Function and WinAPI.\n\nTIA\nMilan.",
... | Can I recompile May 2006 build of Fwh ? |
[
{
"date": "2009-11-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Milan,\n\nFiveHX.lib just contains PRG files.\n\nFiveHC.lib just contains C files.\n\n<!-- s:-) --><img src=\"{SMILIES_PATH}/icon_smile.gif\" alt=\":-)\" title=\"Smile\" /><!-- s:-) -->",
"time": "11:02",
"topic": "Can I r... | Can I recompile May 2006 build of Fwh ? |
[
{
"date": "2008-06-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I need to turn upside down scanned images. Does TImage have the posibility?",
"time": "10:04",
"topic": "Can I rotate an Image 180 Degrees with Freeimage",
"username": "PAUL SIMM"
}
] | Can I rotate an Image 180 Degrees with Freeimage |
[
{
"date": "2008-06-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Paul,\r\n\r\nyou can use these functions to rotate images with FreeImage\r\n\r\n[code:37gxfso1]DLL32 STATIC FUNCTION FIRotate ( hDib AS LONG, nAngle AS _DOUBLE ) AS LONG;\n PASCAL FROM \"_FreeImage_RotateClassic@12\" ... | Can I rotate an Image 180 Degrees with Freeimage |
[
{
"date": "2008-06-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\r\nI have two images en test.tiff\r\nI try show the second imagen with freeimage.... This is possible ??\r\n\r\nRegards,\r\nFernando",
"time": "15:10",
"topic": "Can I rotate an Image 180 Degrees with Freeimage",
"... | Can I rotate an Image 180 Degrees with Freeimage |
[
{
"date": "2008-06-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Fernando,\r\n\r\n[quote=\"fleal\":3p7zz0s0]Hi,\nI have two images en test.tiff\nI try show the second imagen with freeimage.... This is possible ??\n[/quote:3p7zz0s0]\r\n\r\nI don´t know, you can look in the manual of freeimage if... | Can I rotate an Image 180 Degrees with Freeimage |
[
{
"date": "2015-09-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "How Can I show NEW Dialog Window in front of any other window?\n\n We are on programming a CID prg for Telephone Caller identification..\n\n As you know, CID prg stay back and the users are on work with other software..\n When the... | Can I show My Dialg Window in front of any other window? |
[
{
"date": "2015-09-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "yes.\n\nexist a style for windows for this.\n\ni dont remmenber, sorry, please search in thes forums\n[url:2szq3qqy]http://forums.fivetechsupport.com/viewtopic.php?f=6&t=14366&p=74173&hilit=Topmost#p74173[/url:2szq... | Can I show My Dialg Window in front of any other window? |
[
{
"date": "2015-09-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr. Carlos vargas,\n\n Thanks for your post..\n\n But, in my case, I hope to show my new Dialog to be shown in front of other windows, as soon as generated...\n\n [code=fw:a9ja3748]<div class=\"fw\" id=\"{CB}\" style=\"font-family... | Can I show My Dialg Window in front of any other window? |
[
{
"date": "2015-09-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr. Kim:\n\nTry with ON TOP dialog as follow:\n\n[code=fw:l73l4sm1]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /> <span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\"... | Can I show My Dialg Window in front of any other window? |
[
{
"date": "2015-09-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr. Kim,\n\nTry this\n[code=fw:xahjqo2y]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #0000ff;\">ACTIVATE</span> <span style=\"color: #0000ff;\">WINDOW</span> oWnd <span style=\"c... | Can I show My Dialg Window in front of any other window? |
[
{
"date": "2015-09-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Mr. Armando,and Mr.Rameshbabu\n\n Thanks for you comments...\n I will try, and will report..",
"time": "02:28",
"topic": "Can I show My Dialg Window in front of any other window?",
"username": "kim yong woo"
}
... | Can I show My Dialg Window in front of any other window? |
[
{
"date": "2014-09-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Can I preview html email format as webpage before send to customer?\n\nThanks in advance,",
"time": "11:30",
"topic": "Can I show html tag as webpage in FWH?",
"username": "dutch"
}
] | Can I show html tag as webpage in FWH? |
[
{
"date": "2014-10-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Write as html file, use Shell.Explorer Activex to read and display by Navigate2(...) method.\nI do not know a better method than this. if there is one, I am equally interested in learning.",
"time": "04:44",
"topic": "Can ... | Can I show html tag as webpage in FWH? |
[
{
"date": "2008-10-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear All\r\n\r\nI type Chinese in notepad and it alway show \"Unicode Font\". When I save as ANSI format, Chinese Font is disappear. \r\n\r\nWhat I gonna do?\r\n\r\nThanks&Regards,\r\nDutch",
"time": "12:04",
"topic": "C... | Can I type Chinese in ANSI format (normal text file)? |
[
{
"date": "2008-10-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi\r\n\r\nHow about copy Windows OS Chinese( CHT ) default FONT files?\r\n\r\nRegards,\r\n\r\nRichard",
"time": "12:12",
"topic": "Can I type Chinese in ANSI format (normal text file)?",
"username": "richard-service"
... | Can I type Chinese in ANSI format (normal text file)? |
[
{
"date": "2008-10-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Richard,\r\n\r\nI've use Windows Vista Business and it has many chinese font such as Ming Liu, Kai Ti, Microsoft JhengHei, Microsoft YaHei and etc.\r\n\r\nRegards,\r\nDutch",
"time": "12:37",
"topic": "Can I type Chin... | Can I type Chinese in ANSI format (normal text file)? |
[
{
"date": "2008-10-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"dutch\":gjdvk5ps]Dear Richard,\n\nI've use Windows Vista Business and it has many chinese font such as Ming Liu, Kai Ti, Microsoft JhengHei, Microsoft YaHei and etc.\n\nRegards,\nDutch[/quote:gjdvk5ps]\r\n\r\nHi\r\n\r\nI ... | Can I type Chinese in ANSI format (normal text file)? |
[
{
"date": "2008-10-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Richard,\r\n\r\nI think the problem is my Windows. The system location is Thai and the default code page is OEM/874 (Thai). I try to try in UEStudio with Thai Language (2 charactor), it shows Chinese Language but when I ope... | Can I type Chinese in ANSI format (normal text file)? |
[
{
"date": "2008-10-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Maybe you can investigate these Dutch. They should allow you to input/display chinese caharacters on even regular windows. I'm not sure how effective they are though:\r\n\r\ni. <!-- m --><a class=\"postlink\" href=\"http://www.njs... | Can I type Chinese in ANSI format (normal text file)? |
[
{
"date": "2008-10-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Hua,\r\n\r\nI can type Chinese in UESTUDIO 6.0 now. I change my System Locale to \"Chinese (PRC)\" and Location to China. I try AppLoc.exe too but not work.\r\n\r\nThe problem is word in source code and display in program ... | Can I type Chinese in ANSI format (normal text file)? |
[
{
"date": "2021-07-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Mr. Antonio,\n\nAs old user who has upgraded Fivewin Fewdays ago, I am trying to find BCC 7.3 ??? 7.4 to build 64Bit application.\nBut, it's very difficult to find this BCC by web surffing.\n\nInstead, I found BCC102.zip f... | Can I use BCC102 instead of BCC 7.4? |
[
{
"date": "2021-07-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Please visit [url:hpu7ahbi]http://www.xharbour.org[/url:hpu7ahbi] in the Required tools section.\n\nEMG",
"time": "11:15",
"topic": "Can I use BCC102 instead of BCC 7.4?",
"username": "Enrico Maria Giordano... | Can I use BCC102 instead of BCC 7.4? |
[
{
"date": "2021-07-16",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi friend\n\nyou can download those versions from Mel's web\n\n<!-- w --><a class=\"postlink\" href=\"http://www.whosaway.com\">www.whosaway.com</a><!-- w -->\n\nRegards \n\nJose\n\n\n\nEnviado desde mi Lenovo TB-J606F mediante T... | Can I use BCC102 instead of BCC 7.4? |
[
{
"date": "2005-11-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Friends,\n\nI use FW's Zip file functions in FW 16bits but It cannot compile with xHB? Have I still used FW's Zip file function or I must change to use xHB's Zip file function instead of FW?\n\nRegards,\nDutch",
"time": ... | Can I use FW's Zip file function with xHarbour? |
[
{
"date": "2005-11-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dutch,\n\nYou have to use the free hbzip.lib library as FW 16 ZIP functions are not available for 32 bits (cause we used a external DLL that was not available in 32 bits).",
"time": "12:32",
"topic": "Can I use FW's Zip fi... | Can I use FW's Zip file function with xHarbour? |
[
{
"date": "2005-11-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks&Regards,\nDutch",
"time": "19:54",
"topic": "Can I use FW's Zip file function with xHarbour?",
"username": "dutch"
}
] | Can I use FW's Zip file function with xHarbour? |
[
{
"date": "2013-06-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear All,\n\nI try TTITLE in resource and it works fine. But I cannot use TITLETEXT and TITLEIMG with TTITLE in RESOURCE.\n\nHow can I use it?\n\nThanks in advance for any idea.",
"time": "00:45",
"topic": "Can I use TITL... | Can I use TITLEIMG and TITLETEXT with TTitle RC? *Done* |
[
{
"date": "2013-06-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "TTitle():AddText(...)\nTTitle():LoasBitmaps(...)\nThanks",
"time": "05:11",
"topic": "Can I use TITLEIMG and TITLETEXT with TTitle RC? *Done*",
"username": "dutch"
}
] | Can I use TITLEIMG and TITLETEXT with TTitle RC? *Done* |
[
{
"date": "2006-03-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello All,\n\nCan I use third party ActiveX control in my FWH application ? If yes, how can I use it ?\n\nCan somebody guide me ?\n\nTIA",
"time": "13:59",
"topic": "Can I use third party ActiveX control in my FWH applicat... | Can I use third party ActiveX control in my FWH application |
[
{
"date": "2006-03-18",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi\n\nYes, you can do it.\nBut more 3rd party ActiveX not support FWH's ActiveX components.\nBorland C++ support a little ActiveX, you can use VC++ 2005.\n\nI only test Show CAD work fine.\n\nRegards,\n\nRichard\nFivetech.net Taiw... | Can I use third party ActiveX control in my FWH application |
[
{
"date": "2006-03-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Milan,\n\nYou may review samples\\webexp.prg, excel.prg, pdf.prg.",
"time": "06:48",
"topic": "Can I use third party ActiveX control in my FWH application",
"username": "Antonio Linares"
}
] | Can I use third party ActiveX control in my FWH application |
[
{
"date": "2006-03-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Antonio,\n\nI think he need to complete ActiveX compontnts not easy call Web,Excel,Word or PDF.\nMore ActiveX can replace ToolTip style or Dialog style or Like Office 2003 Menu style ....etc.\nI hope we can use these ActiveX co... | Can I use third party ActiveX control in my FWH application |
[
{
"date": "2006-03-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nIam using FWH Nov-2005 build. WebExp.Prg works fine. But excel.Prg and PDf.Prg gives me GPF. I have both MS Office and Acrobat reader installed.\n\nCan you guide me further ?\n\nTIA\nMilan.",
"time": "06:39",
"to... | Can I use third party ActiveX control in my FWH application |
[
{
"date": "2006-03-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Milan,\n\n> excel.Prg and PDf.Prg\n\nYou may not have the same version as especified in those samples: \n\"OWC11.Spreadsheet\" and \"PDF.PdfCtrl.6\"\n\nYou may use Microsoft free OleView to inspect what ActiveX controls you have i... | Can I use third party ActiveX control in my FWH application |
[
{
"date": "2006-03-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello Antonio,\n\nCan you please check that file ? It is 0 Kb and do not contain anything.\n\nTIA\nMilan.",
"time": "10:10",
"topic": "Can I use third party ActiveX control in my FWH application",
"username": "Milan Me... | Can I use third party ActiveX control in my FWH application |
[
{
"date": "2006-03-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Milan,\n\nPlease try this one:\n<!-- m --><a class=\"postlink\" href=\"http://hyperupload.com/download/b7308551/oleview.zip.html\">http://hyperupload.com/download/b730855 ... w.zip.html</a><!-- m -->",
"time": "11:28",
"to... | Can I use third party ActiveX control in my FWH application |
[
{
"date": "2006-03-24",
"forum": "FiveWin for CA-Clipper",
"text": "Dear All,\n\nI have to do the communication with serial port (RS232) but the examle TESTCOMM.PRG said \n// Windows requires to have a Window at least to perform comunications !!\n// Let's use the MessageBox() Window as default\n\nIt mea... | Can I write comm port without MsgInfo()? |
[
{
"date": "2006-03-24",
"forum": "FiveWin for CA-Clipper",
"text": "A quick fix is to use a hidden window, it doesn't have to be a dialog box.",
"time": "13:24",
"topic": "Can I write comm port without MsgInfo()?",
"username": "Mdandrea"
}
] | Can I write comm port without MsgInfo()? |
[
{
"date": "2006-03-24",
"forum": "FiveWin for CA-Clipper",
"text": "Dear Mdandrea,\n\nThanks for your recommend. It works ok now.\n\nThanks,\nDutch",
"time": "18:15",
"topic": "Can I write comm port without MsgInfo()?",
"username": "dutch"
}
] | Can I write comm port without MsgInfo()? |
[
{
"date": "2006-03-25",
"forum": "FiveWin for CA-Clipper",
"text": "Glad to hear it worked for you Dutch.",
"time": "14:29",
"topic": "Can I write comm port without MsgInfo()?",
"username": "Mdandrea"
}
] | Can I write comm port without MsgInfo()? |
[
{
"date": "2008-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi All\r\n\r\nI can't see how to do it and I suspect it might well be impossible, particularly having looked at the code for TDatabase (which has a very clever, if not very pretty, workaround).\r\n\r\nBut before I spend too much t... | Can Properties (DATA) be added dynamically to an Object (CLA |
[
{
"date": "2008-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "__ObjAddData(oyourbject,cnames)\r\n\r\nShuming Wang",
"time": "01:56",
"topic": "Can Properties (DATA) be added dynamically to an Object (CLA",
"username": "ShumingWang"
}
] | Can Properties (DATA) be added dynamically to an Object (CLA |
[
{
"date": "2008-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks\r\n\r\nThat should make what I want to do so much easier and neater!\r\n\r\nRegards\r\nDoug\r\n(xProgrammer)",
"time": "03:12",
"topic": "Can Properties (DATA) be added dynamically to an Object (CLA",
"username"... | Can Properties (DATA) be added dynamically to an Object (CLA |
[
{
"date": "2008-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks Shuming\r\n\r\nWorks like a charm",
"time": "12:18",
"topic": "Can Properties (DATA) be added dynamically to an Object (CLA",
"username": "xProgrammer"
}
] | Can Properties (DATA) be added dynamically to an Object (CLA |
[
{
"date": "2008-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Doug,\r\n\r\nPlease notice that Class TDataBase does not add new DATAs. \r\n\r\nIt uses the Class \"error handler\" OnError() method to route the desired msgs to access \"virtual\" DATAs. So the same Class can be used to manage mu... | Can Properties (DATA) be added dynamically to an Object (CLA |
[
{
"date": "2008-04-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Antonio\r\n\r\nI noticed that and now understand the reasoning behind it although I'm not convinced that it's strictly correct. If DATAs are added dynamically to an object (ie a class instance) they would presumably be indepen... | Can Properties (DATA) be added dynamically to an Object (CLA |
[
{
"date": "2008-04-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Doug,\r\n\r\nIf you add new DATAs, you add them to the Class not to the object,\r\nso all that Class instantiated objects are affected <!-- s:-( --><img src=\"{SMILIES_PATH}/icon_sad.gif\" alt=\":-(\" title=\"Sad\" /><!-- s:-( -->... | Can Properties (DATA) be added dynamically to an Object (CLA |
[
{
"date": "2008-04-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi Antonio\r\n\r\nThanks for the advice. The documentation I saw was a bit misleading in that it mostly talked about adding DATA to an object and the function is so named.\r\n\r\nCertainly that would be a problem in some architec... | Can Properties (DATA) be added dynamically to an Object (CLA |
[
{
"date": "2008-04-30",
"forum": "FiveWin for Harbour/xHarbour",
"text": "As you said Antonio, __ObjAddData() adds DATAs to the class and not just the particular object it is called against. For my purposes that isn't a problem though.\r\n\r\nIt looks like I will end up with a RECORD class and a RECORD... | Can Properties (DATA) be added dynamically to an Object (CLA |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.