Search found 1416 matches

by Auge_Ohr
Tue Apr 20, 2010 10:54 am
Forum: Xbase++ Support
Topic: Multiple Machine Farm issues..
Replies: 9
Views: 22931

Re: Multiple Machine Farm issues..

2. We are using NC491sp1 only Workstation OS() < Vista / Win7 ? try NW v4.91SP4 The rest only use this connection via a common domain user when needed. hm ... using NW-Client you attach to NW Server first. with same Username/PW you attach your W2K3 Server, but not all User ? those User, let say Nam...
by Auge_Ohr
Mon Apr 19, 2010 8:10 pm
Forum: Xbase++ Support
Topic: Multiple Machine Farm issues..
Replies: 9
Views: 22931

Re: Multiple Machine Farm issues..

DLLFUNCTION WNetAddConnection2A(lpNetResource,lpPassword,lpUserName,dwFlags) USING STDCALL FROM mpr.dll your Code is based on KB173011, look on KB256847 which is the "never" Version ! But i have to ask why you do not map you Drive @ Login Script / GPO and make it /persistent:yes ? i recommend to us...
by Auge_Ohr
Mon Apr 19, 2010 3:12 pm
Forum: Xbase++ Support
Topic: Multiple Machine Farm issues..
Replies: 9
Views: 22931

Re: Multiple Machine Farm issues..

hi Brian & Cliff, how do you login to both Server ? which is the Domain Server ? did you use active Directory to manage Network Folder or do you use "simple" P2P sharing Folder ? Server are W2K3, using SMB(1), what OS() does work on your Workstation ? What SMB (Op´s locking) Setting ? Server 2008 SB...
by Auge_Ohr
Mon Apr 05, 2010 3:45 pm
Forum: Xbase++ Support
Topic: Xbase++ and Chinese
Replies: 2
Views: 9436

Re: Xbase++ and Chinese

Where would i begin ?? get a OEM DBF with chinese Sign and try it ;) to display chinese Sign you need a Unicode Font. i use M$ Arial Unicode TTF, from Office with different Codepage (German/Chinese). to enter Data you must have installed chinese IME Editor on none chinese OS(). Use same Unicode Fon...
by Auge_Ohr
Sat Feb 27, 2010 12:52 pm
Forum: Zen and the art of Software Maintenance
Topic: phpBB is a Zen experience
Replies: 4
Views: 14316

Re: phpBB is a Zen experience

hi, no,no,no you realy missunderstood me. as i say "i love Xbase++" but like my VW Golf it is old. It does not have all the new elektronic Gadgets which makes "driving" much easy and safer, but i´m still the "Driver" In a Ferrari you have all that Stuff, but a "normal" Driver need it for his own saf...
by Auge_Ohr
Sat Feb 27, 2010 10:46 am
Forum: Zen and the art of Software Maintenance
Topic: phpBB is a Zen experience
Replies: 4
Views: 14316

Re: phpBB is a Zen experience

hi,

sometimes with new Software i ask myself why we do not have it before ;)

as all know me "i love Xbase++", but now i saw WinDev http://www.windev.com/
i do a "testdrive" with it and it is like from a 200PS VW Golf to a 800PS Ferrari :auto-iroc:
by Auge_Ohr
Fri Feb 26, 2010 11:23 pm
Forum: XCodeJock Support
Topic: RibbonBar and Win7
Replies: 12
Views: 26957

Re: RibbonBar and Win7

the problem seems to be your method ResizeDrawingArea. as i say Codejock and other Windows Application does not know about :DrawingArea and Xbase++ return wrong Size when using CJ Controls. so you have to "calculate" it from oDialog:CurrentSize - Ribbonbar high/wide. -Border (-FramePadding / Win7) ...
by Auge_Ohr
Fri Feb 26, 2010 9:44 am
Forum: XCodeJock Support
Topic: Codejock.CalendarDialogs.13.x.x
Replies: 1
Views: 13351

Codejock.CalendarDialogs.13.x.x

hi, i knew that Codejock.CalendarDialogs.13.x.x can create a "internal" Edit Dialog, CJ_Dialog.JPG but still i can not get it in Xbase++ :( did someone found a Solution ? here some WinDev ( http://www.windev.com/ ) Code how to get Codejock.CalendarDialogs // this is WinDev Code PROCEDURE DTPDblClick...
by Auge_Ohr
Fri Feb 26, 2010 7:16 am
Forum: XCodeJock Support
Topic: RibbonBar and Win7
Replies: 12
Views: 26957

Re: RibbonBar and Win7

i "think" i have post that Problem and Solution with 1st Ribbenbar Sample from XCodejock ... i have to search again. ok this is what i meen 28.01.09 From: "Roger Donnay" <rogerdonnay@donnay-software.com> Ok, I now understand what you are trying to do. Here is some updated code that uses all PIXEL c...
by Auge_Ohr
Thu Feb 25, 2010 6:28 pm
Forum: XCodeJock Support
Topic: Ribbonbar Title problem
Replies: 5
Views: 14156

Re: Ribbonbar Title problem

i "think" the "Problem" is that only Xbase++ have a :DrawingArea. In harbour you have to use a Static to "simulate" it. eXpress++ and XCodeJock are products for Xbase++, not harbour. i knew this and it was only to show Difference from Xbase++ to "other" Windows Compiler. as you can use Codejock for...