Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

magicu-l · uniPaaS (Magic) Software Users Group

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 4339
  • Category: Development
  • Founded: Dec 4, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 171436 - 171465 of 171465   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
171436 sherman levine
shermanlevine Send Email
May 15, 2013
7:40 pm
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 ...
171437 sherman levine
shermanlevine Send Email
May 15, 2013
7:40 pm
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 ...
171438 jjirikow Send Email May 15, 2013
7:46 pm
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...
171439 sherman levine
shermanlevine Send Email
May 15, 2013
7:47 pm
Windows Mobile handheld (Intermec CK3 scanner) with "keyboard wedge" software configured to postfix a tab. Works properly in Pocket Excel. Citrix client (for...
171440 sherman levine
shermanlevine Send Email
May 15, 2013
8:02 pm
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...
171441 Wes
biasacct Send Email
May 15, 2013
8:10 pm
Mike, I think by setting it to 'Letter&#39; Magic sets the printer to 'Letter&#39; no matter what it's default is. Wes...
171442 magic_at_aquari Send Email May 15, 2013
9:36 pm
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]...
171443 jjirikow Send Email May 15, 2013
9:36 pm
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...
171444 Sabrina Horst
sabrinahorst Send Email
May 16, 2013
9:15 am
Hi Chris Good Idea. I will check it out. Thanks Sabrina ________________________________ Van: magicu-l@yahoogroups.com [mailto:magicu-l@yahoogroups.com] Namens...
171445 sampeter79 Send Email May 16, 2013
10:03 am
Thank you. I will update it there too. if you could send me any of those contacts, that will be great.....
171446 John Knickerbocker
johnknic Send Email
May 16, 2013
5:33 pm
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?...
171447 Alan Brookes
alan540273 Send Email
May 16, 2013
5:35 pm
John, do you mean you want to concatenate all the lines that end in CR? Regards, Alan...
171448 Herro Wijnholds
okidokimagic Send Email
May 16, 2013
5:42 pm
John, Use the string ASCIIChr(13)&ASCIIChr(10) /Best Regards Herro Wijnholds/// ... [Non-text portions of this message have been removed]...
171449 sherman levine
shermanlevine Send Email
May 16, 2013
5:45 pm
I suspect it's easier to create the file with format="None" in the I/O files definition....
171450 John Knickerbocker
johnknic Send Email
May 16, 2013
6:10 pm
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...
171451 sherman levine
shermanlevine Send Email
May 16, 2013
6:24 pm
Do you want to add a CR, or remove it?...
171452 John Knickerbocker
johnknic Send Email
May 16, 2013
6:33 pm
remove it. ... [Non-text portions of this message have been removed]...
171453 sherman levine
shermanlevine Send Email
May 16, 2013
6:38 pm
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...
171454 Brookes, Alan
alanjbrookes Send Email
May 17, 2013
9:04 am
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...
171455 Arch Lineberger
archnc Send Email
May 17, 2013
3:52 pm
Hi, Has anyone successfully used the Data Source Name expression to set the Main Table of a task? What are the "gotchas&#39;? -- Regards, Arch Lineberger ...
171456 harrytechie Send Email May 17, 2013
4:17 pm
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...
171457 Steven G. Blank
blanstev Send Email
May 17, 2013
4:17 pm
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,...
171458 Andy Jerison
ajerison Send Email
May 17, 2013
4:21 pm
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 ...
171459 Arch Lineberger
archnc Send Email
May 17, 2013
5:16 pm
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...
171460 Andy Jerison
ajerison Send Email
May 17, 2013
6:31 pm
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...
171461 Diego Balé (Lektr...
eldanba Send Email
May 17, 2013
6:39 pm
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...
171462 Andy Jerison
ajerison Send Email
May 17, 2013
7:09 pm
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...
171463 Diego Balé (Lektro...
eldanba Send Email
May 17, 2013
7:34 pm
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...
171464 Mike Moore
magicstarofh... Send Email
May 17, 2013
8:01 pm
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...
171465 Andy Jerison
ajerison Send Email
May 17, 2013
8:41 pm
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...
Messages 171436 - 171465 of 171465   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help