Search found 231 matches

by PedroAlex
Sat Sep 10, 2011 3:43 am
Forum: eXpress++ Support
Topic: dcpushbuttonXp instead of cjpushbutton
Replies: 2
Views: 6267

Re: dcpushbuttonXp instead of cjpushbutton

Hi.

Nice buttons.
It is necessary xcodejock to do this buttons?

Thanks.
Pedro
by PedroAlex
Wed Aug 10, 2011 5:02 am
Forum: eXpress++ Support
Topic: Dc_XML - FATAL ERROR
Replies: 11
Views: 18723

Re: Dc_XML - FATAL ERROR

Jimmy. Thanks for help. On this moment i have solved the problem. I dicided create 12 files ( 1 each month ) and than join all the files (using fread() fwrite()) to final file.xml. XML technology is today very important to manipulate data betwen systems and apps. It looks better to see an oportunity...
by PedroAlex
Tue Aug 09, 2011 8:08 am
Forum: eXpress++ Support
Topic: Dc_XML - FATAL ERROR
Replies: 11
Views: 18723

Re: Dc_XML - FATAL ERROR

Hi, thanks for comments. On this moment I have very very serious problems to create a XML file. it is a complex XML , I read a lot of Dbfs and than create a XML predefined by fiscal gouvernement. I use Dc_XML to crate a fiscal audit file and the number of records in memory before :xmlwrite go up 200...
by PedroAlex
Mon Aug 08, 2011 9:38 am
Forum: eXpress++ Support
Topic: Dc_XML - FATAL ERROR
Replies: 11
Views: 18723

Re: Dc_XML - FATAL ERROR

Jimmy.

Thanks for Reply.

Best Regards.
Pedro
by PedroAlex
Mon Aug 08, 2011 8:58 am
Forum: eXpress++ Support
Topic: Dc_XML - FATAL ERROR
Replies: 11
Views: 18723

Re: Dc_XML - FATAL ERROR

Jimmy. Thanks for reply. Alaska refers configurantion of memory objects. I have no previlegies to download the hotfix 36 description. They refere : Solution: Hotfix Rollup #36 carries a fix for the problem. Get in contact with Alaska Software Technical support to request a howto on how to configure ...
by PedroAlex
Mon Aug 08, 2011 7:37 am
Forum: eXpress++ Support
Topic: Dc_XML - FATAL ERROR
Replies: 11
Views: 18723

Dc_XML - FATAL ERROR

Hello EveryBody! I have a problem in Dc_XML. I need to create a XML file for Fiscal Audit and when I read large DBFs happens this error: FATAL ERROR LOG Not recoverable Error! SYS Thread-ID: 640 Module: MOM Error Codes: EH: 1006 Sub: 0(0) OS: 0 XPP: 15 Call Stack of Thread 1 (640): @DC_XMLNODE@I@INI...
by PedroAlex
Mon May 30, 2011 2:01 am
Forum: eXpress++ Support
Topic: Editprotect and popup and combo buttons.
Replies: 8
Views: 12979

Re: Editprotect and popup and combo buttons.

Roger, you're right!

KEYBLOCK clause works fine..

many thanks for your time.

Best Regards.

Pedro Alex
by PedroAlex
Sat May 28, 2011 1:26 am
Forum: eXpress++ Support
Topic: Editprotect and popup and combo buttons.
Replies: 8
Views: 12979

Re: Editprotect and popup and combo buttons.

Roger and Tom. Many thanks for you try support my question, but it looks you do not understaind my problem. take a look on code sample I poste on first topic. The problem is : IF EDITPROTECT is .t. I can not insert data from keyborad, and I can not choose data from the combo button or popup button t...
by PedroAlex
Fri May 27, 2011 4:36 am
Forum: eXpress++ Support
Topic: Editprotect and popup and combo buttons.
Replies: 8
Views: 12979

Re: Editprotect and popup and combo buttons.

Tom. Thanks for reply.

I did not explain correctly.
I want the user can click only on the button and change the get only from the popup or combo button, but de get protected by editprotect.
It is possible?

Thanks for attention.

Pedro
by PedroAlex
Fri May 27, 2011 2:21 am
Forum: eXpress++ Support
Topic: Editprotect and popup and combo buttons.
Replies: 8
Views: 12979

Editprotect and popup and combo buttons.

Hello comunity. My situation is , I want the users can not modify the get, remove every keyboard entry, but still will allow to click on popup button or combo button. How I can do this?? Any ideia, I appreciate. Thanks in advance. i put here some code to be evaluate.. #INCLUDE "dcdialog.CH" #INCLUDE...