PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Windev mobile 18 connect HyperfileCS cannot access some file.
Windev mobile 18 connect HyperfileCS cannot access some file.
Iniciado por Mickey, 22,oct. 2013 07:10 - No hay respuesta
Miembro registrado
7 mensajes
Publicado el 22,octubre 2013 - 07:10
I have 2 project on Windev and Windev Mobile,Use the same code but not work for mobile.please guide me,thanks....
Procedure Get_CustInfo()
sRes is string
HReadSeekFirst(OR_Tete,Tet_kUnik,[gnSucc,gnTetNum,gdDate])
IF HFound(OR_Tete) THEN
HReadSeekFirst(Client,CodeClient,OR_Tete.Tet_Cli_Code)//***********On this line****************//
IF HFound(Client) THEN
IF NOT Client.Client_Comptant THEN
IF OR_Tete.Tet_Livraison<>0 THEN
HLitRecherchePremier(Livraison,IDLivraison,OR_Tete.Tet_Livraison)
IF HTrouve(Livraison) THEN
sRes= Livraison.Company + CR + Livraison.Name + " " + Livraison.Firstname + RC + ...
Livraison.Livraison1 + CR + Livraison.Livraison2 + CR + Livraison.LivraisonCP + " " + Livraison.LivraisonVille+CR+"Tel: "+Livraison.Tel_Livraison
ELSE
sRes= Client.Societe + CR + Client.Nom + " " + Client.Prénom + RC + ...
Client.Facturation1 + CR + Client.Facturation2 + CR + Client.FacturationCP + " " + Client.FacturationVille+CR+"Tel: "+Client.Telephone
END
ELSE
sRes= Client.Societe + CR + Client.Nom + " " + Client.Prénom + RC + ...
Client.Facturation1 + CR + Client.Facturation2 + CR + Client.FacturationCP + " " + Client.FacturationVille+CR+"Tel: "+Client.Telephone
END
ELSE
IFOR_Tete.Tet_Comptant<>0 THEN
HReadSeekFirst(Comptant,CodeClientComptant,OR_Tete.Tet_Comptant)
IF HFound(Comptant) THEN
sRes = Comptant.Nom + " " + Comptant.Prénom + CR + Comptant.Adresse1 + CR + Comptant.Adresse2 + CR + Comptant.AdresseCP + " " + Comptant.AdresseVille+CR+"Tel: "+Comptant.Telephone
END
ELSE
sRes=Client.Societe
END
END
END
END
RESULT sRes


Error at line 17 of Local Procedure Get_CustInfo process.
HReadSeekFirst function called.
Error returned by <EDP-PC.Home:4900> server:
Unable to open <TSP_Checker\CENTRE AUTO POINT S\Client.FIC> file.

System Error Details:

The process cannot access the file because it is being used by another process.


**********************************************

----- Technical Information -----

WL call:
Process of 'Local Procedure Get_CustInfo' (WIN_ROCheck.PROCEDURE.Get_CustInfo), line 17, thread 0
'HReadSeekFirst' function, syntax 0

What happened?
Error returned by <EDP-PC.Home:4900> server:
Unable to open <TSP_Checker\CENTRE AUTO POINT S\Client.FIC> file.

Error code: 70150
Level: fatal error (EL_FATAL)
WD55 error code: 150

System error message:
The process cannot access the file because it is being used by another process.

Dump of the error of 'WDHFSRV.DLL' module (18.0.82.0).
Debugging information:
##(IXStream)-Handle=<FFFFFFFF>##
Fonction (7,12)
Additional Information:
EIT_SRCFILE : <TSP_Checker\CENTRE AUTO POINT S\Client.FIC>
EIT_SERVEURCS : <EDP-PC.Home:4900>
EIT_LOGICALTABLENAME : <Client>
EIT_PILEWL :
Local Procedure Get_CustInfo (WIN_ROCheck.PROCEDURE.Get_CustInfo), line 17
End of initialization of WIN_ROCheck (WIN_ROCheck), line 1
EIT_DATEHEURE : 22/10/2013 11:39:15