Search found 653 matches

by cdmmaui
Thu Aug 09, 2018 1:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Migration to web
Replies: 14
Views: 2142

Re: Migration to web

Dear Antonio,

Thank you! Does ADORDD work with Harbour?

Sincerely,
by cdmmaui
Wed Aug 08, 2018 8:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Migration to web
Replies: 14
Views: 2142

Re: Migration to web

Dear Antonio, I would love to do this as well and I am in a same situation and I want to leave DBF. I have a few questions. 1. Is there a tool to migrate data to SQL, specifically MS SQL? 2. You said there are no code changes, so how are APPEND, REPLACE, DELETE handled? Is there a library that autom...
by cdmmaui
Thu Aug 02, 2018 9:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox displays incorrect data
Replies: 13
Views: 2192

Re: Listbox displays incorrect data

Hi Rick,

The meter is defined in the dialog box.

That is not the problem as we have had this for running fine for since the beginning.

Thanks for your help.

Sincerely,
by cdmmaui
Thu Aug 02, 2018 4:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox displays incorrect data
Replies: 13
Views: 2192

Re: Listbox displays incorrect data

Antonio,

We added ALIAS "event" and still did not work

ALIAS event generated error
by cdmmaui
Thu Aug 02, 2018 4:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox displays incorrect data
Replies: 13
Views: 2192

Re: Listbox displays incorrect data

Antonio,

I did have ALIAS "event", do you want me to change to ALIAS event instead and place at the end of the code?
by cdmmaui
Wed Aug 01, 2018 10:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox displays incorrect data
Replies: 13
Views: 2192

Re: Listbox displays incorrect data

Hi Antonio,

Here is the structure of the event table.

Image
by cdmmaui
Wed Aug 01, 2018 10:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox displays incorrect data
Replies: 13
Views: 2192

Re: Listbox displays incorrect data

Hi Antonio, Here is the code we use to create the index, please note that we changed from TAG S1 to TAG S3 when we started having problems. //----------------------------------------------------------------------------// static function BuildEvt( nIndex, pText, lEnd ) oMeter:nTotal = RecCount() nPer...
by cdmmaui
Tue Jul 31, 2018 5:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox displays incorrect data
Replies: 13
Views: 2192

Re: Listbox displays incorrect data

Dear Antonio,

We added the ALIAS and UPDATE clauses to the LISTBOX.

The only difference we have with index is that we have a TAG S3 instead of leaving it blank.

I will look at removing TAG S3 to see if that makes a difference.

Thank you,
by cdmmaui
Tue Jul 31, 2018 4:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox displays incorrect data
Replies: 13
Views: 2192

Re: Listbox displays incorrect data

Hi Antonio, Here is the code: //----------------------------------------------------------------------------- FUNCTION _EventDescription( cEventCode, aEvent ) local nX1 :=0, nPos := 0, cReturn := "", cEvent := "" // Init... cReturn := cEventCode FOR nX1=1 TO LEN(aEvent) nPos := A...
by cdmmaui
Sat Jul 28, 2018 8:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox displays incorrect data
Replies: 13
Views: 2192

Listbox displays incorrect data

Hello Everyone, We have a problem with a specific LISTBOX. For some reason, the listbox is displaying incorrect details, specifically when no key is found. The associated DBF has an index related to the specific key. What would cause this problem? I have checked the DBF for corruption and I have del...
by cdmmaui
Sat Jul 21, 2018 8:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Latest FWH upgrade, performance issues, larger EXE
Replies: 27
Views: 4110

Re: Latest FWH upgrade, performance issues, larger EXE

Dear Rao, I apologize for the delayed response as I have been traveling. By no means, I mean to say that there are problems with FWH. I have relied on FWH nearly from the beginning the FWH started. We have built one specific application that is nearly 30 years old and used by over 5,000 users in the...
by cdmmaui
Thu Jul 12, 2018 1:13 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Latest FWH upgrade, performance issues, larger EXE
Replies: 27
Views: 4110

Re: Latest FWH upgrade, performance issues, larger EXE

Hello,

Yes, the web application (CGI) was created with xBase++ 2.0 with a modified library. The application runs on Windows Server 2012 and Windows Server 2016.

Sincerely,
by cdmmaui
Thu Jul 12, 2018 1:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Latest FWH upgrade, performance issues, larger EXE
Replies: 27
Views: 4110

Re: Latest FWH upgrade, performance issues, larger EXE

Dear Antonio,

FWH 2016-04 with Harbour 3.2 compiled with BCC 582

Sincerely,
by cdmmaui
Thu Jul 12, 2018 6:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: Latest FWH upgrade, performance issues, larger EXE
Replies: 27
Views: 4110

Re: Latest FWH upgrade, performance issues, larger EXE

Hi Antonio,

We loaded an older app from another customer and application worked better. We are looking at moving back to that version to please customer as a temporary fix until we move to xBase++ web application.
by cdmmaui
Thu Jul 12, 2018 5:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Latest FWH upgrade, performance issues, larger EXE
Replies: 27
Views: 4110

Re: Latest FWH upgrade, performance issues, larger EXE

Thank you everyone for your responses. We do not use footers or calculate any totals on the databases. Antonio, there has been no changes to network or environment, customer is using RemoteApp and/or Remote Desktop to access application on server. Rick, thank you for the compressor idea, I will revi...