Search found 48 matches
- Thu Feb 17, 2022 7:05 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: Advanced Documentation
- Replies: 2
- Views: 645
Re: Advanced Documentation
Hi - I sent you a private message, but not sure if the message actually got sent (still in outbox??) - I have the doco - let me know your e-mail address and I'll mail them to you.
- Wed Feb 05, 2020 8:37 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RPG]setting background image to formview
- Replies: 2
- Views: 2715
Re: [RPG]setting background image to formview
Hi Megumi I've done this in the past in RDMLX by adding the image to the form (using set_image with a local resource) and using the z_Index parm to push the image to the "back", and allow the primary user controls etc to float above it. I would imagine that in RPG the same would be possible? I guess...
- Wed Nov 06, 2019 10:24 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: Looking for q_writeFile q_readFile q_fileExists examples
- Replies: 1
- Views: 2403
Re: Looking for q_writeFile q_readFile q_fileExists examples
Hi all. Just wanted to update you re this post. There are examples re the use of these features in the standard set of shipped examples. Download the server update package from here https://www.longrangemobile.com/upgrade.htm and then unzip locally to find the resources. The specific resource file w...
- Wed Oct 30, 2019 10:14 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: Looking for q_writeFile q_readFile q_fileExists examples
- Replies: 1
- Views: 2403
Looking for q_writeFile q_readFile q_fileExists examples
Hi all. Just wondered if there was any additional documentation / examples showing the use of the q_writeFile, q_readFile etc ECL utilities out there in the community. The doco shows example code, but doesn't give any detail about context, restrictions/limitations etc etc. For example its not clear ...
- Tue May 21, 2019 5:01 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RDMLX/RPG] Programmatic Image Picker
- Replies: 2
- Views: 2425
Re: [RDMLX/RPG] Programmatic Image Picker
Hi - yep that's what I'd like to do. Click a button, and that launches the image / photo / gallery picker, exactly the same result as if the user had tapped the image. I actually want to disable the tap image to pick a photo feature - so the only thing the user can do is annotate the image "in place".
- Mon May 20, 2019 9:20 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RDMLX/RPG] Programmatic Image Picker
- Replies: 2
- Views: 2425
[RDMLX/RPG] Programmatic Image Picker
Hi all. Before I log this as an official enhancement, just thought I'd check with you guys. So, I can add an image control to a LR form and can configure it so that when the user taps on it the image picker fires up so they can select a photo from the device gallery, or take a new picture. But... is...
- Mon Apr 15, 2019 5:49 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RDMLX/RPG] DbUploadSegmentSizeLimit with Multiple Table Uploads
- Replies: 2
- Views: 7428
Re: [RDMLX/RPG] DbUploadSegmentSizeLimit with Multiple Table Uploads
Hi again. I've learnt an important fact when using DbUploadSegmentSizeLimit which I felt I needed to share here. The HasMoreData value; #com_Owner.Get_Database Tablestartidx(#wkFirstTable) Tablecount(#wkTableCount) HasMoreData(#wkHasMoreData) tells your server logic when you need to stop processing ...
- Fri Apr 12, 2019 6:40 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RDMLX/RPG] DbUploadSegmentSizeLimit with Multiple Table Uploads
- Replies: 2
- Views: 7428
Re: [RDMLX/RPG] DbUploadSegmentSizeLimit with Multiple Table Uploads
Hi again So I ran some tests and, as expected, as far as I can see field values / list contents are not preserved in the server side logic. So in complex scenarios with multiple tables being uploaded you would need to consider a strategy to accumulate the data so it could be processed in one go afte...
- Wed Apr 10, 2019 12:48 am
- Forum: Questions & Answers - RPG and RDMLX
- Topic: [RDMLX/RPG] DbUploadSegmentSizeLimit with Multiple Table Uploads
- Replies: 2
- Views: 7428
[RDMLX/RPG] DbUploadSegmentSizeLimit with Multiple Table Uploads
Hi all. Although I've tagged this as [RDMLX/RPG] my specific scenario relates to an RDMLX application, but I think the question is relevant to all. So anyway, I've got an existing offline LR application which uploads data to the server. The upload comprises of a number of different types of data, so...
- Mon Oct 22, 2018 6:03 pm
- Forum: Questions & Answers - RPG and RDMLX
- Topic: BASE64 Conversion
- Replies: 4
- Views: 6957
Re: BASE64 Conversion
Excellent - thanks for the follow-up post Jason