Search found 1193 matches

by skiman
Mon Jul 16, 2012 2:00 am
Forum: eXpress++ Support
Topic: Sample acceleration
Replies: 3
Views: 7586

Re: Sample acceleration

Hi,

Never use a filter in this case.

Create an index on the two files with your key field.

Alias2->(dbseek(....))
do while alias->field == alias2->field
..
alias2->(dbskip(1))
enddo

Also take a look at dc_scope.
by skiman
Sat Jul 14, 2012 1:58 am
Forum: eXpress++ Support
Topic: Questions of zero level
Replies: 96
Views: 125124

Re: Questions of zero level

Hi,

Sure the file doesn't exist by a previous test? Always check before dbcreate.
by skiman
Wed Jul 04, 2012 6:31 am
Forum: eXpress++ Support
Topic: Compile Lockup with 257 dcdialog.ch IF clause changes
Replies: 18
Views: 23023

Re: Compile Lockup with 257 dcdialog.ch IF clause changes

rdonnay wrote:Ok, I will remove the IIF command from dcdialog.ch.

I thought it was a good idea, but I guess I was wrong.
Roger, it is a good idea, and I'm using it successfully.

I added the command to my own include files, since I'm not using 257 by now.
by skiman
Tue Jul 03, 2012 8:22 am
Forum: eXpress++ Support
Topic: DCGET COMBO
Replies: 12
Views: 17776

Re: DCGET COMBO

Hi,

I tried to use this 2 weeks ago. It wasn't working and I couldn't find why it didn't. Now i know. Finally I gave up and used a dccombo as before.
by skiman
Tue Jul 03, 2012 8:18 am
Forum: eXpress++ Support
Topic: Build 257
Replies: 4
Views: 7702

Re: Build 257

Making good software is like making babies. It takes nine month, and it doesn't get any better if you put more men on it.
That's one to remember. :P
by skiman
Thu Jun 21, 2012 1:10 am
Forum: eXpress++ Support
Topic: French (_dclngfr.prg)
Replies: 0
Views: 4287

French (_dclngfr.prg)

Hi Roger, After some complaints of French customers about some translations, I realised it wasn't in my code, but in standard dialogs. I cheched the code and came to the _dclngfr.prg. I wasn't aware of this file. I updated this file and corrected the errors. In attachment you can find it. Could you ...
by skiman
Fri Jun 08, 2012 12:30 am
Forum: eXpress++ Support
Topic: calculating row height for specific font
Replies: 3
Views: 6893

Re: calculating row height for specific font

Hi Brian,

I'm using the following:

Code: Select all

oPrinter:SetFont(aFont[x])
oFont := oPrinter:GetFontObject() 
nHeight := oFont:height 
Hope this helps.
by skiman
Tue Jun 05, 2012 1:18 am
Forum: eXpress++ Support
Topic: Nested IF's in a Code Block
Replies: 1
Views: 4450

Re: Nested IF's in a Code Block

Roger,

This looks great. 95% of my compile errors are concerning nested if's in a codeblock. This will make my life easier.
by skiman
Tue May 29, 2012 6:57 am
Forum: eXpress++ Support
Topic: Search routines
Replies: 10
Views: 17680

Re: Search routines

Hi CLiff,

My user contribution was to search with wildcards in NTX files.

As far as I understood now, you want to search in a directory of files?
by skiman
Tue May 22, 2012 1:02 am
Forum: eXpress++ Support
Topic: Logfile in menusystem?
Replies: 3
Views: 7814

Re: Logfile in menusystem?

Hi Tom, Roger, Thanks for the ideas. To Tom. which is called at the end of every to-be-logged transaction (since the user may decide not to use the function after he called it). The discussion I had yesterday is that I'm quite sure a user did stop the application with the taskmanager after he starte...