Search found 5 matches

by rflud
Thu Nov 07, 2013 10:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Need some help getting started
Replies: 7
Views: 3293

Re: Need some help getting started

Can anyone turn this code into a working stack? Or at least point me in the right direction?
by rflud
Wed Nov 06, 2013 10:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Need some help getting started
Replies: 7
Views: 3293

Re: Need some help getting started

I found the lines that were causing the problem. I noted them with "**************" I had to add a space after the periods and break up the URL. Dim strWebURI As String = "h t t p s: / / webservices5 . autotask . net / atservices / 1 . 5 / atws . wsdl" ******************* Dim myService As New WebRef...
by rflud
Wed Nov 06, 2013 5:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Need some help getting started
Replies: 7
Views: 3293

Re: Need some help getting started

I can post regular text but if I try to put in the sample code I have it gives me this error when I try to click to submit. I can just email it to you if you'd like.
by rflud
Wed Nov 06, 2013 4:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Need some help getting started
Replies: 7
Views: 3293

Re: Need some help getting started

Thanks. No matter if it's plain text or within the "code" I get this when I try to post - Your account does not have permission to post links or domain/page references.
by rflud
Wed Nov 06, 2013 6:34 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Need some help getting started
Replies: 7
Views: 3293

Need some help getting started

Can anyone help me get started? I am trying to get a connection to the web API for Autotask. I'd like to just make a simple stack with a login button and then a query button with an output list. I have all of the sample code to make this happen but I'm unsure how to get going in LC. For some reason ...