Search found 12 matches

by JimKeating
Wed Oct 07, 2015 8:33 am
Forum: Questions & Answers - RPG and RDMLX
Topic: [RPG]Focus on a table row
Replies: 2
Views: 2374

Re: [RPG]Focus on a table row

Tony, we have a customer you are familiar with who'd like this as well. Thanks
by JimKeating
Fri Oct 24, 2014 2:17 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Online Form with a bit of local data
Replies: 3
Views: 3706

Re: Online Form with a bit of local data

Mark, Thanks for the feedback. I will give ECL a try. Since this was our first attempt at doing anything with a local DB in CE Mobile, we thought we'd start with something simple so for the moment saving the email is the only usage but I understand your point on a generic routine for future ...
by JimKeating
Wed Oct 22, 2014 2:43 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Online Form with a bit of local data
Replies: 3
Views: 3706

Online Form with a bit of local data

I have an Online form, a log on screen, with a bound screen element, an email field (textbox), where I populate the initial value from a local DB, i.e. the local DB “remembers” the users email address if a checkbox is checked. That part all works, the email address on the log on screen is populated ...
by JimKeating
Tue Mar 18, 2014 2:44 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Documentation
Replies: 11
Views: 8955

Re: Documentation

I have a copy of the Offline Foundation Tutorials from November 2013. Are these still current? Just wanted to be sure I have the latest versions. Thanks
by JimKeating
Thu Apr 18, 2013 3:29 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Editing Numeric Fields in a Table (RPG)
Replies: 1
Views: 3574

Re: Editing Numeric Fields in a Table (RPG)

You can use the LRNG_SetProperty API rather than LRNG_AssignNumToProp and specify the exact value you want displayed. So to use your example of the value 5, you can do LRNG_SetProperty('YOURNBR.Value' : '5'); This along with the DataType : Integer in the DDS will give you the numeric keyboard and ...
by JimKeating
Mon Sep 10, 2012 11:23 pm
Forum: Tips & Techniques - RPG and RDMLX
Topic: FYI : Virtualization
Replies: 0
Views: 2842

FYI : Virtualization

Here's an FYI for anyone using or planning to use virtual environments on their development PC. If your virtual environment requires that you turn on the Hardware Virtualization settings in the BIOS of your machine, this will impact your LongRange Developer Certificates on that machine. You'll have ...
by JimKeating
Wed Aug 01, 2012 1:02 am
Forum: Tips & Techniques - RPG and RDMLX
Topic: Placing multiple pins on a map
Replies: 0
Views: 2910

Placing multiple pins on a map

Here is a technique for setting pins on a map using a KML (Keyhole Markup Language https://developers.google.com/kml/documentation) file, yet another variant of XML. This example assumes you have generated the KML file by some means not discussed here. The file contains the locations that you want ...
by JimKeating
Fri Jul 27, 2012 12:47 am
Forum: Questions & Answers - RPG and RDMLX
Topic: (RPG) Programatically populating a ContextMenu
Replies: 1
Views: 2699

(RPG) Programatically populating a ContextMenu

Are there any examples of programmatically populating a ContextMenu which is in a table. The "Actioning a Table Row" example is close to what I'm looking for but that has the ContectMenu hardcoded in the DDS. Also EXAM0067 is close in terms of populating programmatically but it's not a ContextMenu ...
by JimKeating
Tue Jul 17, 2012 11:08 pm
Forum: Questions & Answers - RPG and RDMLX
Topic: (RDMLX) Shipped program LRUCHKPSW
Replies: 1
Views: 2631

(RDMLX) Shipped program LRUCHKPSW

The source file in the project library contains a program LRUCHKPSW but there don't appear to be any references to it in the documentation or tutorials or any examples of how to use it. Are there examples somewhere that we can look at? Thanks
jimk
by JimKeating
Fri Jun 15, 2012 5:52 am
Forum: Questions & Answers - RPG and RDMLX
Topic: Setting the color of a button face
Replies: 2
Views: 4160

Re: Setting the color of a button face

Follow up: This is now available in the product. Thanks Tony.
jim