Search found 10 matches
- Thu May 12, 2016 10:49 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Please help: Sending Email from Livecode
- Replies: 5
- Views: 4488
Re: Please help: Sending Email from Livecode
Hi Simon Thanks for the reply. I am trying to send an email welcoming new users to my application. (This is a app developed in Livecode) This application is running on Mobile and on Desktop. I cannot use rev mail as it brings up a form the user needs to fill in, (i want to automatically send the ema...
- Wed May 11, 2016 9:56 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Please help: Sending Email from Livecode
- Replies: 5
- Views: 4488
Re: Please help: Sending Email from Livecode
Hi can anyone help please this is urgent
- Tue May 10, 2016 2:09 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Please help: Sending Email from Livecode
- Replies: 5
- Views: 4488
Please help: Sending Email from Livecode
Hi All i am looking for the best way to send email from livecode. I need to send a simple email welcoming new users to my system. My ISP will not allow me to install Livecode server onto their server, so i am a bit stuck. I use mysql as a database and Windows Server as the server so i cannot use sen...
- Mon Nov 02, 2015 8:22 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Please Help, can't read Blob data from MySql
- Replies: 1
- Views: 2130
Please Help, can't read Blob data from MySql
Hi All i have been trying to read a BLOB field from my Mysql database and display it in a datagrid. I have loaded the blob field using MySql "load value from file" function when you right click on the BLOB field in the MySql result grid. When i read the BLOB field i get funny characters like ÿØÿà. s...
- Thu Oct 29, 2015 6:44 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Please help, Code runs on windows app but not Android
- Replies: 6
- Views: 4004
Re: Please help, Code runs on windows app but not Android
Thanks Klaus
I will use MySql instead of SQL server.
Any idea when ODBC will be supported?
Regards
I will use MySql instead of SQL server.
Any idea when ODBC will be supported?
Regards
- Wed Oct 28, 2015 1:31 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Please help, Code runs on windows app but not Android
- Replies: 6
- Views: 4004
Please help, Code runs on windows app but not Android
Hi all Please help i am really getting frustrated. The following code runs fine if i create a standalone app for windows.I have one card with a image and a button on it. When i create a standalone for Android however the button shows but if you touch it just seems to do nothing. The answer gothedata...
- Fri Oct 09, 2015 6:31 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Please help. Datagrid Form not showing any data
- Replies: 6
- Views: 4091
Re: Please help. Datagrid Form not showing any data
Hi Klaus
Thanks for the help so far.
From the attachment you will see that the Array is populated. Still when setting the dgData of my datagrid fillindata does not get invoked.
Any ideas? maybe a bug?
Regards
Thanks for the help so far.
From the attachment you will see that the Array is populated. Still when setting the dgData of my datagrid fillindata does not get invoked.
Any ideas? maybe a bug?
Regards
- Tue Oct 06, 2015 3:24 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Please help. Datagrid Form not showing any data
- Replies: 6
- Views: 4091
Re: Please help. Datagrid Form not showing any data
Hi Klaus
I am busy going through the PDF as you recommended.
I have changed my code according to your suggestion, however when i step through the code fillidata never gets invoked.
What am i missing here?
I am busy going through the PDF as you recommended.
I have changed my code according to your suggestion, however when i step through the code fillidata never gets invoked.
What am i missing here?
- Tue Oct 06, 2015 2:21 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Please help. Datagrid Form not showing any data
- Replies: 6
- Views: 4091
Re: Please help. Datagrid Form not showing any data
Thank you Klaus, i will try your suggestions and se where it leads me.
regards
regards
- Tue Oct 06, 2015 6:28 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Please help. Datagrid Form not showing any data
- Replies: 6
- Views: 4091
Please help. Datagrid Form not showing any data
I am having difficulty with getting the Datagrid to work. I need to display a list of users with their user names and pictures in a datagrid. I have followed all the tutorials and am pretty sure i am doing everything correctly. I have created the datagrid. I have selected form under style I have edi...