messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2016-04-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[code=fw:1ep1i7wg]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />AddMonth<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> Adds or subtracts a number <span style=\"col... | Calcular el nº de semana |
[
{
"date": "2016-04-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"karinha\":3c5v6mac][code=fw:3c5v6mac]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />AddMonth<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> Adds or subtract... | Calcular el nº de semana |
[
{
"date": "2016-04-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Saludos camarada ! esa información la encuentras en la ng cd CA-TOOLS, tambien puedes revisar la documentacion de las contribs de harbour y xharbour\nhbct / hbnf\naca tambien tienes para leer\n<!-- m --><a class=\"postlink\" href... | Calcular el nº de semana |
[
{
"date": "2016-04-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[quote=\"Loren\":2tmqlgm8]Compañeros, buenas:\n\nNecesito calcular el nº de semana a partir de una fecha.\n¿ Hay por ahí alguna rutina hecha ?\nEn caso negativo, ¿alguna pista?\n\nMil Gracias.\nLorenzo Fdez.\nDesde Cádiz, ESpaña.... | Calcular el nº de semana |
[
{
"date": "2023-08-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Buenos dias colegas...\nExiste en FiveWin o en Harbour ...o alguna funcion hecha por uds. que calcule o verifique que a partir de una fecha dada el proximo dia es un dia habil? ...es decir si es un lunes a viernes?\nGracias\nAbra... | Calcular_Verificar dia habil - SOLUCIONADO |
[
{
"date": "2023-08-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Parece que hoy me levante sin muchas ganas de pensar <!-- s:cry: --><img src=\"{SMILIES_PATH}/icon_cry.gif\" alt=\":cry:\" title=\"Crying or Very sad\" /><!-- s:cry: --> \nLa funsion en cuestion es Dow() que devuelve en forma nu... | Calcular_Verificar dia habil - SOLUCIONADO |
[
{
"date": "2017-06-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "To All\n\nDoes anyone have a solution to find the elapsed time between two dates in minutes ..\n\n[code=fw:2cnpwlg0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />Date out ... | Calculate elapsed time between two dates |
[
{
"date": "2017-06-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rick,\nYou can try\n[code=fw:2rvi8wun]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=\"color: #B900B9;\">/*<br /> * Return elapsed time between two days and/or times<br /> ... | Calculate elapsed time between two dates |
[
{
"date": "2017-06-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe\n\nI found your post ... thank you, the only problem I have is when you span a day I do not get the correct calculation .. here is the code I used with your function :\n[code=fw:2ekt5yvh]<div class=\"fw\" id=\"{CB}\" style=\"f... | Calculate elapsed time between two dates |
[
{
"date": "2017-06-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:2fhctb3h]\nThe answer is 90 minutes ... I have no problem calculating time on the same date .. but spanning days ( midnight ) is giving me a headache .. any advice or algorithm would be appreciated.\n[/quote:2fhctb3h]\n\nIf... | Calculate elapsed time between two dates |
[
{
"date": "2017-06-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rao\n\nThank you ... I saw a similar solution on the internet but did not know how to change the value of the character to valtype \"T\" .. I agree with you on getting away from Date and Time ... DateTime is one of the foundation... | Calculate elapsed time between two dates |
[
{
"date": "2017-06-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rao\n\nI am having problems ... these are the values I am using :\n\n[code=fw:9rzj2iko]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br />dEnd := ctod<span style=\"color: #000000;\">(</span><span sty... | Calculate elapsed time between two dates |
[
{
"date": "2017-06-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Correct value is not 90 minutes\nFrom night 11:00 pm to next day 12:30 pm is 13 hours and 30 minutes but not 90 minutes\nThe formula's answer is correct.\n\n\n90 minutes after 11 pm is 00:30 on the next day\n\nIf you try with tEnd... | Calculate elapsed time between two dates |
[
{
"date": "2017-06-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rao\n\nThe values are from 11:00pm on 03/11/2017 and return is 12:30 am 03/12/2017 .. 90 mins this trip spans midnight from 11:00pm to 12:20 am\n\nMilitary time 11:00pm = 23:00:00 03/11/2017\nMiltary Time 12:30am = 12:30:0... | Calculate elapsed time between two dates |
[
{
"date": "2017-06-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rao \n\nLet me take a deep breath ... you are correct ... I cannot focus this morning due to all the interruptions .. Let me re-test.\n\nThanks\nRick Lipkn",
"time": "15:12",
"topic": "Calculate elapsed time between two da... | Calculate elapsed time between two dates |
[
{
"date": "2017-06-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rao\n\nBoth your examples work great ... I just inserted the wrong value ( as you mentioned ) for 12:30am should have been 0030 .. and NOT 12:30\n\nRick Lipkin",
"time": "15:17",
"topic": "Calculate elapsed time between ... | Calculate elapsed time between two dates |
[
{
"date": "2017-06-20",
"forum": "FiveWin for Harbour/xHarbour",
"text": "For computing purposes, please use 24 hour format",
"time": "15:20",
"topic": "Calculate elapsed time between two dates",
"username": "nageswaragunupudi"
}
] | Calculate elapsed time between two dates |
[
{
"date": "2017-06-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hey Rick!\n\nThank you posting and thank you for giving me something to smile about today. I'm here reading your text and smiling at the fact that you were -for a minute- confused about 12:30am being 00:30. \n\nMany won't unders... | Calculate elapsed time between two dates |
[
{
"date": "2020-02-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "my problem is to calculate the progressive number of a day\n1 1 2020 ---> corresponds to the first day of the year\n2 2 2020 ---> corresponds to 33rd day of the year\n\nHow I can calculate the number of day of year ?\n\nsample\n\n... | Calculate number of day of year |
[
{
"date": "2020-02-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I made another test\n\nFunction test()\n Local ddata\n Local nreturn\n\nSET DATE ITALIAN\nddata:=date()\n\n nReturn := dData- CTOD(\"01/01/\"+RIGHT(DTOC(dData),2)) +1\n\nRETURN nReturn\n\nreturn 36577 ( today 21.02.2020)\n... | Calculate number of day of year |
[
{
"date": "2020-02-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[code=fw:v3f7fnny]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />? DOY<span style=\"color: #000000;\">(</span> dDate <span style=\"color: #000000;\">)</span><br /> </div>[/code:v3f7fnny]\n\nExam... | Calculate number of day of year |
[
{
"date": "2020-02-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "funciones de fecha en xHarbour\n\n[code=fw:3gda4lc5]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />AddMonth<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span> Adds or sub... | Calculate number of day of year |
[
{
"date": "2020-02-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[b:bbdtho25]Sorry Nages,[/b:bbdtho25]\n\n I didn't even think there was a function,\n I trusted the old source in ca-clipper which had the s_doyear function that I couldn't find in fwh,\n it was probably a function of the ct or su... | Calculate number of day of year |
[
{
"date": "2011-07-12",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The above solution was not correct.\nThis appears to be the correct solution\n[code=fw:1v68gjax]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #... | Calculate position |
[
{
"date": "2011-07-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n If I click on Dialog Button Activate the dialog.\nIf I start with default values the dialog is positioned in \n100 , 200 , 640 , 818 instead of 100 , 200 , 600 , 800\n\nIf I close dialog and click again the button I have ... | Calculate position |
[
{
"date": "2011-07-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "any ideas?",
"time": "08:36",
"topic": "Calculate position",
"username": "MarcoBoschi"
}
] | Calculate position |
[
{
"date": "2011-07-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "What do you want to do exactly?\n\nEMG",
"time": "09:48",
"topic": "Calculate position",
"username": "Enrico Maria Giordano"
}
] | Calculate position |
[
{
"date": "2011-07-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n when I click the first time, If I dont' change the for values the dialog has to be created in 100 , 100 , 600 , 800\nBut it is positioned in 100 , 100 , 629 , 810\nI Save these new positions and nex time I find the dia... | Calculate position |
[
{
"date": "2011-07-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I see no problem:\n\n[code=fw:1x53oi7q]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;\">\"Fivewin.ch\"</span><br /><br /><br /><span st... | Calculate position |
[
{
"date": "2011-07-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\n If you run my program you can notice that the four coords change (see the four gets in the window)\n\nImagine that I have to save these coords in a ini file for store these information for later use.\n....\n...\n...",... | Calculate position |
[
{
"date": "2011-07-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I don't understand your sample. Please check mine. You can use it for save and restore the dialog position.\n\nEMG",
"time": "12:22",
"topic": "Calculate position",
"username": "Enrico Maria Giordano"
}
] | Calculate position |
[
{
"date": "2011-07-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco,\n\nYour rewritten Sample ( hoping, it is what You are looking for ) it is very short now :\nResize and Move the Dialog and get the needed Values : < Dialog-Top, Left, Hight and Width >\nfor Fields < nTop, nLeft, nHeight and... | Calculate position |
[
{
"date": "2011-07-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Uwe,\n please try to click five times \"Dialog\" button and don't touch any other objects\nYou can see that at every click dialog become smaller\nThis is the problem",
"time": "13:31",
"topic": "Calculate position",
... | Calculate position |
[
{
"date": "2011-07-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco,\n\nYou can use a logical Var, to make it impossible, to open a Dialog once more.\nBut I will check and try to fix it.\nLike I told You : just a quick Solution.\n\nPlease change this line and add the defined logical var < lA... | Calculate position |
[
{
"date": "2011-07-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Is it normal that four coords change?",
"time": "13:44",
"topic": "Calculate position",
"username": "MarcoBoschi"
}
] | Calculate position |
[
{
"date": "2011-07-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco,\n\nOnly Position changed but You can change Width and Height as well.\nYou don't want to Resize ?\n\n[img:2k8hvo1o]http://www.pflegeplus.com/pictures/reszize4.jpg[/img:2k8hvo1o]\n\nBest Regards\nUwe <!-- s:l... | Calculate position |
[
{
"date": "2011-07-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "My task is store in a ini files nTop, nLeft, nBottom and nRight\nWhen I open the dialog again in the new position\nThe minimal samples posted works fine\nIn the real project the dialog has a listbox, Gets and buttons\nEVery time I... | Calculate position |
[
{
"date": "2011-07-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "<!-- s:oops: --><img src=\"{SMILIES_PATH}/icon_redface.gif\" alt=\":oops:\" title=\"Embarassed\" /><!-- s:oops: --> solution shameful\n\n[code=fw:3ofeshgp]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">nTd := VAL... | Calculate position |
[
{
"date": "2011-07-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Please,\n compile this little program\nRun it\nMove the dialog in a new position and resize it\nNow Click to store coords into dialogo.ini file\nRestart program\nyou will find the dialog moved up!!\n\nWhat's wrong?\n\n <!-- s:?... | Calculate position |
[
{
"date": "2011-07-08",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco,\n\nI got it working. \nThere is a Difference in saved / displayed Dlg-left and Bottom. \nI have to detect where it comes from. With the adjustment, it works fine.\n\noDlg:Move( nDTop, nDLeft, nDRight - nDLeft [color=#FF0000... | Calculate position |
[
{
"date": "2011-07-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"MarcoBoschi\":2ibrrwgr]Enrico,\n when I click the first time, If I dont' change the for values the dialog has to be created in 100 , 100 , 600 , 800\nBut it is positioned in 100 , 100 , 629 , 810\nI Save these new posit... | Calculate position |
[
{
"date": "2011-07-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Probably I'm using an old version\n\nApplication\n===========\n Path and name: C:\\Fwh\\samples\\nage.exe (32 bits)\n Size: 1,904,128 bytes\n Time from start: 0 hours 0 mins 2 secs \n Error occurred at: 07/10/11, 13:33:51\... | Calculate position |
[
{
"date": "2011-07-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco\n\n\nchange by IsIconic( oDlg:hWnd )",
"time": "13:02",
"topic": "Calculate position",
"username": "Daniel Garcia-Gil"
}
] | Calculate position |
[
{
"date": "2011-07-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks to all",
"time": "08:07",
"topic": "Calculate position",
"username": "MarcoBoschi"
}
] | Calculate position |
[
{
"date": "2011-07-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "To nage,\n Please Try this modified version of your source code.\nI think that we are close to solving the problem\nMany thanks again\n\nmarco\n\nDownload nage.res at \n\n[url:3mm07e5m]http://www.marcoboschi.it/public... | Calculate position |
[
{
"date": "2011-07-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This program is working fine here with your resources.\n\nPlease note that I have made this very minor modification to your code:\nI have substituted your code:\n[code=fw:1ee6ckav]<div class=\"fw\" id=\"{CB}\" style=\"font-family:... | Calculate position |
[
{
"date": "2011-07-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Ok,\n I think it's a bug of my version\n\n11/09/2009 10:15 543 readme.txt\n29/09/2009 16:34 423.424 Fivehc.lib\n18/10/2009 08:20 716.296 Fivehcm.lib\n26/10/2009 07:47 1.880.576 Fiveh... | Calculate position |
[
{
"date": "2011-07-11",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Please send me an email to <!-- e --><a href=\"mailto:nageswaragunupudi@gmail.com\">nageswaragunupudi@gmail.com</a><!-- e -->.\nIn reply I shall send you the application.",
"time": "14:04",
"topic": "Calculate position",
... | Calculate position |
[
{
"date": "2011-07-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "OK\nProblem solved!\n\nKing regards\n\nmarco",
"time": "08:08",
"topic": "Calculate position",
"username": "MarcoBoschi"
}
] | Calculate position |
[
{
"date": "2023-11-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "How can I calculate number of pages in a print using for instance \n\nPRINT oPrn NAME \"My Print\" PREVIEW\n\n PAGE\n WHILE !EOF()\n some instruction like \n Prn:Say( nRow, nCol , bla bla )\n\n ... | Calculate total pages |
[
{
"date": "2023-11-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I have the same problem on treport",
"time": "21:56",
"topic": "Calculate total pages",
"username": "Silvio.Falconi"
}
] | Calculate total pages |
[
{
"date": "2023-11-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco Boschi, I don't understand what you want to do exactly. Can you explain in more detail? Do you want to control page skipping?\n\nMarco Boschi, no entiendo qué quieres hacer exactamente. ¿Puedes explicarlo con más detalle? ¿Q... | Calculate total pages |
[
{
"date": "2023-11-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marco,\nwith the tprinter class it is easy to calculate the number of pages, just set how many rows you want per sheet and then divide the total archive with the rows and you will have the number of pages, but with the treport cla... | Calculate total pages |
[
{
"date": "2023-11-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Silvio, I don't understand, what is the reason for knowing in advance how many pages the report has? If it's not inconvenient, can you explain it to me?\n\nSilvio, no entiendo, ¿cuál es la razón para saber de antemano cuántas pági... | Calculate total pages |
[
{
"date": "2023-11-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It is required for printing something like this in each page:\n\nPage no. x of y",
"time": "18:58",
"topic": "Calculate total pages",
"username": "Enrico Maria Giordano"
}
] | Calculate total pages |
[
{
"date": "2023-11-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico, \nhere's how I do it: I save an emf file and then reopen add the number and print it. \nI use it for invoice copies, I print the invoice number on the emf and then print on paper. \nStrictly speaking, regenerating from dat... | Calculate total pages |
[
{
"date": "2023-11-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Otto\":3mr2cx82]Enrico, \nhere's how I do it: I save an emf file and then reopen add the number and print it.[/quote:3mr2cx82]\n\nHow to do that exactly? Can you share it?",
"time": "19:54",
"topic": "Calculate to... | Calculate total pages |
[
{
"date": "2023-11-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico,\nI have extended TPrinter.\nBest regards,\nOtto\n\n[code=fw:1z3cwowd]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"color: #00D7D7;\">#include</span> <span style=\"color: #ff0000;... | Calculate total pages |
[
{
"date": "2023-11-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Than you, but I can't find nothing related to total number of pages, or I am missing it. Can you explain?",
"time": "22:25",
"topic": "Calculate total pages",
"username": "Enrico Maria Giordano"
}
] | Calculate total pages |
[
{
"date": "2023-11-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Enrico, I use it for a different purpose. But you only need to count the number of EMF files per document.\nThen you can print the pages and write whatever you want on them as if on a layer.\nBest regards,\nOtto",
"time": "22:... | Calculate total pages |
[
{
"date": "2023-11-23",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thank you. It is not worth the work, at least for me.",
"time": "22:40",
"topic": "Calculate total pages",
"username": "Enrico Maria Giordano"
}
] | Calculate total pages |
[
{
"date": "2023-11-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "For TPrinter there is :\n\n * New: Method GetPages() on class TPrinter to get the From & To pages\n selected on the print dialog when the FROM USER clause is used.\n This method returns a two dimension array but also you can p... | Calculate total pages |
[
{
"date": "2023-11-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Enrico Maria Giordano\":4l5r2gax]It is required for printing something like this in each page:\n\nPage no. x of y[/quote:4l5r2gax]",
"time": "13:11",
"topic": "Calculate total pages",
"username": "MarcoBoschi"... | Calculate total pages |
[
{
"date": "2023-11-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mister Otto, any practical example of this madness you posted?\n\nSeñor Otto, ¿algún ejemplo práctico de esta locura que publicó?\n\nGracias, thanks.\n\nRegrards, saludos.",
"time": "13:57",
"topic": "Calculate total pages... | Calculate total pages |
[
{
"date": "2023-11-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi João,\nwe are required by law to print a QR code on every invoice. In the invoice preview, you don't know yet whether you will actually print \nor if changes are still needed. \nHere you see the invoice without a QR code. Durin... | Calculate total pages |
[
{
"date": "2023-11-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Master Otto, master Otto!! Are you trying to trick me? hahahahaha.\nI asked for a PRACTICAL EXAMPLE with Fonte(.PRG) where you use this subclass model that you post.\nThere is no way to fool the biggest super power of FIVEWIN BRAS... | Calculate total pages |
[
{
"date": "2023-11-24",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi João,\n\nI've also made changes to preview.prg. When the invoice button is pressed, these steps are executed:\n\nBest regards,\nOtto\n\n[code=fw:3dpwtc86]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br />&nb... | Calculate total pages |
[
{
"date": "2023-11-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "We will be providing this feature in the next version.\n\nIn all cases other than direct printing to printer and generating PDF using HaruPDF, the printer class generates meta files for preview and then printing or for generation ... | Calculate total pages |
[
{
"date": "2023-11-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Is It possible also with treport?",
"time": "16:42",
"topic": "Calculate total pages",
"username": "Silvio.Falconi"
}
] | Calculate total pages |
[
{
"date": "2023-11-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Many Thanks Mr Rao.",
"time": "16:42",
"topic": "Calculate total pages",
"username": "MarcoBoschi"
}
] | Calculate total pages |
[
{
"date": "2023-11-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Silvio.Falconi\":2xvu6l59]Is It possible also with treport?[/quote:2xvu6l59]\n\nYes\nWhere you write page number, write something like this:\n[code=fw:2xvu6l59]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;... | Calculate total pages |
[
{
"date": "2023-11-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"nageswaragunupudi\":17t0tkdb][quote=\"Silvio.Falconi\":17t0tkdb]Is It possible also with treport?[/quote:17t0tkdb]\n\nYes\nWhere you write page number, write something like this:\n[code=fw:17t0tkdb]<div class=\"fw\" id=\"... | Calculate total pages |
[
{
"date": "2023-11-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Perhaps I found the solution \n\nrem \"static\" form PageNumber function on Tprinter class\n\nthen add this line pn this method\n[code=fw:3tboyz6a]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span style=... | Calculate total pages |
[
{
"date": "2023-11-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"nageswaragunupudi\":1ao0yu69]For now, we can do this test.\nFirst let us make a few modifications to the Printer.prg:[/quote:1ao0yu69]\n\nGreat idea, but the EMF that is produced here are pure binaries, no readable text i... | Calculate total pages |
[
{
"date": "2023-11-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, true.\n\nBut the text we print is stored in wide format. \nIf we printed \"Name\", it is stored as AnsiToWide( \"Name\" ), i.e., \"N\" + Chr(0) + \"a\" + Chr(0) + \"m\" + Chr( 0 ) + \"e\" + Chr( 0 ).\nIn other words the text... | Calculate total pages |
[
{
"date": "2023-11-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It works, thank you!",
"time": "13:34",
"topic": "Calculate total pages",
"username": "Enrico Maria Giordano"
}
] | Calculate total pages |
[
{
"date": "2023-11-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "One caution.\nLength of the WideString ( utf16le ) should not change.",
"time": "17:09",
"topic": "Calculate total pages",
"username": "nageswaragunupudi"
}
] | Calculate total pages |
[
{
"date": "2023-11-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr. Silvio\nWe will get back to you soon.",
"time": "17:10",
"topic": "Calculate total pages",
"username": "nageswaragunupudi"
}
] | Calculate total pages |
[
{
"date": "2023-11-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"nageswaragunupudi\":2riorrcy]One caution.\nLength of the WideString ( utf16le ) should not change.[/quote:2riorrcy]\n\nOf course.",
"time": "17:22",
"topic": "Calculate total pages",
"username": "Enrico Maria ... | Calculate total pages |
[
{
"date": "2023-11-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr. Silvio\n\nPlease make only this one change in the report.prg:\nIn the Method Activate(), locate these lines:\n[code=fw:ba0xjc14]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> <span style=\... | Calculate total pages |
[
{
"date": "2023-11-27",
"forum": "FiveWin for Harbour/xHarbour",
"text": "In XBrowse.prg\nPlease make this change in METHOD Report(...)\nReplace these lines\n[code=fw:uphzq0v8]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"> REPORT oRep <span style=\"color: #0000ff;\">TITLE</span> cTit... | Calculate total pages |
[
{
"date": "2023-11-28",
"forum": "FiveWin for Harbour/xHarbour",
"text": "thanks Rao \nWould this also work if I use the browse setup? \n\nexample\n\n oBrw:Report( cTitle, , , ;\n { |oRep, oBrw| MySetUp( oRep, oBrw, oDbf,aGroup,nGroup,lEject,aCampi ) } )\n\n static function MySetUp( oRep, oBrw, ... | Calculate total pages |
[
{
"date": "2008-12-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\r\n\r\nIn my app I extract data from a medical device (oximeter).\r\nThe data is collected overnight and it is possible for the device to turn itself off is there is no valid data for a period of time. The patient usually turn... | Calculating "Time" |
[
{
"date": "2008-12-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Jeff:\r\n\r\nIt will be much easier if you store time as a numeric field. You can get the time as a number with the SECONDS() function. I have a similar app and finally in the last major revision changed the time field from a ch... | Calculating "Time" |
[
{
"date": "2008-12-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Either way, I still run into the same problem. I can always convert the field to a numeric one in my code. In my app this time field is used in many places where it is actually easier to have it as a text field.\r\n\r\nIf the gap... | Calculating "Time" |
[
{
"date": "2008-12-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Jeff:\r\n\r\nPlease check my previous post. I was revising it when you posted your response. Thank you. <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D -->",
"time": "16:01... | Calculating "Time" |
[
{
"date": "2008-12-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Ahh. I think I now understand what you are saying.\r\n\r\nI will play with this idea tonight when I get home and see what I can do.\r\n\r\nThanks for the idea. I think this will help.",
"time": "16:07",
"topic": "Calculat... | Calculating "Time" |
[
{
"date": "2008-12-04",
"forum": "FiveWin for Harbour/xHarbour",
"text": "If I can be of further assistance don't hesitate in dropping a note. Thank you.",
"time": "20:23",
"topic": "Calculating \"Time\"",
"username": "HunterEC"
}
] | Calculating "Time" |
[
{
"date": "2008-12-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "You have 21600 intervals of 4 seconds, you can fill a DBF like that:\r\n[code:q6g681lw]\nStatic procedure NewDay(dDate)\n\nLocal nSec\n\nDefault dDate := Date()\n\nFor nSec := 1 to 21600\n DbAppend(&#... | Calculating "Time" |
[
{
"date": "2014-01-05",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello ,\n\nI had to write a input routine for IBAN numbers. Old numbers must be converted.\n\nSearching in the forum i found some tip's , no complete example.\n\nWriting first a testmodule , i am glad to deal it , hoping it is use... | Calculating or controling IBAN numbers |
[
{
"date": "2014-01-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Frank,\nperhaps you must give to final user the possibility to insert \n\ncode bank or Cab\ncode succursal or ABi\nNumber account and the you can create the iban code just an Idea",
"time": "18:56",
"topic": "Calculatin... | Calculating or controling IBAN numbers |
[
{
"date": "2015-02-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hello, \n\nAnyone who can \"translate\" this VB code please. \n\nPublic Function BBANtoIBANint(ByVal ISOcountry As String, ByVal banknumber As String, ByVal Account As String) As String\nDim xd As Object\nSet xd = CreateObject(\"m... | Calculating or controling IBAN numbers |
[
{
"date": "2015-02-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Frank,\n\nThis the code I use to convert old account numbers to IBAN and BIC :[code=fw:1ur0agg0]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">**********************************************************************... | Calculating or controling IBAN numbers |
[
{
"date": "2015-02-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Michel\n\nWorks fine.\n\nThank you.\n\nBest regards\nBart",
"time": "23:29",
"topic": "Calculating or controling IBAN numbers",
"username": "bart"
}
] | Calculating or controling IBAN numbers |
[
{
"date": "2015-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Dear Michel D.\nNice\nThank you for sharing",
"time": "09:01",
"topic": "Calculating or controling IBAN numbers",
"username": "bpd2000"
}
] | Calculating or controling IBAN numbers |
[
{
"date": "2010-02-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello,\n\nis there a [color=#FF0000:78pd0v9k]clean[/color:78pd0v9k] Solution, to calculate Pixeldimension in Relation to Font - Pt ?\nThere was a lot of testing, to find the values / adjustment for SAY's from Source \nin Relation ... | Calculation from Font-Size (pt) to Pixel ? |
[
{
"date": "2010-02-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It's more complicated.\n\nYou need to know DPI (x or y) of the device (screen in this case) for convert the two values. \n\nExample\nFontSize px = ?\nFontSize pt = 14\nDPI = 96 (standard screen dpi resolution)\nPoint in a inch = 7... | Calculation from Font-Size (pt) to Pixel ? |
[
{
"date": "2010-02-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Patrizio,\n\nThank You very much.\nIs it possible for You, to test it with the Tools\nand tell me Your results on Your Computer ?\n\nMy working Solution ( maybe some changes needed )\n[code=fw:2dny3qy0]<div class=\"fw\" id=\"{CB}\... | Calculation from Font-Size (pt) to Pixel ? |
[
{
"date": "2010-02-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "With \n\n[code=fw:275ubvzj]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oFont := TFont<span style=\"color: #000000;\">(</span><span style=\"color: #000000;\">)</span>:<span style=\"color: #00C800;\">New<... | Calculation from Font-Size (pt) to Pixel ? |
[
{
"date": "2010-02-17",
"forum": "FiveWin for Harbour/xHarbour",
"text": "The Result of Your settings on my Computer \nI hope, it looks the same :\n\n[img:m2td7zc4]http://www.pflegeplus.com/pictures/pixelptn1.jpg[/img:m2td7zc4]\n\nBest regards\nUwe <!-- s:roll: --><img src=\"{SMILIES_PAT... | Calculation from Font-Size (pt) to Pixel ? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.