Search found 8 matches

by DDunlap
Thu Jan 15, 2015 11:49 am
Forum: Xbase++ Support
Topic: ??? Conflicts between Xbase++ Exe' & Hot Key programs
Replies: 3
Views: 8383

Re: ??? Conflicts between Xbase++ Exe' & Hot Key programs

Client is using Microsoft access to access the DBF in read only .
by DDunlap
Tue Jan 13, 2015 11:39 am
Forum: Xbase++ Support
Topic: ??? Conflicts between Xbase++ Exe' & Hot Key programs
Replies: 3
Views: 8383

??? Conflicts between Xbase++ Exe' & Hot Key programs

Has anyone had issues caused by customer written external hot key programs which access for read only purposes the DBF's in your program.
by DDunlap
Tue Jan 13, 2015 10:52 am
Forum: Xbase++ Support
Topic: Printing memo file record to laser printer
Replies: 3
Views: 8459

Re: Printing memo file record to laser printer

I am attempting to print a memo file record. procedure esm0044a(ordidno,notetype) // PRINT MEMEO do case case notetype = 1 SELECT(0) USE WRKONOTE INDEX WRKONOTE SEEK ordidno IF .NOT. eof() ELSE use return ENDIF endcase do case case notetype = 1 set print on set console off do while wkordnum = ordidn...
by DDunlap
Mon Jan 12, 2015 2:00 pm
Forum: Xbase++ Support
Topic: dbappend() problem on Windows7 shared drive.
Replies: 40
Views: 66276

Re: dbappend() problem on Windows7 shared drive.

This sounds like a record locking issue in windows. Remember the version that came out after W2000. I had problems. I now recommend all my clients stay away from anything beyond XP. I have heard to many complaints on W7 & W8. Now I hear W10 will not come with Explorer. This may just be the beginning...
by DDunlap
Mon Jan 12, 2015 1:48 pm
Forum: Xbase++ Support
Topic: printing to a dot matrix printer
Replies: 2
Views: 8129

Re: printing to a dot matrix printer

Look at DCPRINT SIZE..... this will set the size based on number of lines and length. Consider dcprint font in the process. I use this on 1" x 3" labels......The label size is set in the printer driver. I have a preprinted form 8" x 7" & 8" x 11" in my program. The form size is set in the printer dr...
by DDunlap
Mon Jan 12, 2015 1:31 pm
Forum: Xbase++ Support
Topic: Crystal Report
Replies: 5
Views: 12906

Re: Crystal Report

I have client that has and is using crystal reports to create their own special reports. it works .
by DDunlap
Mon Jan 12, 2015 1:26 pm
Forum: eXpress++ Support
Topic: Transferring programs in Alaska under the Mac (Apple)
Replies: 4
Views: 8314

Re: Transferring programs in Alaska under the Mac (Apple)

In the past I looked at "FLAGSHIP" for this reason. It might be a solution.
by DDunlap
Mon Jan 12, 2015 1:19 pm
Forum: Xbase++ Support
Topic: Printing memo file record to laser printer
Replies: 3
Views: 8459

Printing memo file record to laser printer

In reading memotran(), I get the impression the example is working with a dot matrix printer. I need to print to laser/inkjet printer.
Would I modify the modify the example under memotran using the dcprint feature ?