Search found 637 matches

by Victorio
Mon Jun 15, 2015 6:39 am
Forum: Xbase++ 2.0
Topic: Test and kill external application
Replies: 5
Views: 13911

Test and kill external application

How can I test, if other application is running and how can I kill this ? For example I want run other exe program notepad.exe, and first I want test, if it is running. If yes, nothing happens, if no, notepad.exe run And then I want kill this program from Xbase++ application. Data is no problem, bec...
by Victorio
Fri May 08, 2015 12:44 pm
Forum: Xbase++ 2.0
Topic: Control external application via DDE channel
Replies: 2
Views: 8502

Re: Control external application via DDE channel

hi, thank´s for answer. asi I see, it is not simple problem. muss translate and study, what you wrote (my english is not very good) Íf it is not possible in Alaska Xbase ,I want examine using some command line dde tool .(like DDE Command from Chris Oldwood) At first I want send some command via DDE ...
by Victorio
Wed May 06, 2015 7:40 am
Forum: Xbase++ 2.0
Topic: Control external application via DDE channel
Replies: 2
Views: 8502

Control external application via DDE channel

Hi, Is it possible ? I have my application, from this I want run other program for example via RunShell ? or I do not know how can I run it. External program run with /server parameter, then this is in remote mode, and receiving commands from client via DDE . External program run as service with nam...
by Victorio
Tue May 05, 2015 4:01 am
Forum: eXpress++ Support
Topic: SHP support
Replies: 6
Views: 10902

Re: SHP support

Gepro MiSys view I am using for open and view digital cadastral maps. For me is important VGI format, it is not VGI, but special interchange text based format like CSV. In this is vector objects writed in JTSK coordinates.(used in Slovak republic and Czech republic for cadastral maps) Coordinates ca...
by Victorio
Tue May 05, 2015 2:46 am
Forum: eXpress++ Support
Topic: SHP support
Replies: 6
Views: 10902

Re: SHP support

I want use Misys view, link : http://www.gepro.cz/produkty/misys-view/ (Czech product ) Exist two versions, commercial, and free with some restrictions and blocked functions. Download need registration, but for non commercional use is free. But this is special viewer for digital cadastral maps, orto...
by Victorio
Mon May 04, 2015 11:14 pm
Forum: eXpress++ Support
Topic: SHP support
Replies: 6
Views: 10902

Re: SHP support

thank you for info. I have third option, using external map viewer (price about 100€) , but need controlling it with dde channel. External viewer have option run as /server app, and then can controlling with commands via dde Now I must study Controlling external DLL and DDE :( . Some examples is in ...
by Victorio
Mon May 04, 2015 6:13 am
Forum: eXpress++ Support
Topic: SHP support
Replies: 6
Views: 10902

SHP support

Hi, I am searching some shp - shape viewer support for Alaska Xbase. Exist some one ? I need implement digital maps viewer to my app. I have 2 options, one using digital maps in vector format (vector coordinaters) two convert vector format to shape format (need convert special txt formatted format t...
by Victorio
Mon Apr 20, 2015 6:43 am
Forum: eXpress++ Support
Topic: DCBROWSE refresh SIZE
Replies: 6
Views: 13167

Re: DCBROWSE refresh SIZE

Zdeno Bielik : thanks/ďakujem

rdonnay, Zdeno Bielik : actually I modifying my source, (have some problems with switching to default position and size) but will be ok, table size is changing correctly.
by Victorio
Sun Apr 19, 2015 10:58 pm
Forum: eXpress++ Support
Topic: DCBROWSE refresh SIZE
Replies: 6
Views: 13167

Re: DCBROWSE refresh SIZE

browse rows refresh, but size of table is still same. I tried HIDE, WHEN, it works , but change size not. I will try something today, maybe I do it. Function zoompa() only change variable Y for SIZE . (SIZE X,Y for DCBROWSE) resp. variable "rozypa" If I click Zoom, Y change from 200 to 600 for examp...
by Victorio
Sun Apr 19, 2015 1:29 pm
Forum: eXpress++ Support
Topic: DCBROWSE refresh SIZE
Replies: 6
Views: 13167

DCBROWSE refresh SIZE

Hi, Please, how to refresh size of DCBROWSE if I change it after creating ? I have DCBROWSE .... SIZE x,y in toolbar I have changing button (zoom) which changing y for example from 200 to 400. using oBrowse:RefreshAll() i tried...., same the DC_getrefresh() here is little sample @pozypa,10 DCBROWSE ...