Search found 28 matches

by sfsltd
Fri Jun 04, 2010 3:58 pm
Forum: eXpress++ Support
Topic: Combo control
Replies: 22
Views: 37768

Re: Combo control

Hi all We plan to convert our procedural code for this control into a Class sometime this month with Rogers help. Assuming this is successful I will be happy to share the new control with you. The existing control works but it has become rather complex thus difficult to apply outside it's current co...
by sfsltd
Fri Jun 04, 2010 3:45 pm
Forum: Did you Know?
Topic: WINDOWS XP DELAY WRITE
Replies: 5
Views: 15168

Re: WINDOWS XP DELAY WRITE

Hi all This is a long standing issue... We do the following to minimise problems: [*][*]open tables 'SHARED' wherever possible This causes the application to re-check the lock status of the DBF before ever file access. If you open tables EXCLUSIVE the application is 'faster' because won't re-check t...
by sfsltd
Sat Apr 17, 2010 5:21 pm
Forum: eXpress++ Support
Topic: Combo control
Replies: 22
Views: 37768

Re: Combo control

Roger

Thanks, we will try to get you a sample on Monday

Michael
by sfsltd
Sat Apr 17, 2010 3:53 pm
Forum: eXpress++ Support
Topic: Combo control
Replies: 22
Views: 37768

Re: Combo control

Hi Roger We have tracked down a memory leak when a dialogue control contains a browse @ 0,0 DCBROWSE oBrowse DATA aURecs Do you have any suggestions on what we need to do to release the memory when we destory the dialog? aRecs := {} LoadTranasctions( @aRecs, cFrom ) @ 15.5,1 DCBROWSE oRecs DATA aRec...
by sfsltd
Thu Apr 15, 2010 2:03 pm
Forum: Xbase++ Support
Topic: Resolving Memory Leak issues
Replies: 3
Views: 11902

Re: Resolving Memory Leak issues

Roge

No, we did try EventSpy.dll when we were looking into the behaviour of the Scoped Browse Combo dropdown.. but couldn't find a way to see events on the sub-form.

Any tips on using the MemWatch.dll ?

Michael
by sfsltd
Thu Apr 15, 2010 12:14 pm
Forum: Xbase++ Support
Topic: Resolving Memory Leak issues
Replies: 3
Views: 11902

Resolving Memory Leak issues

Hi Is there better a way to diagnose & resolve memory leak issues in XBase++ ? We have encountered significant Memory Leak issues in our new release... unfortunately this discovery happened at the very end of many months work and this is holding up the distribution of the 'new' edition. The tool we ...
by sfsltd
Thu Apr 15, 2010 11:19 am
Forum: eXpress++ Support
Topic: Combo control
Replies: 22
Views: 37768

Re: Combo control

Roger There should be enough to make a demo, but you might like to optimise it and confirm it handles memory properly. The workaround for the focus issue we had in our earlier code was: not to use a pop-up brows reveal a hidden subform Cliff helped us a lot with the hidden form. He uses that trick i...
by sfsltd
Thu Apr 15, 2010 11:03 am
Forum: eXpress++ Support
Topic: Combo control
Replies: 22
Views: 37768

Re: Combo control

Hi again This image (PNG attached) shows how it looks after typing the letter F in the dcget(). If anyone has a better way of doing this, has a better name or can see code improvements, I'm happy to listen. Michael PS A known issue is the way the red highlight fails to clear when the users returns t...
by sfsltd
Thu Apr 15, 2010 10:36 am
Forum: eXpress++ Support
Topic: Combo control
Replies: 22
Views: 37768

Re: Combo control

Ok, this seems to work as a name lookup. The features are: Typing in the dcget() searches Name records and 'reveals' a three line two column browse of names. The top line of the browse is populated with the closest matching name to the typed characters. The user can keep typing -or- press the down/u...
by sfsltd
Wed Apr 07, 2010 8:00 am
Forum: Xbase++ Support
Topic: SQLite3
Replies: 19
Views: 45145

Re: SQLite3

SQLite has several abstraction wrappers ... any interest?

http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers