Search found 133 matches

by Mariovaisman
December 15th, 2016, 11:08 am
Forum: Entry
Topic: Develop using HI resolution screen
Replies: 2
Views: 4164

Develop using HI resolution screen

Hi all, I am a developer, and now I have a new equipment with very hi resolution screen. When I open CSPro to update an application or to develop a new program, I found that in the right area of the screen where we have the logic, the fonts are very small and it is very difficult to work in these co...
by Mariovaisman
November 10th, 2016, 6:12 pm
Forum: Android
Topic: Add external font to the CAPI application
Replies: 2
Views: 3416

Re: Add external font to the CAPI application

Thanks Josh, I will try soon, it is a challenge, I have developed complex applications or update application with multiple language where one was english and the second was nepales with different typeset and with the capability to change the language in the middle of the process, but all in windows ...
by Mariovaisman
November 10th, 2016, 6:56 am
Forum: Android
Topic: Add external font to the CAPI application
Replies: 2
Views: 3416

Add external font to the CAPI application

Hi, I have to develop an application that has to work in two languages, one is english, and the other is a local language with a different font. In windows I know how to manage it, however this application needs to work in android devices. My question is how I can manage an external font which is no...
by Mariovaisman
August 22nd, 2016, 6:49 pm
Forum: Entry
Topic: Access to external memory
Replies: 8
Views: 6439

Re: Access to external memory

The OTG cable, permits to attach a pendrive to the tablet, as I see, CSPro has not permission to write in external pendrive device which is named as USBDRVA when the pendrive is attached. All interactive softwares as "ES File Explorer", or the original "My Files" can access to th...
by Mariovaisman
August 7th, 2016, 5:19 am
Forum: Entry
Topic: Access to external memory
Replies: 8
Views: 6439

Re: Access to external memory

Thnks Josh, It is what I need, however, the situation is not exactly than this. I am using the OTG cable where I put an external flsh memory. I can see the content of that pendrive which is located in /storage/UsbDriveA if you see the android device. Using those standard tools that you can download ...
by Mariovaisman
August 5th, 2016, 6:50 am
Forum: Entry
Topic: Flow control process
Replies: 5
Views: 4776

Re: Flow control process

Josh,

I made a mistake in the explanation, I forgot to give you more information.

This situation happens when I do a partialsave not at the end of the process.

Thanks

Mario Vaisman
by Mariovaisman
August 5th, 2016, 6:48 am
Forum: Entry
Topic: Access to external memory
Replies: 8
Views: 6439

Access to external memory

Dear all, I have written a new complex application, however I didn't find the way to access other areas of android device out of the csentry folder. I accessed external areas by file transfer using FTP or other transmission protocol, but I didn't see any way to do using for example the filecopy() fu...
by Mariovaisman
July 24th, 2016, 5:52 am
Forum: Entry
Topic: Flow control process
Replies: 5
Views: 4776

Re: Flow control process

Dear josh, the escenario is the following: you have 3 forms, the first is single form with only one variable called variable1 the second form has a roster (a whore dictionary record (multiple occurrences), where you have completed the first n records, but not all that you defined in the dictionary. ...
by Mariovaisman
July 22nd, 2016, 4:06 pm
Forum: Entry
Topic: Flow control process
Replies: 5
Views: 4776

Re: Flow control process

I want to add more information. The issue occurs when it is executed in windows environment, however, the same application in android works correctly, it doesn't generate empty records as the cspro 6.3 for windows.

Thanks

Mario Vaisman
by Mariovaisman
July 22nd, 2016, 3:42 pm
Forum: Entry
Topic: Flow control process
Replies: 5
Views: 4776

Flow control process

Hi, I am working using flow control methodoly where in case the application is in some multiple occurrence form, and using the userbar, I have a button to come back to the flow control form, the button execute REENTER flow_form, I found that all records between the current record and the flow_form w...