Sounds like you have the scanner set up to postfix a CR, not a tab. Tab wouldn't move Word to the next line. Easy to test in Excel: Tab moves right one cell ...
Sounds like you have the scanner set up to postfix a CR, not a tab. Tab wouldn't move Word to the next line. Easy to test in Excel: Tab moves right one cell ...
Hi, I have an app that was converted to Unipaas 1.9. Now, when I scan a field, it scans, but I have to hit the tab key for the code to execute. Like it isn't...
Windows Mobile handheld (Intermec CK3 scanner) with "keyboard wedge" software configured to postfix a tab. Works properly in Pocket Excel. Citrix client (for...
Once you find out what's happening (which I suspect is what I described) If you modified the act_std.eng file in the old version, you can do the same here. If...
Are you listed on http://www.MagicProgrammers.com ? There were several in the last few weeks. ... [Non-text portions of this message have been removed]...
Thank you all for the help. I found in my old keyboard mapping that the nextfield was set to enter. When I added that to the 1.9 keyboard file, it worked...
Hi Chris Good Idea. I will check it out. Thanks Sabrina ________________________________ Van: magicu-l@yahoogroups.com [mailto:magicu-l@yahoogroups.com] Namens...
I'm trying to strip the carriage return from a text output of a field using repstr - what do I put in the original substring position to get a CR in there?...
I have about 30 fields that are converted to text and then output in a specific format on a single line. We strip out a few other characters already with the...
You might have chr(10) or chr(13) or chr(13)+chr(10), depending on the client's toolkit. Check with a hex viewer to be sure. Alternatively, change chr(10) to...
John, RepStr (RepStr (your_string,ASCIIChr (13),'39;),ASCIIChr (10),'39;) will cope with any combination of CR/LF. Alan ... From: magicu-l@yahoogroups.com...
Hi, Has anyone successfully used the Data Source Name expression to set the Main Table of a task? What are the "gotchas39;? -- Regards, Arch Lineberger ...
I don't know your DBMS, but i use it with pervasive as the DBMS in a lot of programs, in some cases i use it to test a program with test data, where i pass a...
Arch, If the DBMS used by the Data Source is Btrieve, then this is a really slick way to change physical data sources "on the fly" at runtime. For example,...
Hi Arch, A data source name expression overrides the data source name specified in the data repository. I used it frequently in Btrieve-based applications but ...
Thanks guys, Unfortunately, I have to open file A or B in a sibling task to get a total before I reopen the same file with a different range in this task. I...
Arch, The data source number doesn't matter provided both data source definitions are the same. You'll have less overhead if you call the totaling task in TP...
Hi group. Im having a problem with ria in the studio. I have installed xpa2.3 and IIS 5.1 in Win XP The webserver is working fine (tested with html files, asp...
Diego, According to MSE (http://tinyurl.com/b3sxw4h), web service extensions were a new feature in IIS 6, so that issue wouldn't apply to IIS 5. Have you...
Andy thanks for your answer I did see that url That was what gave me the idea of the web services extensions I did the whole thing but it’s not working The...
I'm replacing the "legacy" console viewer for reports with the newer preview option in UP. Is there a way users can get the print dialogue box when they print...
Diego, I wish I could help you pin this down. The Help topic "Web Servers" says that Internet Information Server v5 is supported under 32-bit Windows but not...