Sql can be used with DBF... (partly forum code)
Not sure if the speed is better in Lan than with CDX used by more people.
How to get recno() with SQL is not known by me. ChatGPT gave 2 options, but not working with my small knowledge of SQL
#include "fivewin.ch"
#include "xbrowse.ch"
#include ...
Search found 44 matches: partly
Searched query: partly
- Wed Oct 09, 2024 9:59 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: DBF How to obtain an array containing record number
- Replies: 16
- Views: 2019
- Tue May 31, 2022 6:26 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: mod harbour - The first milestone is reached
- Replies: 3
- Views: 540
mod harbour - The first milestone is reached
... and now I only need to take over the other program modules bit by bit.
This is relatively quick, as a lot can be done with copy & paste and also partly automatically with Fivewin code.
The cash book already has the same functionality as our desktop solution.
There are still numerous log functions ...
This is relatively quick, as a lot can be done with copy & paste and also partly automatically with Fivewin code.
The cash book already has the same functionality as our desktop solution.
There are still numerous log functions ...
- Tue May 31, 2022 6:24 pm
- Forum: mod_harbour
- Topic: mod harbour - The first milestone is reached
- Replies: 1
- Views: 481
mod harbour - The first milestone is reached
... and now I only need to take over the other program modules bit by bit.
This is relatively quick, as a lot can be done with copy & paste and also partly automatically with Fivewin code.
The cash book already has the same functionality as our desktop solution.
There are still numerous log functions ...
This is relatively quick, as a lot can be done with copy & paste and also partly automatically with Fivewin code.
The cash book already has the same functionality as our desktop solution.
There are still numerous log functions ...
- Tue May 12, 2020 4:59 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fast Report´s future
- Replies: 56
- Views: 9434
Re: Fast Report´s future
I believe you're all partly right.
The EasyReport print engine seems to be working well. Not the designer, because dragging controls doesn't work properly, and things get worse when you add boxes, lines, etc. as Silvio points out.
Besides having FastReport, I don't know what option would be easier ...
The EasyReport print engine seems to be working well. Not the designer, because dragging controls doesn't work properly, and things get worse when you add boxes, lines, etc. as Silvio points out.
Besides having FastReport, I don't know what option would be easier ...
- Tue May 12, 2020 10:50 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fast Report´s future
- Replies: 56
- Views: 9434
Re: Fast Report´s future
I believe you're all partly right.
The EasyReport print engine seems to be working well. Not the designer, because dragging controls doesn't work properly, and things get worse when you add boxes, lines, etc. as Silvio points out.
Besides having FastReport, I don't know what option would be easier ...
The EasyReport print engine seems to be working well. Not the designer, because dragging controls doesn't work properly, and things get worse when you add boxes, lines, etc. as Silvio points out.
Besides having FastReport, I don't know what option would be easier ...
- Thu Apr 30, 2020 4:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Windows 10: Lock Screen Images
- Replies: 11
- Views: 1956
Re: Windows 10: Lock Screen Images
NO errors
the results on image change
![Image](http://www.pflegeplus.com/IMAGES/Lock3.jpg)
Full size on desktop - mouseclick
I noticed a random size-change between full and partly-screensize
![Image](http://www.pflegeplus.com/IMAGES/Lock4.jpg)
regards
Uwe![Very Happy :D](./images/smilies/icon_biggrin.gif)
the results on image change
![Image](http://www.pflegeplus.com/IMAGES/Lock3.jpg)
Full size on desktop - mouseclick
I noticed a random size-change between full and partly-screensize
![Question :?:](./images/smilies/icon_question.gif)
![Image](http://www.pflegeplus.com/IMAGES/Lock4.jpg)
regards
Uwe
![Very Happy :D](./images/smilies/icon_biggrin.gif)
- Wed Jul 03, 2019 3:08 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: What does this syntax mean? hHead := {=>}
- Replies: 11
- Views: 1811
Re: What does this syntax mean? hHead := {=>}
... retrieve the associated values, a key string can be understood like a message sent to an object.
The "dual" nature of the Hash data type, being partly similar to arrays and partly to objects, finds its expression also in the syntactical notation that can be used for retrieving a value from a Hash ...
The "dual" nature of the Hash data type, being partly similar to arrays and partly to objects, finds its expression also in the syntactical notation that can be used for retrieving a value from a Hash ...
- Tue Dec 04, 2018 2:38 pm
- Forum: Off Topic / Otros temas
- Topic: Advice for buying new PC
- Replies: 5
- Views: 2306
Advice for buying new PC
... system, I need to do dayly stuff (internet, mail,...) and it is the system that I use for building my invoice program with FWH 18
That program is partly 16 bit (rebuilding in 32 bit) Not 64 bit, because in the office I have Win 7 32 computers
I don't want Windows 10, because that is totaly ...
That program is partly 16 bit (rebuilding in 32 bit) Not 64 bit, because in the office I have Win 7 32 computers
I don't want Windows 10, because that is totaly ...
- Sat Feb 17, 2018 10:59 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Copying and Pasting Records
- Replies: 3
- Views: 963
Copying and Pasting Records
There can be occassions when we need to copy a record, either partly or fully, from a table and paste the values in some other record of the same table or another table or append the values as a new record. It is also possible that source and destination databases can be different, eg. copy some ...
- Tue Feb 28, 2017 12:19 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Limited output Xbrowse to exel or csv (SOLVED)
- Replies: 4
- Views: 1711
Re: Limited output Xbrowse to exel or csv
... all CTRL into <br> html code for a new line and put all into the memo field.
If the source is DBF we can use
COPY TO file.csv DELIMITED
Partly Sample
Testing software dbftocsv (3th Party)
"14001800";"1";"Werkbroek : 1400";"Algemeen";"1. Broeken";" 33.00";"";"";"";"";"";"";"";"14001800 ...
If the source is DBF we can use
COPY TO file.csv DELIMITED
Partly Sample
Testing software dbftocsv (3th Party)
"14001800";"1";"Werkbroek : 1400";"Algemeen";"1. Broeken";" 33.00";"";"";"";"";"";"";"";"14001800 ...
- Tue Jul 19, 2016 11:05 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Painting Tab-images from res. RC and DLL TFOLDEREX (solved)
- Replies: 19
- Views: 6323
Re: A problem TFOLDEREX tab-images from resource ?
... CODE or DLL
( my first sample from CODE + DLL is completed now using Your changes
I will carry on working on the RESOURCE + DLL-section that is partly finished )
From CODE / DLL painting the tab-images
From RESOURCE / DLL works as well
On Top of MAIN
hSave := GetResources() // linked RC-file ...
( my first sample from CODE + DLL is completed now using Your changes
I will carry on working on the RESOURCE + DLL-section that is partly finished )
From CODE / DLL painting the tab-images
From RESOURCE / DLL works as well
On Top of MAIN
hSave := GetResources() // linked RC-file ...
- Thu May 12, 2016 5:13 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse intermittent "message not found: NIL:NLASTKEY error
- Replies: 5
- Views: 928
Re: xBrowse intermittent "message not found: NIL:NLASTKEY error
... save the value.
If for some reason browse loses focus, the value is not saved.
When lAutoSave is .t., if for any reason browse loses focus, the partly entered value is saved without the user's express intention to save.
So, the default is safe. But as you know xBrowse provides for different ...
If for some reason browse loses focus, the value is not saved.
When lAutoSave is .t., if for any reason browse loses focus, the partly entered value is saved without the user's express intention to save.
So, the default is safe. But as you know xBrowse provides for different ...
- Tue Mar 01, 2016 9:15 am
- Forum: WhatsNew / Novedades
- Topic: New FTDN February 2016 (FWH 16.02)
- Replies: 2
- Views: 1786
New FTDN February 2016 (FWH 16.02)
... spaces could not be accommodated within the column width, trailing
words were not painted. Fixed.
(c) In some cases last character of header was partly painted. Fixed.
(2) Improvements in column width calculations:
Column widths are calculated on the basis of contents of the first row. In some ...
words were not painted. Fixed.
(c) In some cases last character of header was partly painted. Fixed.
(2) Improvements in column width calculations:
Column widths are calculated on the basis of contents of the first row. In some ...
- Fri Jan 30, 2015 10:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Introducing FiveTech's fivedit
- Replies: 560
- Views: 144487
Re: Introducing FiveTech's fivedit
... compile output window is apparently the same color (gray) as the window so the cursor is invisible except when it is over black text (and then only partly visible). Maybe you could make the cursor a different color? My current editor shows the cursor as an arrow which would also make it more visible.
- Tue Dec 09, 2014 10:07 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: un pequeño ejemplo ...meteo.prg
- Replies: 53
- Views: 21260
Re: un pequeño ejemplo ...meteo.prg
... snow
17 hail
18 sleet
19 dust
20 foggy
21 haze
22 smoky
23 blustery
24 windy
25 cold
26 cloudy
27 mostly cloudy (night)
28 mostly cloudy (day)
29 partly cloudy (night)
30 partly cloudy (day)
31 clear (night)
32 sunny
33 fair (night)
34 fair (day)
35 mixed rain and hail
36 hot
37 isolated ...
17 hail
18 sleet
19 dust
20 foggy
21 haze
22 smoky
23 blustery
24 windy
25 cold
26 cloudy
27 mostly cloudy (night)
28 mostly cloudy (day)
29 partly cloudy (night)
30 partly cloudy (day)
31 clear (night)
32 sunny
33 fair (night)
34 fair (day)
35 mixed rain and hail
36 hot
37 isolated ...