... Y" MESSAGE "Please type in a Y or N "
@ 15, 28 GET cPROV_TYPE OF oDlg PICTURE "@S5" VALID IF(EMPTY(cPROV_TYPE),(MSGINFO("You have to enter at least 1 Character"),.F.),.T.)
@ 16, 28 GET cPHONE OF oDlg PICTURE "(999)A99-9!99-9999"
@ 17, 28 GET dCERT_DATE OF oDlg SIZE 50,10 VALID (IF(dCERT_DATE ...
Search found 833 matches: least
Searched query: least
- Tue Jan 28, 2025 1:24 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Color de fondo y texto a los campos TEXTO (MEMO)
- Replies: 5
- Views: 824
- Sun Jan 19, 2025 8:26 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Bug en los operadores fwh2409 xharbour 64 bits (solucionado)
- Replies: 20
- Views: 2198
Re: Bug en los operadores fwh2409 xharbour 64 bits
Getting closer:
/* converts a numeric to a padded string iSize length and iDec number
of digits after dot.
Note: szResult has to be at least iSize + 1 length.
*/
BOOL hb_itemStrBuf( char * szResult, PHB_ITEM pNumber, int iSize, int iDec )
...
/* Set to asterisks in case of overflow */
if( iPos ...
/* converts a numeric to a padded string iSize length and iDec number
of digits after dot.
Note: szResult has to be at least iSize + 1 length.
*/
BOOL hb_itemStrBuf( char * szResult, PHB_ITEM pNumber, int iSize, int iDec )
...
/* Set to asterisks in case of overflow */
if( iPos ...
- Wed Jan 08, 2025 1:17 am
- Forum: mod_harbour
- Topic: learn mod_harbour
- Replies: 3
- Views: 773
learn mod_harbour
... to create a cloud environment. I believe that the key to spreading mod_harbour is to treat the topic in a practically kindergarten-like way, at least for me. I noticed bitterness in your last comment because after a lot of work mod_harbour doesn't take off, it needs to be proposed in a very ...
- Tue Jan 07, 2025 11:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: AC4xBrowse
- Replies: 11
- Views: 1965
Re: AC4xBrowse
... are interpreted and represented in the code.
---
I think it is now possible to automatically generate the mapping blocks using ChatGPT. At least with the blocks I tested, it works.
It would now also be possible to create mapping blocks for the redefine blocks.
However, since there is no ...
---
I think it is now possible to automatically generate the mapping blocks using ChatGPT. At least with the blocks I tested, it works.
It would now also be possible to create mapping blocks for the redefine blocks.
However, since there is no ...
- Mon Jan 06, 2025 4:22 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Xbrowser keeps in a continious loop
- Replies: 11
- Views: 10351
Re: Xbrowser keeps in a continious loop
... and past bDelete or come on bdelete, Xbrowsers will keep asking to delete in a endless loop. You can not scroll from top to bottom in xBrowser
At least here is thus, also with this sample.
I have to CTRL+ALT+DELETE to kill the process.
#include "FiveWin.ch"
function Main()
local oDlg, cTest ...
At least here is thus, also with this sample.
I have to CTRL+ALT+DELETE to kill the process.
#include "FiveWin.ch"
function Main()
local oDlg, cTest ...
- Wed Dec 18, 2024 8:13 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Veri*Factu
- Replies: 22
- Views: 3263
Re: Veri*Factu
... need more XML info's (fields that are used in the Belgium/Holland xml files ?
Once the XML is made, I will be nessesary to upload it to Peppol (at least in Belgium) but I believe also in the rest of EU.
I participate here in a project for a company that sell invoice system in the cloud. (No impact ...
Once the XML is made, I will be nessesary to upload it to Peppol (at least in Belgium) but I believe also in the rest of EU.
I participate here in a project for a company that sell invoice system in the cloud. (No impact ...
- Mon Dec 16, 2024 4:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Stuck - Database update via .csv file
- Replies: 8
- Views: 942
Stuck - Database update via .csv file
... ID and cName in MyDB->Name
If cOld == MyDB->ID and cName == MyDB->Name I need to update MyDB->ID with cNew.
I tried doing a DO WHILE ! EOF() / ENDDO and in that I would search each line of the .csv file for a match.
This takes at least 12 hours to run. There must be an easier/faster way.
Any ideas?
If cOld == MyDB->ID and cName == MyDB->Name I need to update MyDB->ID with cNew.
I tried doing a DO WHILE ! EOF() / ENDDO and in that I would search each line of the .csv file for a match.
This takes at least 12 hours to run. There must be an easier/faster way.
Any ideas?
- Fri Nov 08, 2024 8:01 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xbrowse very slow vs Xbrowser
- Replies: 18
- Views: 3990
Re: xbrowse very slow vs Xbrowser
... unlike Xbrowse the horizontal and vertical scroll is larger than Xbrowse, I mean the scroll bar and therefore the user immediately scrolls to the 90th column, so I ask you is it possible to implement this thing also in xbrowse? that is, increase the scroll bar if the columns are at least more than 50.
- Fri Nov 01, 2024 9:29 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADS Question
- Replies: 10
- Views: 1635
Re: ADS Question
... high, especially for a product that hasn't been updated in 9 years, and has no support. $311+ per user, and the normal configuration is at least a 5 user system.
If you look at the Terms and Conditions, it is all about a cloud based solution, which that is not.
I'm puzzled that someone is ...
If you look at the Terms and Conditions, it is all about a cloud based solution, which that is not.
I'm puzzled that someone is ...
- Thu Oct 17, 2024 7:23 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: a math formula - RESOLVED -
- Replies: 8
- Views: 1373
Re: a math formula
... that lottery players play following specific rules, imagine that you want to play the lottery and have a budget of €100, you decide to make at least 10 plays starting from an initial bet of €1, I have an expense of €1, I bet on the type 1 game (i.e. extracted)
if the chosen number comes out on ...
if the chosen number comes out on ...
- Tue Oct 08, 2024 1:52 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Browse of my ADO Class
- Replies: 59
- Views: 12779
Re: Browse of my ADO Class
Jose, I think we should continue this thread in the Spanish forum because it seems that we have a problem with the terms and definitions, or at least the translations I get do not seem correct to me.
I am waiting for some additional example from you that allows me to better understand what you mean ...
I am waiting for some additional example from you that allows me to better understand what you mean ...
- Mon Oct 07, 2024 4:08 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Browse of my ADO Class
- Replies: 59
- Views: 12779
Re: Browse of my ADO Class
... if windows api and SendMessage() works between threads.
My multithread use is very simple, I already show here.
I will continue using it for at least 1/2 years.
I think on the simplest way:
Multithread is like several EXEs.
go back before go ahead.
First thing to do is fivewin working on a ...
My multithread use is very simple, I already show here.
I will continue using it for at least 1/2 years.
I think on the simplest way:
Multithread is like several EXEs.
go back before go ahead.
First thing to do is fivewin working on a ...
- Mon Sep 23, 2024 7:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
- Replies: 37
- Views: 6333
Re: Bug Maria_Connect() FWH-24.07 64 bits ???
Please compare the changelogs of Harbour and xHarbour. At least they are both "stagnant rivers". ![Smile :-)](./images/smilies/icon_smile.gif)
Anyway, we are working to fix the problem. At this stage, it is not yet clear where the problem is, if in xHarbour or in FWH.
![Smile :-)](./images/smilies/icon_smile.gif)
Anyway, we are working to fix the problem. At this stage, it is not yet clear where the problem is, if in xHarbour or in FWH.
- Thu Sep 12, 2024 3:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: slowness
- Replies: 76
- Views: 17136
Re: slowness
I will try!Marcos, you need to turn off the machine to free up the memory at least once a day for at least 10 minutes.
Thanks
- Thu Sep 12, 2024 2:39 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: slowness
- Replies: 76
- Views: 17136
Re: slowness
Marcos, you need to turn off the machine to free up the memory at least once a day for at least 10 minutes.
Marcos, necesitas apagar la máquina para liberar memoria al menos una vez al día durante al menos 10 minutos.
Regards, saludos.
Marcos, necesitas apagar la máquina para liberar memoria al menos una vez al día durante al menos 10 minutos.
Regards, saludos.