PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → CCExternalAccess Component
CCExternalAccess Component
Iniciado por CCordes, 10,sep. 2012 19:31 - 1 respuesta
Miembro registrado
68 mensajes
Publicado el 10,septiembre 2012 - 19:31
Hello,
I am trying to create a simple report of all hours worked on a project within a range of dates.
#1 Is there a built-in report that does this??

#2-I couldn't find one so I am trying External Access but not getting any results back.

I can log in - (This reports Opened!)
IF CCExternalAccess._bOpenCCSession("Me","PW","O:\WX Projects\") THEN
Info("Opened!")
END

Check the status - (This reports 5 (Ready))
Trace(ComponentInfo(CCExternalAccess,ciStatus))

BUT This returns sProjList as blank. (There are 12 projects in the manager)
sProjList is string
sProjList = CCExternalAccess._PROJECT_sIDList()

-----------------------------------------------------------------------
Is there a checkbox I didn't click? or a property I need to enable???

Thanks
c
Publicado el 14,enero 2015 - 11:09
Hi,

The user must have administrator rights