PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Open file on server side
Open file on server side
Iniciado por Ruan, 20,ene. 2015 10:38 - 2 respuestas
Miembro registrado
208 mensajes
Popularité : +1 (1 vote)
Publicado el 20,enero 2015 - 10:38
Good day

Is it possible to open a file on the server and not in the user computer? i.e. if I click a button a file will open on the server side and execute the user that clicked the button will not see it on his PC. Simple example is when I click my button the notepad will open on the server..

Thanks

Ruan
Publicado el 20,enero 2015 - 10:54
Hi Ruan

it looks like you want to do a shellexecute in server code...

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

NEW: WXReplication, your open source replication system is available on
my web site!!!
WXShowroom.com: Show your projects!
More information on http://www.fabriceharari.com


On 1/20/2015 4:38 AM, Ruan wrote:
Good day

Is it possible to open a file on the server and not in the user
computer? i.e. if I click a button a file will open on the server side
and execute the user that clicked the button will not see it on his PC.
Simple example is when I click my button the notepad will open on the
server..

Thanks

Ruan
Publicado el 21,febrero 2015 - 00:44
Hi Ruan

You might want to look at the variables

fWebDir
FolderWeb
(There are others too)

These should help you to reference folders on the server

Thanks

Bob