PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → wdmap can it be distributed?
wdmap can it be distributed?
Iniciado por guest, 02,ene. 2015 10:54 - 6 respuestas
Publicado el 02,enero 2015 - 10:54
Hi,

WinDev 19

Can WDMap be distributed? - In the tools screen when I hover the mouse over the different tools it tells me what tools can be distributed or not but not for WDMap? - Do anybody know and is there spesific DLL`s that have to go together with it?

Can be nice to view a table when connected to a client <img src="/NG2013_WEB/ui/smiley/1.gif" align=absmiddle border=0 alt=":)">

Cheers
Tor-Bjarne
Publicado el 02,enero 2015 - 11:09
Hi Tor-Bjarne,

Simple answer is; No.

See here under "Use Conditions"
http://doc.pcsoft.fr/en-US/?3517009&name=WDMAP___Overview

I distribute WDSQL with my system and the Overview page gives you a list of all the DLL's that need to be distributed:
http://doc.pcsoft.fr/en-US/?3521011&name=WDSQL___overview

See here for a full list of what can be distributed:
<a class="ExternalLink" rel="nofollow" target="_blank" href="http://doc.pcsoft.fr/en-US/?3084011&name=WinDev_tools">http://doc.pcsoft.fr/en-US/?3084011&name=WinDev_tools</a>
Publicado el 02,enero 2015 - 11:12
HI,.

they are telling you only which Tools you can redistribute (in parantheses), all others do not !
So WDMap does not, too.

Greetings

Erik
Publicado el 02,enero 2015 - 11:20
Hi Tor

considering that you can code a file inspector in about 4 lines of code, you don't need to bother:
Select the file in a combo
then

MyQuery is string="select * from %1"
MyQuery=replace(MyQuery,"%1";FileSelectedInTheCombo)
hexecutequery(MyQuery)
BuildBrowsingTable...

And you have your wdmap equivalent

Best regards
Publicado el 02,enero 2015 - 11:49
Hi,

Tanks all - OK, I do not se the problem of why not, but I will follow the license <img src="/NG2013_WEB/ui/smiley/1.gif" align=absmiddle border=0 alt=":)">

Fabrice - yes probably four lines of code, but wdmap have some search/sql features, rebuild indexes and probably some Memo/Binary handling to. The users can browse the tables in my app, was just if a support issue arised and I wanted to have a manual go, but teamviewer has some excelent file transfers so I can get a copy and browse, reindex or whatever I want and ship back ;)

Cheers
Tor-Bjarne
Publicado el 02,enero 2015 - 13:03
Hi again

if that is what you are looking for, then you should install the HF control center that does all that AND is redistributable (with HF C/S or HF classic)

In fact, I haven't used (and haven't missed) wdmap in years, since I started using HFCC

Best regards
Publicado el 02,enero 2015 - 13:14
Hi Fabrice,

I`m Learning something new and exiting every day <img src="/NG2013_WEB/ui/smiley/1.gif" align=absmiddle border=0 alt=":)"> - Thank you!

Cheers
Tor-Bjarne