... on Upwork have been impacted by AI. AI, or artificial intelligence, has enabled clients to get work done faster and at a lower cost. This has resulted in decreased demand for Indian programmers, as clients can now find someone to do the work at a more competitive rate.
Best regards,
Otto
Search found 38 matches: resulted
Searched query: resulted
- Sun Aug 20, 2023 10:57 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ChatGPT, AI
- Replies: 0
- Views: 489
- Mon Mar 01, 2021 2:11 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TGet class difference FWH11.08 and 20.04 help (Solved) ...
- Replies: 3
- Views: 895
Re: TGet class difference FWH11.08 and 20.04 help please ...
... representing the control/window. But in case of TGet, it was storing the name of the variable being edited. This was fixed in FWH1207, but resulted in changing the contents of oGet:oGet:Name also. This is now fixed in FWH2102. Now, oGet:cVarName contains the name of the variable representing ...
- Tue Jun 09, 2020 7:23 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: HBMK2 Problem linking
- Replies: 49
- Views: 7795
Re: Editsource() Problem
1. removing -mt made no difference.
2. removing -hbwin resulted in unresolved errors.
hbmk2: Error: Referenced, missing, but unknown function(s): WIN_OLEERRORTEXT(), WIN_OLEAUTO(), __OLEINVOKEMETHOD(), __OLEINVOKEPUT() ...
2. removing -hbwin resulted in unresolved errors.
hbmk2: Error: Referenced, missing, but unknown function(s): WIN_OLEERRORTEXT(), WIN_OLEAUTO(), __OLEINVOKEMETHOD(), __OLEINVOKEPUT() ...
- Tue May 28, 2019 7:29 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: To James Bott - Error Using TData
- Replies: 49
- Views: 7899
Re: To James Bott - Error Using TData
... New( , "C:\FWH\SAMPLES\CUSTOMER", "DBFCDX", .t. )
it is clear that Tdata does not read the new DB7 formats
"That is the reason why FIELDPUT() resulted in a runtime error."
I mean of Structure of a standard DBF header
you can found here http://www.dbfree.org/webdocs/1-documentation/b ...
it is clear that Tdata does not read the new DB7 formats
"That is the reason why FIELDPUT() resulted in a runtime error."
I mean of Structure of a standard DBF header
you can found here http://www.dbfree.org/webdocs/1-documentation/b ...
- Mon May 27, 2019 6:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: To James Bott - Error Using TData
- Replies: 49
- Views: 7899
Re: To James Bott - Error Using TData
... the field ID using the function FIELDPUT().
ID is a readonly field and data can not be written to this field. That is the reason why FIELDPUT() resulted in a runtime error.
It is obvious that this has nothing to do with index.
Looks like TData's method SaveData() does not check if a field is ...
ID is a readonly field and data can not be written to this field. That is the reason why FIELDPUT() resulted in a runtime error.
It is obvious that this has nothing to do with index.
Looks like TData's method SaveData() does not check if a field is ...
- Sun Feb 24, 2019 5:12 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: strategies
- Replies: 34
- Views: 10640
Re: strategies
... its system up and running on time, but by 2006 it was the only state in the nation still lacking such a database – an ongoing failure which has resulted in the accumulation of tens of millions of dollars in fines.
This failure has cost the state $145 million in project costs – and $135 million in ...
This failure has cost the state $145 million in project costs – and $135 million in ...
- Sun Jul 15, 2018 1:10 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Latest FWH upgrade, performance issues, larger EXE
- Replies: 27
- Views: 6816
Re: Latest FWH upgrade, performance issues, larger EXE
... even by a single byte.
I have noticed that the EXE are over 1 MB larger than before.
There have been several improvements and additions which resulted in an increase of some library modules. Still, we will look into the internals of FWH libs and examine if it is possible to reduce the resultant ...
I have noticed that the EXE are over 1 MB larger than before.
There have been several improvements and additions which resulted in an increase of some library modules. Still, we will look into the internals of FWH libs and examine if it is possible to reduce the resultant ...
- Thu Mar 15, 2018 12:58 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: recompiling an oldest application : TPanel error ldrag ?
- Replies: 2
- Views: 549
Re: recompiling an oldest application : TPanel error ldrag ?
... with this change.
Prior to this change method New had 5 params, <top>, <left>, <bottom>, <right>, <wnd>. Had you used 5 params only you would not had any issues.
You obviously used a numeric value as 6th parameter. That resulted in this error. Had you used 5 params you would not have had this error.
Prior to this change method New had 5 params, <top>, <left>, <bottom>, <right>, <wnd>. Had you used 5 params only you would not had any issues.
You obviously used a numeric value as 6th parameter. That resulted in this error. Had you used 5 params you would not have had this error.
- Wed Mar 07, 2018 6:29 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: EasyReport developer tool
- Replies: 16
- Views: 5754
Re: EasyReport developer tool
... my ideas for ways to improve standard FWH controls have been implemented quickly and effectively. Other times, my hope to have something new has resulted in people taking a lot of time and making it happen. For example, when Microsoft really started massive improvements in Visual Studio, I worked ...
- Wed Jan 17, 2018 5:51 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Introducing FiveTech's fivedit
- Replies: 560
- Views: 144458
Re: Introducing FiveTech's fivedit
Cristobal
I did download the install file .. and immediately replaced your latest FiveEdit and the errors resulted from that process .. This time I used your install and ran the FiveEdit.exe that was part of the install ... which worked .. then I replaced the .exe with your latest FIveEdit.Exe update ...
I did download the install file .. and immediately replaced your latest FiveEdit and the errors resulted from that process .. This time I used your install and ran the FiveEdit.exe that was part of the install ... which worked .. then I replaced the .exe with your latest FIveEdit.Exe update ...
- Wed Jul 26, 2017 6:39 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Harbour Problems | Resolved!!!
- Replies: 22
- Views: 4713
Re: Harbour Problems
... significant re-write of my old code, with an emphasis on moving functions into classes, following the OOPs guidance provided by James Bott. This resulted in faster, cleaner, code that actually saw about a 30% reduction in the code size.
As I follow your struggle with this transition, perhaps it ...
As I follow your struggle with this transition, perhaps it ...
- Tue May 16, 2017 3:08 pm
- Forum: Off Topic / Otros temas
- Topic: Google Cloud Platform
- Replies: 8
- Views: 5762
Re: Google Cloud Platform
... Agency
November 25, 2016: San Francisco’s public railway system, known as Muni, was infected with malware over the Thanksgiving weekend; this resulted in locked kiosks and computers and two days of free rides for passengers until the system went back online on Sunday, November 27. Fortune reached ...
November 25, 2016: San Francisco’s public railway system, known as Muni, was infected with malware over the Thanksgiving weekend; this resulted in locked kiosks and computers and two days of free rides for passengers until the system went back online on Sunday, November 27. Fortune reached ...
- Wed Mar 08, 2017 2:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Proposal .. 'just not xBase any more'
- Replies: 9
- Views: 6542
Re: Proposal .. 'just not xBase any more'
... Agency
November 25, 2016: San Francisco’s public railway system, known as Muni, was infected with malware over the Thanksgiving weekend; this resulted in locked kiosks and computers and two days of free rides for passengers until the system went back online on Sunday, November 27. Fortune reached ...
November 25, 2016: San Francisco’s public railway system, known as Muni, was infected with malware over the Thanksgiving weekend; this resulted in locked kiosks and computers and two days of free rides for passengers until the system went back online on Sunday, November 27. Fortune reached ...
- Mon Feb 06, 2017 12:48 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: pagers for xBrowse
- Replies: 14
- Views: 4380
Re: pagers for xBrowse
... I browse the data and arrive at the record 100 the command skip() should make another select
SELECT * FROM mydatabase LIMIT 100,100
and refreh the browse.
Regards Maurizio
Hope you are aware that this is possible now with FWH MySql library.
In fact your above proposal resulted in this library.
SELECT * FROM mydatabase LIMIT 100,100
and refreh the browse.
Regards Maurizio
Hope you are aware that this is possible now with FWH MySql library.
In fact your above proposal resulted in this library.
- Wed Nov 30, 2016 12:07 pm
- Forum: WhatsNew / Novedades
- Topic: New FTDN November/Noviembre 2016 (FWH 16.11)
- Replies: 4
- Views: 4174
New FTDN November/Noviembre 2016 (FWH 16.11)
... example in makes folder:
http://forums.fivetechsupport.com/viewtopic.php?f=3&t=33205&start=0
* Fix: ICONS: Modifications made in 16.10 resulted in not reading
Icons from resources and exe/dll files. Fixed now.
* New: function ARGB2RGB( nArgbClr/nRgbClr ) -> nRgbClr
* Enhancement: SAY ...
http://forums.fivetechsupport.com/viewtopic.php?f=3&t=33205&start=0
* Fix: ICONS: Modifications made in 16.10 resulted in not reading
Icons from resources and exe/dll files. Fixed now.
* New: function ARGB2RGB( nArgbClr/nRgbClr ) -> nRgbClr
* Enhancement: SAY ...