Tag Archives: Adding Controls

Modification Removal – Freecap In OIS101 – BackgroundWorker and Adding Columns

In this post I will be rather wordy, as it marks a turning point – the realisation of a dream 😉 If you want to avoid some of the excessive chatter I’ve divided this in to sections so you can … Continue reading

Posted in Development, M3 / MoveX, Webservices | Tagged , , , , , , , , | 4 Comments

Importing BUS100 Budgets via WebServices Part II

Ok, so I posted some code about submitting importing budgets last week. And now we have some improvements. Since last week I have had some time to think about the script and some of the improvements. I didn’t really like … Continue reading

Posted in M3 / MoveX, Webservices | Tagged , , , , , | Leave a comment

Importing BUS100 Budgets via WebServices

In my last post I was talking about importing Budgets for BUS100 from a spreadsheet by purely using jscripts, and it was a miserable failure; well, not quite miserable, but sadly didn’t work in a way suitable to deploy to … Continue reading

Posted in Development, M3 / MoveX, Webservices | Tagged , , , , | Leave a comment

Calling your own Assembly from JScript

Ok, one of the topics I keep alluding to (but getting side tracked) is how unsuitable Jscript is for larger scale projects – well at least in my mind :-). Jscript is a scripting language rather than a full blown … Continue reading

Posted in Development, How Far is Too Far?, M3 / MoveX | Tagged , | 2 Comments

Calling WebServices from jscript in LSO – A Rough Cut

So, here it is, how to call WebServices from Jscript in LSO. In my experience with scripting languages, they typically aren’t great when it comes to handling complex tasks such as processing XML files. Sure, they can but you put … Continue reading

Posted in Development, M3 / MoveX, Webservices | Tagged , , | 11 Comments

Finding the name of a Control with the IsMouseOver property

Ok, I got sidetracked. I had intended to map out the layout of the controls that are common between most programs within Smart Office, but I wanted to have a bit of a play around with something a little more … Continue reading

Posted in Uncategorized | Tagged , , , | 4 Comments