Search found 1414 matches

by Auge_Ohr
Tue Jun 26, 2012 9:10 am
Forum: eXpress++ Support
Topic: System Infomation
Replies: 9
Views: 13514

Re: System Infomation

Can you please send me your Tool that generate Xbase++ code. If fee is required let me know the WMI creater Tool you can get is the "original" by Microsoft see above. that Tool will create VB / C Code. Now i "translate" that Code into Xbase++ ... thats the Work to do. i did include some WMI Sample ...
by Auge_Ohr
Tue Jun 26, 2012 9:04 am
Forum: eXpress++ Support
Topic: System Infomation
Replies: 9
Views: 13514

Re: System Infomation

Tom wrote:And: WMI only works if the .Net-Framework is installed!
are you sure ??? i don´t think so only WMI Service must run.
by Auge_Ohr
Mon Jun 25, 2012 10:38 am
Forum: eXpress++ Support
Topic: System Infomation
Replies: 9
Views: 13514

Re: System Infomation

hi, Here is my list sorry to say : i need the Class Name ( W32_ *) like in Sample, not the Property. look at this Link for WMI creater what "original" can do. at the End of the Page is a Link to Microsoft. http://www.microsoft.com/downloads/details.aspx?FamilyID=2cc30a64-ea15-4661-8da4-55bbc145c30e&...
by Auge_Ohr
Sun Jun 24, 2012 10:05 am
Forum: eXpress++ Support
Topic: System Infomation
Replies: 9
Views: 13514

Re: System Infomation

Anybody with a comprehensive routine that will give me detailed system information such as processor, Os version, IP address, Memory size, Etc, etc.... you can use WMI to get these Information. i add some Sample see Attachment. WMI.zip if you need more just say what you need, i can "generate" the P...
by Auge_Ohr
Tue Jun 19, 2012 4:01 pm
Forum: eXpress++ Support
Topic: Application Scaling
Replies: 3
Views: 6832

Re: Application Scaling

(it should be something like "9.6.Arial", but that font size doesn't exist) IMHO Windows CreateFont API does work with 1/10 so 9.6 is 96 Pixel http://msdn.microsoft.com/en-us/library/windows/desktop/dd183499%28v=vs.85%29.aspx while modern System use TrueType fonts and ClearType antialiasing you can...
by Auge_Ohr
Mon Jun 18, 2012 12:41 pm
Forum: eXpress++ Support
Topic: Alaska and postpresql
Replies: 2
Views: 5393

Re: Alaska and postpresql

hi, Do you have an experience with this? this is Phase 3 of Arctica called MIG ration http://www.alaska-software.com/img/xpp-20-roadmap-small.jpg we got it in Devcon Build and it should include in next CTP. it does have a "upsize" Tool ( why ?) and a new pgDBE work with PostgreSQL v8.3 you can use M...
by Auge_Ohr
Tue Jun 12, 2012 9:45 am
Forum: Xbase++ Support
Topic: Xbase++ and Windows 7 64 bit do not work together
Replies: 4
Views: 10200

Re: Xbase++ and Windows 7 64 bit do not work together

I am successfully running Xbase++ applications compiled with Xbase++ 1.90.355 Apr 9, 2009. All compiled on a Windows XP machine. My company wants to upgrade to Windows 7 64 bit. if your Company change "ALL old" XP OS() to Win7 it is -> OK, but if they just want include "some new" Win7 PC into exist...
by Auge_Ohr
Mon Jun 04, 2012 1:02 pm
Forum: Xbase++ Support
Topic: CDX Index File errors.
Replies: 10
Views: 22013

Re: CDX Index File errors.

I added "COMIX" to my DBESYS. Changed my program to the following. It errors when the key length gets to 121. What am I doing wrong? "where" is you DBESYS ? did you compile and link it after modification ? if you do not use a *.XPJ you have to modify your "Main" this Way PROCEDURE dbeSys() // NTX I...
by Auge_Ohr
Sun Jun 03, 2012 10:41 am
Forum: eXpress++ Support
Topic: Perparing for W8 tablets
Replies: 6
Views: 9756

Re: Perparing for W8 tablets

I'm still not sure where to go with this. Does the pad software save the signatures as meta-files or some other format? we talk about this Sample // Tablet PC Ink Sample // // Copyright: // Alaska Software, (c) 2009. All rights reserved. // // Contents: // This example is based on the "InkRecogniti...
by Auge_Ohr
Sat Jun 02, 2012 1:01 pm
Forum: Xbase++ Support
Topic: CDX Index File errors.
Replies: 10
Views: 22013

Re: CDX Index File errors.

I have a problem when a .CDX is created in the following example. The index key is 140 characters with the field “Collection” included. xBase++ does not like this length and errors when the index is opened. It I remove “Collection”. The key index length is 85 and the program does not error. The doc...