John, I would probably sent either the real value or a virtual (depending on if the parent is in modify or query mode) as a parameter to the subform, have the...
167844
John Knickerbocker
johnknic
Jul 31, 2012 8:52 pm
Thank you Wes, I'll give that a shot. ... [Non-text portions of this message have been removed]...
167845
Andy Jerison
ajerison
Jul 31, 2012 9:19 pm
John, That can be a lot harder than it appears. If all else fails, VarSet() of the parent-task field will force the runtime to update the parent form. Andy J ...
167846
kgriffall
Jul 31, 2012 11:37 pm
Thanks Pavel, Steve Blank came in this morning and took care of the problem which as you suspected was the firewall. We had an automatic windows update that...
167847
kgriffall
Jul 31, 2012 11:43 pm
Thanks Sherm - It was a firewall reset by windows update that took out the port access for Pervasive. Problem is now solved but I appreciate the reply....
167848
John Dowbiggin
johndowbiggin
Aug 1, 2012 8:09 am
Hi John In this situation I regularly have the table just as query in the parent program and then relink in write mode in subform. I have an event in Main ...
167849
Jean H. Chandler
bigdummy504
Aug 1, 2012 4:37 pm
Here is what I hope is a simple question. What is the best way to trigger a program to run when the Application is being closed? If I trigger it in the task...
167850
Steven G. Blank
blanstev
Aug 1, 2012 5:27 pm
Jean, Condition the operation in the Main Program's Task Suffix with the following expression: CtxGetName() = 'Main' Steve Blank...
167851
Heidi Schuppenhauer
heidis13
Aug 1, 2012 6:19 pm
Here are the addresses for the next few meetings (they are also at www.unipaasusers.com). We meet today in 2 hours. See you there! Wed, Aug 15, 2012 1:00 PM -...
167852
Jean H. Chandler
bigdummy504
Aug 1, 2012 7:41 pm
Cool thanks Steve J From: magicu-l@yahoogroups.com [mailto:magicu-l@yahoogroups.com] On Behalf Of Steven G. Blank Sent: Wednesday, August 01, 2012 12:27 PM To:...
167853
Heidi Schuppenhauer
heidis13
Aug 1, 2012 8:06 pm
OK, once again I didn't get the dates right, so it's not listed correctly, but this is the one people signed up for so I'm starting it ... today, not the 15th....
167854
ajreynolds
ajreynolds1
Aug 1, 2012 8:30 pm
We are using uniPaaS 1.9h and trying to speed up our RIA applications. Our programs are run on Motorola mobile computers running Windows Mobile 5, 6.1, and...
167855
Tim Downie
tim001au
Aug 2, 2012 1:29 am
i looked at this some time ago and concluded it was pretty much unusable....I had the serer on the same wireless network as the devices and it was...
167856
d_gezanah
Aug 2, 2012 10:46 am
Hi can someone help me out. I am using my SMTP settings that work well in outlook. my SMTP server requires authentication, i dont know if that affects...
167857
FRED
fred2632
Aug 2, 2012 11:45 am
Since iOS & Android RIA clients looks very responsive (good performance), I will agree with support staff. BlackBerry isn't that good, but WinMobile is...
167858
Andy Jerison
ajerison
Aug 2, 2012 1:42 pm
This works for me... 1) Connect to SMTP: MailConnect (1,vSMTP Server,vReturn Address,vSMTP Password) 2) Send message: MailSend (Trim (vReturn Address), Trim...
167859
lado wali
sabbirehal
Aug 2, 2012 1:58 pm
Hi Group, I want to trigger an email when inventory balance goes below the minimum quantity. What is the preferred way to accomplish this? batch server ? or ...
167860
Andy Jerison
ajerison
Aug 2, 2012 2:13 pm
Hi Lado, You could use SQL Server tools to manage that. Configure database mail: http://www.codeproject.com/Articles/29060/SQL-SERVER-2008-Configure-Database ...
167861
ajreynolds
ajreynolds1
Aug 2, 2012 6:11 pm
Thanks. We're considering iOS for future projects when we move up to a newer version, but it's not supported in 1.9h. Also, some of our customers have a...
167862
Roger Ross
rbross77
Aug 3, 2012 3:20 am
Hello, Does any one have the link to download the file for the new magic XPA? I have submitted my email address several times on the page to receive the...
167863
develop
undixinfo
Aug 3, 2012 11:01 am
Hello, I try to download the latest uniPaaS version with Firefox. When I logged in I select Platform:Windows and Category:Unipaas Products and click on the...
167864
Steven Burrows
doomlord66
Aug 3, 2012 11:05 am
I find the MSE Support pages fail with Chrome since the last update (when the fonts changed), have to use IE From: magicu-l@yahoogroups.com...
167865
FRED
fred2632
Aug 3, 2012 11:52 am
Depending on type of SMTP server (like GMail wich requires SSL/TLS authenbtication), uniPaaS Mail<..>() functions will not succeed. Don't get stuck. Create a...
167866
Diego Balé (Lektro...
eldanba
Aug 3, 2012 1:12 pm
I folks. I need to do an implementation of a RIA project and I need to decide the webserver We’ll use windows 2008 server and unipaas 2.0 I’ve done two ria...
167867
danai
d_gezanah
Aug 3, 2012 1:22 pm
hi Fred  thanks for your response. I think the .NET or Java class should help me. How do I go about creating these and integrating them into Unipaas as you...
167868
Barry Ehrman
barry685
Aug 3, 2012 1:25 pm
http://web.magicsoftware.com/uniPaaS_Home_Edition_download.html?utm_source=website ... [Non-text portions of this message have been removed]...
167869
Heidi Schuppenhauer
heidis13
Aug 4, 2012 7:00 am
You can also do it with Blat, which has instructions for SSL. Or Chilkat, which has objects that can be implemented several different ways (easy to migrate to...
167870
David Goicoechea
dgoicoechea
Aug 4, 2012 5:15 pm
Hi, group : I need to read EXCEL files from my applications but I don´t know how to do it. I´m using Edeveloper V9.4 SP4. I have tried to do it like when I...
167871
Heidi Schuppenhauer
heidis13
Aug 4, 2012 6:19 pm
There is an example here: http://unipaasusers.blogspot.com/2012/05/officemagic.html You can read the file directly using the Excel API, or you can save the ...
167872
FRED
fred2632
Aug 4, 2012 9:47 pm
For a sample on how to convert .NET into COM and integrate with uniPaaS Win32, you can go here: http://blog.magicsoftware.com.br/?p=1794 As a bonus, a sample...