Search found 42 matches

by messaoudlazhar
Fri May 29, 2015 2:38 am
Forum: Xbase++ 2.0
Topic: FOXCDX and integer
Replies: 20
Views: 38468

Re: FOXCDX and integer

Hi, Your index file is faulty (poorly tagged it), you must completely rebuild (erase and indexing new) is a defect in dtabaseEngine CDXDBF (reindexing or creating file without deletion does not correct this problem) so you have crush before reconstituting it. After reconstitution it'll work the way ...
by messaoudlazhar
Fri Feb 20, 2015 7:07 am
Forum: eXpress++ Support
Topic: DCBROWSE field definitions in array
Replies: 7
Views: 14415

Re: DCBROWSE field definitions in array

Hi,
Trying to use the following syntax :

DCBROWSECOL DATA {|| prku[1]}
HEADER hrku[1] PARENT oBrowse

Best regards,
Messaoud Mohamed Lazhar
by messaoudlazhar
Sat Jan 24, 2015 5:46 am
Forum: eXpress++ Support
Topic: Using navigation keys in dcbrowse without first clicking in
Replies: 8
Views: 21622

Re: Using navigation keys in dcbrowse without first clicking

hi obelix - the data file (DBF File) contains a memo field and the DBT File is absent, copy the DBT file to test directory. - Try to ignore the control the HOTKEY . . /* //DCHOTKEY xbeK_UP ACTION {||oBrowse:up(),oBrowse:forceStable()} //65574 DCHOTKEY xbeK_DOWN ACTION {||oBrowse:down(),oBrowse:force...
by messaoudlazhar
Fri Nov 21, 2014 12:19 pm
Forum: eXpress++ Support
Topic: xbp Menu in my program causes a black non-modal window
Replies: 8
Views: 11164

Re: xbp Menu in my program causes a black non-modal window

obelix,
Here is a corrected copy of your program
best regard
by messaoudlazhar
Mon Apr 07, 2014 12:29 pm
Forum: eXpress++ Support
Topic: The problem with the conversion of DBF => XLS
Replies: 16
Views: 18034

Re: The problem with the conversion of DBF => XLS

I'm sure the problem is a problem of size of field, because I had the same problem and solved it when I adjusted the size so that it meets the standard DBF Dbase III.
by messaoudlazhar
Fri Apr 04, 2014 12:17 am
Forum: eXpress++ Support
Topic: The problem with the conversion of DBF => XLS
Replies: 16
Views: 18034

Re: The problem with the conversion of DBF => XLS

see your DBF file it has a length incorrect of field
may be a numeric field with a field length of upper 19
by messaoudlazhar
Fri Feb 14, 2014 3:08 pm
Forum: eXpress++ Support
Topic: Printing to an old dot matrix tractor feed printer
Replies: 26
Views: 31718

Re: Printing to an old dot matrix tractor feed printer

Hello,
If you print directly to printer it works, agree that I do not have an old tractor feed dot matrix printer but trying on new printer it works.
see the attached PDF file

Messaoud Med Lazhar
by messaoudlazhar
Wed Feb 12, 2014 1:13 pm
Forum: eXpress++ Support
Topic: Printing to an old dot matrix tractor feed printer
Replies: 26
Views: 31718

Re: Printing to an old dot matrix tractor feed printer

good evening

DC_Printercol () = current column printer
example:
DC_Printercol () = 2
, DC_Printercol () + 2 => current column = 4
, DC_Printercol () + 2 => current column = 6
etc ...

See your corrected code Test.prg

Messaoud Med Lazhar
by messaoudlazhar
Fri Jan 10, 2014 2:27 pm
Forum: eXpress++ Support
Topic: Printing to an old dot matrix tractor feed printer
Replies: 26
Views: 31718

Re: Printing to an old dot matrix tractor feed printer

To create form in Windows XP see : http://www.ehow.com/how_5672136_create-custom-form-windows-xp.html To create form in Windows 7 see : http://windowsitpro.com/windows-7/q-how-do-i-create-custom-paper-size-printing-windows-7 BEGIN SEQUENCE Imprfont:="12.Times New Roman" DCPRINT OPTIONS TO aOptions N...
by messaoudlazhar
Thu Jan 09, 2014 2:09 pm
Forum: eXpress++ Support
Topic: Printing to an old dot matrix tractor feed printer
Replies: 26
Views: 31718

Re: Printing to an old dot matrix tractor feed printer

you can use FormSize I think it works well:

- Create a new form with the required dimensions from the print server properties
- use the form created :

DCPRINT ON TO ... FORMSIZE <form>

-------------
Best Regards