Darren
Hi Tim,
Thank you for your feedback! Best Regards,
|
|
Re: Incremental locate (RIA X ONLINE)
#ria
ryanguedes2010@...
Hi Tim, thanks for the answer, let me give you some more details, I'm using a view and all indexes are virtual, I did some tests enabling / disabling index optimization and they make a difference but not enough, I know that locate incremental mechanism is different for RIA and that it expects a string instead of searching for letter by letter, I even hypothesize that the problem is in the time it takes to identify that the user has finished typing and if it were possible to reduce this time would be the end of my problems, do you think it is possible?
|
|
Re: Incremental locate (RIA X ONLINE)
#ria
Tim Downie
We use this on large tabels with RIA - you need to ensure the field searching on is indexed
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of ryanguedes2010@... <ryanguedes2010@...>
Sent: Sunday, 16 February 2020 9:41 PM To: main@magicu-l.groups.io <main@magicu-l.groups.io> Subject: [magicu-l] Incremental locate (RIA X ONLINE) #ria Hi guys all right? I'm starting to work with RIA and I'm having a problem with Incremental locate, it is much slower in RIA than in Online, do you have any suggestions to solve this problem?
|
|
Incremental locate (RIA X ONLINE)
#ria
ryanguedes2010@...
Hi guys all right? I'm starting to work with RIA and I'm having a problem with Incremental locate, it is much slower in RIA than in Online, do you have any suggestions to solve this problem?
|
|
Re: SendMail Charset on Magic XPA 4.6
Sébastien,
"é" is "é" in UTF-8 so it might well be that your email is encoded correctly, your email reader can however not deal with the mail and thats either because it sucks (typically only US readers do, while accent country France is ok). What you should do first: Send yourself an email and look into the "raw" email in order to be able to see the Email's SMTP/MIME headers where the encoding is specified. Also you need to tell if you do work with Unicode for your text data, or with ANSI. There should be no need to do a codepage conversion as you do with UTF8FromANSI. Magic knows target codepage (most likely UTF-8), and Magic knows source codepage (either ANSI/Windows-1252 or Unicode). So it does the conversion automatically. UTF-8 from Unicode would be UnicodeToAnsi(<unicode var/blb>, 65001) btw. Best regards, Andreas
|
|
Re: SendMail Charset on Magic XPA 4.6
I tried to do this by setting MailCharset = UTF-8, Ansi, Unicode, but it still doesn't work.
|
|
Search in expression editor crash 3.2
Dear Magicians,
The Magic have made a fix in 3.3x for this problem, but in 3.2 after 1803 windows version the Studio going into crash when search in expression editor's variables at right side. Could anyone give a solution or a hack to handle this problem or the Magic's version change it the only option? Best regards, Gábor
|
|
Re: Runtime Form Designer in Magix Xpa 3.2
Frigyesi Viktória
Thanks, did the trick!
Feladó: Roberto Gauer
Hi!
Try looking at act_std.eng file... And, manually insert the missing line, at this location. ;)
Open Application = Ctrl+O , 23, 22,0x000000000
On Fri, Feb 14, 2020 at 7:58 AM Frigyesi Viktória <fv@...> wrote:
|
|
Re: Runtime Form Designer in Magix Xpa 3.2
But... if you share this file with a old magic version, it can raise a gpf on the old studio... keep aware of this.
On Fri, Feb 14, 2020 at 8:49 AM Roberto Gauer <gawarez@...> wrote:
|
|
Re: Runtime Form Designer in Magix Xpa 3.2
Hi! Try looking at act_std.eng file... And, manually insert the missing line, at this location. ;) Open Application = Ctrl+O , 23, 22,0x000000000 Open Form Designer= , 578, 0,0x000000000 Open Project = Ctrl+O , 449, 22,0x000000000
On Fri, Feb 14, 2020 at 7:58 AM Frigyesi Viktória <fv@...> wrote:
|
|
Runtime Form Designer in Magix Xpa 3.2
Frigyesi Viktória
Hi Group,
What is the prerequisite to have the Open Form Editor event in the Application events list? It should be there since version 3.1.
Is there any example available where users can reposition controls on the form?
Thanks in advance. Viki
|
|
Tim Downie
Upload the file to the server
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of Darren <darren.jimenez@...>
Sent: Friday, 14 February 2020 6:19:22 AM To: main@magicu-l.groups.io <main@magicu-l.groups.io> Subject: Re: [magicu-l] Using Mailsend with attachments #xpa #ria Hello Everyone, So I found out that MailSend was still looking for the files from the server side.
|
|
Darren
Hello Everyone, So I found out that MailSend was still looking for the files from the server side.
|
|
Darren
Hi Roberto, 1. It's working without an attachment.
Regards,
|
|
olivier.besson@...
Hi Darren
usually this error raise when you use MailSend indicating there is an attachment but Magic can't find / reach it make sure on your runtime env. you have the same network access as on your studio Cheers, Olivier
|
|
Roberto Ramirez Cervantes
Darren, 1. Validate sending an email with no attachment using Magic 2. Try a simple attachment "c:\temp\123.txt", small file size using Magic 3. Validate sending that same attachment using another email client. Use the same user id\password that Magic is using in the MailConnect function. 4. Ensure that there are no "mail server rules" preventing the attachment of files for emails for the user id\password that Magic is using in the MailConnect function -- Roberto Ramirez marionette_66@...
On Wed, Feb 12, 2020, at 12:18 AM, Darren wrote:
|
|
Re: XPA 3.3g HTTPCall Post - progress but no solution
Todd Baremore
I wrote a node script to capture what HTTPCall() is sending and
found two issues.
This is the message I am sending message=<message>testing</message> This is what HTTPCall() is sending XPA 3.2e "message":"<message>testing</message>" correct XPA 3.3g "message=<message>testing</message>":"" incorrect Todd
|
|
Re: SendMail Charset on Magic XPA 4.6
Polgár Ferenc
I don't know XPA 4.6 but in uniPaas 1.9 there was a 'MailCharset'
ini setting for this purpose.
toggle quoted messageShow quoted text
regards Ferenc 2020.02.12. 18:03 keltezéssel,
Sébastien GROS-TABUSSIAT írta:
|
|
SendMail Charset on Magic XPA 4.6
Hello everybody, I have a problem with the Mailsend function on Magic XPA 4.6. In Development mode, everything is fine, but in Runtime, when I send the e-mail, the texts aren't correct... For example, the letter "é" becomes "é". I looked in the .INI files and I don't have lines with ANSI, OEM, Unicode, UTF-8 and charset... I have this problem for the subject and body texts. I tried to use the functions OEM2ANSIFile, UnicodeFromANSI, UnicodeToANSI, UTF8FromAnsi, UTF8ToAnsi before to send, but it's not working. Do you have any idea where this may come from, please? Thank you.
|
|
Re: XPA 3.3g HTTPCall Post
DarKWateR
ahhhhhhhhhhhhh sorry!
My fault. I was thinking in call remote. I don't know then, sorry!
|
|