Search found 6 matches

by LXS98
Fri Apr 26, 2024 5:43 am
Forum: Windows
Topic: SQL Query error when a String has double quote
Replies: 3
Views: 28383

SQL Query error when a String has double quote

Hi, I need help. I tried to pass a string to a URL parameter for my web service, however, it says that there's an error on the SQL Syntax.
I suspect this is because on my string that has a "double quote" value.

Example: Jhon's Madul"a

Anyone know how to handle this on LiveCode to prevent error on ...
by LXS98
Mon Apr 15, 2024 2:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Bad Document Id
Replies: 5
Views: 3107

Re: Bad Document Id

Even just the use of "answer"
by LXS98
Mon Apr 15, 2024 1:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Bad Document Id
Replies: 5
Views: 3107

Re: Bad Document Id

My goal is to display the Result/Message using that XML.
But when I tried to run on it, it says bad document id.
by LXS98
Mon Apr 15, 2024 12:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Bad Document Id
Replies: 5
Views: 3107

Bad Document Id

Hi, I've been stuck using this code:

put "<ResultInfo>
<ErrorNumber>0</ErrorNumber>
<Result>Success</Result>
<Message>The codes for your meeting have been emailed to John along with some instructions</Message>
</ResultInfo>" into tXMLData

put revCreateXMLTree(tXMLData, true, true) into tTreeID
put ...
by LXS98
Tue Apr 02, 2024 2:44 pm
Forum: Windows
Topic: LiveCode 9 quits unexpectedly
Replies: 3
Views: 26752

Re: LiveCode 9 quits unexpectedly

Whenever I attempt to test the project using my Android device (Development > Test Target > Android) or build a standalone, LiveCode consistently freezes, rendering the software unresponsive to any clicks or commands.

I can share to you the project and maybe you can help me configure the problem.
by LXS98
Tue Apr 02, 2024 7:18 am
Forum: Windows
Topic: LiveCode 9 quits unexpectedly
Replies: 3
Views: 26752

LiveCode 9 quits unexpectedly

Hi, I have here a project that is using version 9
When I tried to test the application using physical device, or build a standalone application, the LiveCode will just hang on itself and it made me impossibly generate or test the application.

Anyone faced this problem too?