Search found 18 matches

by kawtef
January 9th, 2020, 6:42 am
Forum: Tools
Topic: Tools to export Roster in file extension .tbw to Excel
Replies: 1
Views: 2428

Tools to export Roster in file extension .tbw to Excel

Hi cspro community,
Do you know any tools which can export data roster in file (.tbw) to Excel ?
If no, is it possible export data roster in file (.tbw) to Excel ?

Thanks
by kawtef
June 27th, 2019, 7:49 am
Forum: Other
Topic: Show image with report and template
Replies: 1
Views: 2777

Re: Show image with report and template

Finally, i resolve the problem with this syntax : In the the function function rapport(); setreportdata("title","Récap"); numeric j = 1; forcase DICT_ECHANTILLON_UNITE_DICT do LISTE_UNITE(j,1) = strip(E_COMMUNE); LISTE_UNITE(j,2) = strip(E_RAISON_SOC); LISTE_UNITE(j,3) = strip(E_...
by kawtef
June 27th, 2019, 5:57 am
Forum: Other
Topic: Show image with report and template
Replies: 1
Views: 2777

Show image with report and template

Hi, I'm using this code to show a report with a template. The function to fill the array record is array string LISTE_UNITE(50,6); function rapport(); setreportdata("title","Récap"); numeric j = 1; forcase DICT_ECHANTILLON do LISTE_UNITE(j,1) = strip(E_COMMUNE); LISTE_UNITE(j,2) ...
by kawtef
January 7th, 2019, 11:20 am
Forum: Entry
Topic: Maximum For Max Proporty in record or roster
Replies: 2
Views: 3286

Re: Maximum For Max Proporty in record or roster

Thank you
by kawtef
January 2nd, 2019, 11:05 am
Forum: Entry
Topic: Maximum For Max Proporty in record or roster
Replies: 2
Views: 3286

Maximum For Max Proporty in record or roster

Hi,
In my application, i have to set the MAX property for one of the record like image below. What is the max number we can put in this proporty?
MaxRecord.JPG
MaxRecord.JPG (26.96 KiB) Viewed 3286 times
by kawtef
December 12th, 2018, 5:47 pm
Forum: Tools
Topic: CSWEB : Login failed. Insufficient privileges.
Replies: 6
Views: 5979

Re: CSWEB : Login failed. Insufficient privileges.

savy wrote:Also, CSWeb login is allowed for admin users and not standard users. Make sure you are logging in with a user account with administrator role.
Thank you for the explanation. It's clear for me.
by kawtef
December 12th, 2018, 5:18 pm
Forum: Entry
Topic: Compress with password
Replies: 2
Views: 2887

Re: Compress with password

Hello,
Ok, i will send an email and explain why we need it.

Thank you
by kawtef
December 12th, 2018, 5:17 pm
Forum: Tools
Topic: CSWEB : Login failed. Insufficient privileges.
Replies: 6
Views: 5979

Re: CSWEB : Login failed. Insufficient privileges.

That is strange. You should have the api.log file. Check that the user account that Apache runs under has permission to write to the csweb/logs directory. Also try making the following changes to the file csweb/src/api/app/app.php to enable debug info and additional log messages: 1) Change the line...
by kawtef
December 12th, 2018, 8:40 am
Forum: Tools
Topic: CSWEB : Login failed. Insufficient privileges.
Replies: 6
Views: 5979

Re: CSWEB : Login failed. Insufficient privileges.

Check the PHP/Apache error log to see if there are any errors. The location of this file depends on how your server is configured. Check the documentation for your setup. Also check the CSWeb api log file which you can find in csweb/logs/api.log. Hello, I don't have any line on Apache error log. Al...
by kawtef
December 12th, 2018, 7:48 am
Forum: Entry
Topic: Compress with password
Replies: 2
Views: 2887

Compress with password

Hi,
How we can use the cspro function COMPRESS with password ?