Search found 37 matches

by segxy4manu
October 8th, 2020, 8:32 am
Forum: Android
Topic: MAPPING WITH ANDOID
Replies: 3
Views: 2737

MAPPING WITH ANDOID

Hello folks, I have sought for this features for long please can you help me with a cspro program template for household listing that has a mapping features. We use ArcGis in my office and i need a mapping feature templates that i can customize to what my office need so as to geo-refrence the map on...
by segxy4manu
May 17th, 2020, 6:55 am
Forum: Synchronization
Topic: CSWEB CONFIGURATION
Replies: 3
Views: 3018

Re: CSWEB CONFIGURATION

Thanks for the response but I guess it will now be CSWeb/src/AppBundle.php [/b] instead of CSWeb/src/AppBundle/config.php because you can't see any file such as config.php in the folder of the src. Thanks and i beleived this should be updated in the synchronization guide and also the team need to up...
by segxy4manu
May 16th, 2020, 7:09 am
Forum: Synchronization
Topic: CSWEB CONFIGURATION
Replies: 3
Views: 3018

CSWEB CONFIGURATION

Good day folks Please, I have a problem setting up a csweb server which i supposed its from the csweb.zip from the CSPro team. after successfully configuring and completing the configurations, it wouldnt allowed me log in as it keep saying invalid username/Password. Of which i know am to delete a co...
by segxy4manu
April 17th, 2020, 7:53 pm
Forum: Android
Topic: View TextViewer to print
Replies: 1
Views: 1980

View TextViewer to print

Good day folks,
Please i need a help on this.
I wrote a program which has a userbar and I want to write a function for it so as to create a file for a textviewer to display.
How can I write a syntax that will display the file write if am correct so I can print the display view.
Thanks
by segxy4manu
March 16th, 2020, 4:44 am
Forum: Tools
Topic: SETVALUESET LOGIC
Replies: 3
Views: 2731

SETVALUESET LOGIC

Good day folks, please i need a quick one on this on how to write a logic for a setvalueset for an item that i did not used as VS1, VS2, VS3 and so on. example this is the way i wrote it before and it work preproc If(EAD_STA = 1)then setvalueset (LGA_CODE,LGA_CODE_VS1); elseif EAD_STA = 2 then setva...
by segxy4manu
November 8th, 2019, 3:03 pm
Forum: Android
Topic: EXPORTING TO EXCEL FROM ANDROID
Replies: 9
Views: 6025

Re: EXPORTING TO EXCEL FROM ANDROID

In that case look on page 59 of the workshop materials https://www.csprousers.org/resources/CSProMobileWorkshop.pdf in the section labeled "Writing and Viewing Reports". That shows how to use write out a text file using filewrite with data from the current case. The complete example app i...
by segxy4manu
November 8th, 2019, 2:15 pm
Forum: Android
Topic: EXPORTING TO EXCEL FROM ANDROID
Replies: 9
Views: 6025

Re: EXPORTING TO EXCEL FROM ANDROID

Do you want to export just the current case or do you want to export all the cases in the data file? For the later you need to be in a menu program since you cannot access the other cases in the main data file. I want to export the current case, and wish to rename it incase of different cases. Thanks
by segxy4manu
November 8th, 2019, 1:13 pm
Forum: Android
Topic: EXPORTING TO EXCEL FROM ANDROID
Replies: 9
Views: 6025

Re: EXPORTING TO EXCEL FROM ANDROID

Josh,
Can you help with the script/syntax to filewrite and to save the file in .cvs and I want it to be on the menu bar if possible rather than to be in a menu in a question variable.
Thanks
by segxy4manu
November 8th, 2019, 11:21 am
Forum: Android
Topic: EXPORTING TO EXCEL FROM ANDROID
Replies: 9
Views: 6025

Re: EXPORTING TO EXCEL FROM ANDROID

Alright, thanks Josh
I will try the filewrite and see how it does work.
So this is achievable through bar on Android or Menu?
by segxy4manu
November 7th, 2019, 3:49 pm
Forum: Android
Topic: EXPORTING TO EXCEL FROM ANDROID
Replies: 9
Views: 6025

EXPORTING TO EXCEL FROM ANDROID

Hello friends,
Please can I get help for the following on a programme
To have a userbar on android that will allow export to .cvs (Excel) directly into the android without using computer
Thanks