RE: [RBASE-L] - Designing and Deploying R:BASE XE Mobile Apps for Field/Shop Workers

2017-01-03 Thread Dan Goldberg
Subject: RE: [RBASE-L] - Designing and Deploying R:BASE XE Mobile Apps for Field/Shop Workers Dan Is the actual count field INTEGER or TEXT. If it is integer the dot will not show. You could make it double then the dot will show. Buddy From: rbase-l@googlegroups.com<mailto:rbas

RE: [RBASE-L] - Designing and Deploying R:BASE XE Mobile Apps for Field/Shop Workers

2017-01-03 Thread Buddy Walker
-l@googlegroups.com Subject: RE: [RBASE-L] - Designing and Deploying R:BASE XE Mobile Apps for Field/Shop Workers Thx Karen but I do declare the variable in the eep. SET VAR veinv1 TEXT Here is my form. Not as pretty as Razzaks… The part# and location are scanned from barcodes. The

RE: [RBASE-L] - Designing and Deploying R:BASE XE Mobile Apps for Field/Shop Workers

2017-01-03 Thread Dan Goldberg
[mailto:rbase-l@googlegroups.com] Sent: Tuesday, January 3, 2017 8:31 AM To: rbase-l@googlegroups.com Subject: Re: [RBASE-L] - Designing and Deploying R:BASE XE Mobile Apps for Field/Shop Workers Just a wild guess. Are you sure the veinv1 variable is a text after it does the getproperty? If it&#

Re: [RBASE-L] - Designing and Deploying R:BASE XE Mobile Apps for Field/Shop Workers

2017-01-03 Thread karentellef via RBASE-L
g and Deploying R:BASE XE Mobile Apps for Field/Shop Workers That is cool. I have one similar for my cycle counters. The only problem I have is inserting the period. Here is my eep when they hit the period button. GETPROPERTY cinv1 TEXTVALUE 'veinv1' SET VAR veinv1 = (.veinv1 + 

RE: [RBASE-L] - Designing and Deploying R:BASE XE Mobile Apps for Field/Shop Workers

2017-01-03 Thread Dan Goldberg
That is cool. I have one similar for my cycle counters. The only problem I have is inserting the period. Here is my eep when they hit the period button. GETPROPERTY cinv1 TEXTVALUE 'veinv1' SET VAR veinv1 = (.veinv1 + '.') PROPERTY cinv1 TEXTVALUE .veinv1 The numbers work fine but I cannot get