Search found 637 matches

by Victorio
Fri Apr 10, 2015 12:45 am
Forum: eXpress++ Support
Topic: Print preview font change
Replies: 5
Views: 9527

Print preview font change

Hi everybody, 1.question : how can I change font in print preview ? I am using command : DCPRINT ON TO oPrinter PREVIEW SIZE 66,80 ... On monitor I have very little characters, no equal to print report on paper , why ? If I use PSIZE, this only change preview window. I want see report on monitor sam...
by Victorio
Fri Mar 06, 2015 2:37 pm
Forum: eXpress++ Support
Topic: Print Preview
Replies: 14
Views: 20609

Re: Print Preview

OK, I am sorry, I send only part of one function. But I work on this to this time, and now it is OK. Problem was only with OEM/ANSI . If I set in Alaska Xbase++ Workbench parameter for project Set character conversion to Ansti to Oem, and in program insert SET CHARSET TO OEM, everything is good, dia...
by Victorio
Fri Mar 06, 2015 9:07 am
Forum: eXpress++ Support
Topic: Print Preview
Replies: 14
Views: 20609

Re: Print Preview

Here is source ,and attach how look reports, one with set to oem, second ansi, and third how look in notepad view I am try many combinations, but once is good our country letters, but dots, or bad country letters and without dots. and too is little problem with dialogs (DC_Langset SLOVAK). Look at t...
by Victorio
Fri Mar 06, 2015 2:47 am
Forum: eXpress++ Support
Topic: Print Preview
Replies: 14
Views: 20609

Print Preview

Hi, I have several problems with printing, then my questions : 1. If I print report (database table or other source) to file with DCPRINT ON OUTFILE &myfile TEXTONLY, and next I use DC_PRINTFILE, Preview show spaces as dots (underline) , Why ? In text file is spaces, this only Preview make, and If I...
by Victorio
Mon Mar 02, 2015 1:52 am
Forum: eXpress++ Support
Topic: DCBROWSE fit fields
Replies: 3
Views: 7374

Re: DCBROWSE fit fields

Thank´s,
I will try both tips.

btw: I found parameter SAYWIDTH , and if I use this with zero :
DCGETOPTIONS AUTORESIZE SAYFONT "10.Arial CE" SAYWIDTH 0

it works fine but I must test every situations.


Large database : I am using database about 30 to 100MB, sometimes also 500MB
by Victorio
Sat Feb 28, 2015 11:36 am
Forum: eXpress++ Support
Topic: DCBROWSE fit fields
Replies: 3
Views: 7374

Re: DCBROWSE fit fields

I found here this : "Use the OPTIMIZE clause of @ .. DCBROWSE. This will optimize a column when double-clicked in the header. To force a column to optimize on startup: DCBROWSECOL EVAL {|o|PostAppEvent(xbeM_DblClick,{0,0},,o:heading)}" autod rdonnay. Is possible some other way ? I mean automatic for...
by Victorio
Sat Feb 28, 2015 9:31 am
Forum: eXpress++ Support
Topic: DCBROWSE fit fields
Replies: 3
Views: 7374

DCBROWSE fit fields

Hi, How can I set automatic width of columns to view all contents ? I do not want set it with parameter WIDTH, because I use PIXEL and counting width if I do not know type of font is a little problem. In browser I see contents of field btw 123... and not 1234567 In my source is some like this @pozyp...
by Victorio
Mon Feb 23, 2015 11:48 am
Forum: eXpress++ Support
Topic: Browse database in relation
Replies: 2
Views: 6696

Re: Browse database in relation

oh yes, I forgot one line DCSETPARENT TO befor 3rt DCBROWSE line,
now it is ok, thanks
by Victorio
Mon Feb 23, 2015 8:48 am
Forum: eXpress++ Support
Topic: Browse database in relation
Replies: 2
Views: 6696

Browse database in relation

Please, help me, where I have mistake. I want connect more than 2 tables with one field, I make two databases so as in example xdemo "one to many" Xsample 130, it work fine with 2 tables- But I want to do this for other 2-3 tables to viewing and listing in some window. I have some error in source co...
by Victorio
Fri Feb 20, 2015 12:35 pm
Forum: eXpress++ Support
Topic: DCBROWSE field definitions in array
Replies: 7
Views: 15376

Re: DCBROWSE field definitions in array

Thanks , this running fine : DCBROWSECOL DATA DC_FieldWBlock(pic[1],"1") WIDTH 10; HEADER hic[1] PARENT oBrowse where "1" is my "alias" of table, because I am using SELECT 1, SELECT 2,... numbers are aliases. I do not like write names of field and headers anywhere, but I have it in header of functio...