Hi,
I have code doing a cursor in my FORM LOAD:
SELECT * FROM (lcPath+"facture.dbf") ORDER BY facture_cd GROUP BY facture_cd INTO CURSOR zFacture_crm
SELECT zFacture_crm
INDEX ON auto_cd TAG auto_cd
INDEX ON client_cd TAG client_cd
When I run it on my machine, no problem at all
But when I run it on server I got this message :
PROGRAM: FORM1.LOAD
prog_2: PROCEDURE FORM1.LOAD C:\PROGRAM FILES\RDV9\SYSTÈME DE RENDEZ-VOUS\FORMS\FACTURE_CRM.SCT
line_num: 52
error_num: 1718
MESSAGE: Le fichier c:\docume~1\bureau\locals~1\temp\000026u1001l.tmp est en lecture seule.
specific: C:\DOCUME~1\BUREAU\LOCALS~1\TEMP\000026U1001L.TMP
Is this a windows security issue ??
Can you help ?
Alex
I have code doing a cursor in my FORM LOAD:
SELECT * FROM (lcPath+"facture.dbf") ORDER BY facture_cd GROUP BY facture_cd INTO CURSOR zFacture_crm
SELECT zFacture_crm
INDEX ON auto_cd TAG auto_cd
INDEX ON client_cd TAG client_cd
When I run it on my machine, no problem at all
But when I run it on server I got this message :
PROGRAM: FORM1.LOAD
prog_2: PROCEDURE FORM1.LOAD C:\PROGRAM FILES\RDV9\SYSTÈME DE RENDEZ-VOUS\FORMS\FACTURE_CRM.SCT
line_num: 52
error_num: 1718
MESSAGE: Le fichier c:\docume~1\bureau\locals~1\temp\000026u1001l.tmp est en lecture seule.
specific: C:\DOCUME~1\BUREAU\LOCALS~1\TEMP\000026U1001L.TMP
Is this a windows security issue ??
Can you help ?
Alex