Search found 122 matches
- Tue Oct 08, 2024 4:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: convert decimal numbers to hours/minute
- Replies: 3
- Views: 530
Re: convert decimal numbers to hours/minute
Gracias Carlos por su ayuda !
- Mon Oct 07, 2024 12:44 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: convert decimal numbers to hours/minute
- Replies: 3
- Views: 530
Re: convert decimal numbers to hours/minute
to make date cards for the whole year with for each date a different hour/minute
- Mon Oct 07, 2024 12:38 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: convert decimal numbers to hours/minute
- Replies: 3
- Views: 530
convert decimal numbers to hours/minute
Dear users
Is it possible to convert decimal numbers to time (hours and minutes)
p.e. each time 10 minutes more
if 18.00 = 18.00 h
then 18.10 = 18.10 h
...
18.60 = 19.00 h
18.70 = 19.10 h
...
18.90 = 19.30 h
Is that possible because I do not see how to count minutes more without doing it with ...
Is it possible to convert decimal numbers to time (hours and minutes)
p.e. each time 10 minutes more
if 18.00 = 18.00 h
then 18.10 = 18.10 h
...
18.60 = 19.00 h
18.70 = 19.10 h
...
18.90 = 19.30 h
Is that possible because I do not see how to count minutes more without doing it with ...
- Thu Sep 12, 2024 8:06 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ms teams or similar
- Replies: 2
- Views: 473
Re: ms teams or similar
Thank you Antonio for this clear answer
So the simpliest way is like you said:
"File Sharing: You can upload the .exe and .dbf files to MS Teams or Dropbox for file sharing purposes. Other users can download these files to run them locally on their own machines."
Kind regards
José (a local food bank ...
So the simpliest way is like you said:
"File Sharing: You can upload the .exe and .dbf files to MS Teams or Dropbox for file sharing purposes. Other users can download these files to run them locally on their own machines."
Kind regards
José (a local food bank ...
- Thu Sep 12, 2024 7:50 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ms teams or similar
- Replies: 2
- Views: 473
ms teams or similar
After my question of 2023
Is it already possible to install a fivewin application (exe and dbfs) on MS Teams or an other similar share program like Dropbox to permit other accredited Teams users to read/write or read only the application.
Thanks and kind regards
José
Is it already possible to install a fivewin application (exe and dbfs) on MS Teams or an other similar share program like Dropbox to permit other accredited Teams users to read/write or read only the application.
Thanks and kind regards
José
- Wed Mar 29, 2023 12:38 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ampersand
- Replies: 13
- Views: 2417
Re: ampersand
Hi Marc,
It is possible that I want to obtain the impossible.
I want to use the existing name of some records in one file (by doing a do while procedure) to use/call them as existing fieldname in an other file....
Kind regards
José
It is possible that I want to obtain the impossible.
I want to use the existing name of some records in one file (by doing a do while procedure) to use/call them as existing fieldname in an other file....
Kind regards
José
- Mon Mar 27, 2023 3:08 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ampersand
- Replies: 13
- Views: 2417
Re: ampersand
example:
select products
goto top
do while .NOT. eof()
cnaam=TRIM(products->naam) to transform in his real fieldname
select sales
append blank
replace sales->fieldname with ....
select products
skip 1
enddo
select products
goto top
do while .NOT. eof()
cnaam=TRIM(products->naam) to transform in his real fieldname
select sales
append blank
replace sales->fieldname with ....
select products
skip 1
enddo
- Mon Mar 27, 2023 3:02 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ampersand
- Replies: 13
- Views: 2417
Re: ampersand
Hi Marc,
Better explained:
How to transform within a do while procedure (file A) each appealed field into his real fieldname so that I can use this fieldname into an other file B.
kind regards
José
Better explained:
How to transform within a do while procedure (file A) each appealed field into his real fieldname so that I can use this fieldname into an other file B.
kind regards
José
- Wed Mar 22, 2023 10:41 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ampersand
- Replies: 13
- Views: 2417
Re: ampersand
Thank you Marc, I try to do it that what.
- Wed Mar 22, 2023 9:41 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ampersand
- Replies: 13
- Views: 2417
Re: ampersand
Hi Jimmy
How can I apply this way of program on my example (part of procedure) in top of my early post
Thanks
José
How can I apply this way of program on my example (part of procedure) in top of my early post
Thanks
José
- Tue Mar 21, 2023 10:26 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ampersand
- Replies: 13
- Views: 2417
Re: ampersand
Hey Marc
I compiled the yunus.prg and of course it is a beautiful modern version of my nineties way of programming. I remember me that it was possible in the post Clipper era to transform a variable into his real record name by adding somewhere the ampersand (&) sign?
Don't you have somewhere an ...
I compiled the yunus.prg and of course it is a beautiful modern version of my nineties way of programming. I remember me that it was possible in the post Clipper era to transform a variable into his real record name by adding somewhere the ampersand (&) sign?
Don't you have somewhere an ...
- Tue Mar 21, 2023 9:01 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ampersand
- Replies: 13
- Views: 2417
Re: ampersand
Dag Marc,
Ik woon in Harelbeke WVL en beheer de werking van de lokale voedselbank.
De bedoeling is een manier te vinden om de beschikbare voedingproducten opgeslagen in een bestand products.dbf op te nemen in het verkoop.dbf bestand dat de gratis afgeleverde producten per klant registreert. Voor het ...
Ik woon in Harelbeke WVL en beheer de werking van de lokale voedselbank.
De bedoeling is een manier te vinden om de beschikbare voedingproducten opgeslagen in een bestand products.dbf op te nemen in het verkoop.dbf bestand dat de gratis afgeleverde producten per klant registreert. Voor het ...
- Tue Mar 21, 2023 5:32 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ampersand
- Replies: 13
- Views: 2417
ampersand
I am a non professional user (retired) of fivewin and make only programs for our local food bank
I am still programming like I did it in the nineties
How can I, in the example of a part of a procedure, after the 'say' and 'get' commands become the real record names?
select products
a=5
b=5.8
set ...
I am still programming like I did it in the nineties
How can I, in the example of a part of a procedure, after the 'say' and 'get' commands become the real record names?
select products
a=5
b=5.8
set ...
- Wed Sep 07, 2022 1:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
sms
Can we send an sms from a fivetech program
- Sat Apr 03, 2021 3:54 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Re: recto verso printing
The question is of there exist a function within Fivewin that, without manual intervention of the printer, can send pages to the printer ready to be printed recto verso