Search found 1416 matches

by Auge_Ohr
Thu Aug 12, 2010 9:57 am
Forum: eXpress++ Support
Topic: dc_progress
Replies: 4
Views: 9370

Re: dc_progress

Hi Roger, It seems as dc_progress(0,,500) isn't always working. If I try the sample from the docs, it gives an error. I suppose it needs a parent to define the position? why not look into Source C:\EXP19\Source\Dclipx\_dcodd2.prg ? PROCEDURE dc_progress ( nMode, nValue, nMaxValue, nStRow, nStCol, n...
by Auge_Ohr
Thu Aug 12, 2010 9:51 am
Forum: eXpress++ Support
Topic: Multi core CPU
Replies: 21
Views: 36179

Re: Multi core CPU

I:=DLLCALL("XPPRT1.DLL",DLL_CDECL,"_SYSGETCPU") this is WRONG !!! oError:args : -> VALTYPE: C VALUE: Xpprt1.dll -> VALTYPE: N VALUE: 8 -> VALTYPE: C VALUE: _SYSGETCPU oError:canDefault : J oError:canRetry : N oError:canSubstitute: N oError:cargo : NIL oError:description : Unbekannte Funktion oError...
by Auge_Ohr
Wed Aug 11, 2010 4:30 pm
Forum: eXpress++ Support
Topic: Multi core CPU
Replies: 21
Views: 36179

Re: Multi core CPU

hi,
STLau wrote:There is no problem when I run from ..\Source\Samples\Solution\Smp.
...
Once I add in the SMP code, runtime error occur.
where did you add what Code ? please show us some Line of Code how you have implement it ...
by Auge_Ohr
Tue Aug 03, 2010 2:08 pm
Forum: eXpress++ Support
Topic: Copying Files to CD
Replies: 4
Views: 9921

Re: Copying Files to CD

How do we copy a DBF File to a CD from inside a xBase application, if possible. I want to use as a quick backup routine for payroll processing. Can't get access to E: drive CD. Thanks for the Help. Bill a CD R/W is not like a Harddisk so you can not "copy" Files to it. you have to "burn" a CD R/W a...
by Auge_Ohr
Thu Jul 29, 2010 4:24 pm
Forum: Xbase++ Support
Topic: A Clipper Question (668)
Replies: 4
Views: 11046

Re: A Clipper Question (668)

668 EVAL STACK FAULT Explanation: The evaluation stack expanded into a locked VMM segment. The CA-Clipper VM System will use the DGROUP Free Space when conventional DOS memory is very low. Action: Free up conventional DOS memory by reducing the application's load size and/or increasing free DOS mem...
by Auge_Ohr
Sat Jul 24, 2010 2:26 pm
Forum: eXpress++ Support
Topic: How Can I run Office Application in Xbase Dialog Box ?
Replies: 1
Views: 6029

Re: How Can I run Office Application in Xbase Dialog Box ?

How Can I run Office Application like Excel in Xbase Dialog Box so that I can make the dialog MODAL thereby forcing the user to close it before proceeding. have a look on Alaska Website Date 25.06.2009 there is a Link to PDF "xpp-compilation-XX.pdf". on Side 6/20 you will find about Microsoft Knowl...
by Auge_Ohr
Wed Jul 21, 2010 7:22 pm
Forum: XCodeJock Support
Topic: Codejock.CalendarDialogs.13.x.x
Replies: 1
Views: 13485

Re: Codejock.CalendarDialogs.13.x.x

hi, i think i found the Differenz #define CJ_CAL "Codejock.CalendarControl.13.x.x" #define CJ_LIC "Calendar Control Copyright (c) 2003-2009 Codejock Software" + CHR( 13 ) + CHR( 10 ) + ; "PRODUCT-ID: Codejock.Calendar.ActiveX.vxx.0" + CHR( 13 ) + CHR( 10 ) + ; "VALIDATE-CODE: xxx-xxx-xxx-xxx" #PRAGM...
by Auge_Ohr
Tue Jul 06, 2010 7:20 pm
Forum: eXpress++ Support
Topic: How do you test an Excel password
Replies: 3
Views: 8744

Re: How do you test an Excel password

You could not see the Microsoft password prompt until you clicked on the Excel window. This is not the way I was hoping to handle this issue. I want to handle the password issue myself in my application. so it is not "your" Xbase++ Password Dialog ? or "search" in Tasklist to bring it ":toFront()" ...
by Auge_Ohr
Tue Jul 06, 2010 7:13 pm
Forum: eXpress++ Support
Topic: Resident program
Replies: 4
Views: 10190

Re: Resident program

Auge_Ohr wrote:sorry no "pure" Xbase++ Solution known...
wrong ! ... total forgot Thomas Braun http://www.software-braun.de have made TASKBAR.LIB with pure Xbase++
by Auge_Ohr
Mon Jul 05, 2010 3:05 am
Forum: eXpress++ Support
Topic: Creating logfile
Replies: 8
Views: 31707

Re: Creating logfile

I want to add the logsystem to the handler of my main application. This way I can log all the actions a user can click in my application. aha ... so you looking for EventSpy !? // DESCRIPTION // // This file implements an Event Spy that can display all events, // message parameters and message rece...