>I hope that now works fine.
Yes, it is.
Thanks
- Bergsoft Forum
- → Viewing Profile: Posts: miab
Community Stats
- Group Members
- Active Posts 9
- Profile Views 7,238
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
Posts I've Made
In Topic: Why Icon in ADO\Demo 1 niot working(4791)
02 July 2009 - 01:24 AM
In Topic: TBX Site is off, Does anyone has the last version?
11 October 2008 - 11:01 AM
In Topic: Installation Problems
05 October 2008 - 10:53 PM
I'm using last version Berg lib in Delphi2006/BCB2006 with last free TNTUnicode lib.
{$DEFINE TNTUNICODE}
One change in NxPropertyItemClasses.pas
constructor TNxDateItem.Create(AOwner: TComponent);
begin
inherited;
FDayNames := TStringList.Create; // miab FDayNames := TNxStringList.Create;
FMonthNames := TStringList.Create; // miab FMonthNames := TNxStringList.Create;
FNoneCaption := 'None';
FShowNoneButton := True;
FStartDay := dwSunday;
FTodayCaption := 'Today';
end;
{$DEFINE TNTUNICODE}
One change in NxPropertyItemClasses.pas
CODE
constructor TNxDateItem.Create(AOwner: TComponent);
begin
inherited;
FDayNames := TStringList.Create; // miab FDayNames := TNxStringList.Create;
FMonthNames := TStringList.Create; // miab FMonthNames := TNxStringList.Create;
FNoneCaption := 'None';
FShowNoneButton := True;
FStartDay := dwSunday;
FTodayCaption := 'Today';
end;
In Topic: NextDbGrid goes crazy
04 October 2008 - 02:14 PM
After last changes(02-10-2008).
1. Incorrect work with dbnavigator(bad refreshing)
2. Bad cursor/focus behvior in last(bottom) position(pgDn, vertical scroll bar in bottom position)
1. Incorrect work with dbnavigator(bad refreshing)
2. Bad cursor/focus behvior in last(bottom) position(pgDn, vertical scroll bar in bottom position)
In Topic: NextDbGrid goes crazy
18 September 2008 - 05:17 PM
Look at difference up and down behavior with use nxdbgrid
vertical scrollbar and dbnavigator
vertical scrollbar and dbnavigator
- Bergsoft Forum
- → Viewing Profile: Posts: miab
- Privacy Policy



Find content