Search found 11 matches

Go to advanced search

by rolly
Fri Nov 09, 2012 3:19 pm
Forum: Tips and Techniques
Topic: Convert binary display to binary
Replies: 4
Views: 4656

Re: Convert binary display to binary

Thanks for this.
I know it's a strange way for a program to return data, but it's a command-line program using this method to display binary data which will include unprintable characters.
Also, yes JohnP, the example I typed in was too short.

Roland
by rolly
Fri Nov 09, 2012 9:34 am
Forum: Tips and Techniques
Topic: Convert binary display to binary
Replies: 4
Views: 4656

Convert binary display to binary

Hi All, I have an external program that returns a 4 or 32 byte binary display string in the format "0010101101001010" and "0010101101001010001010110100101000101011010010100010101101001010" Is there a simple 'type cast' way to convert this string into a Jade 4 Byte Binary variable or do I need to bui...
by rolly
Mon Jul 23, 2012 4:51 pm
Forum: Tips and Techniques
Topic: Jade Date Picker
Replies: 4
Views: 5703

Re: Jade Date Picker

Darryll,

I will PM you with details.

Thanks
Roland
by rolly
Mon Jul 23, 2012 12:53 pm
Forum: Tips and Techniques
Topic: Jade Date Picker
Replies: 4
Views: 5703

Re: Jade Date Picker

Thanks for the info Darryll,

Unfortunately, I don't have a copy of Baseschema.
Is anyone aware of the possibility of getting hold of a copy, even if it's an old copy?

Thanks
Roland
by rolly
Thu Jul 12, 2012 4:21 pm
Forum: Tips and Techniques
Topic: Jade Date Picker
Replies: 4
Views: 5703

Jade Date Picker

Hi All,

Does anyone have a pure jade date picker they would be prepared to share?
I have both windows and linux clients and so I don't want to use a platform dependent external library if I can help it.

Thanks
Roland
by rolly
Tue Jul 03, 2012 12:42 pm
Forum: Tips and Techniques
Topic: Calling a Jade method from a 'Method' object
Replies: 3
Views: 4534

Re: Calling a Jade method from a 'Method' object

Thanks Torrie, this was part of what I needed, and now you reminded me, the deep recesses of my mind tell me I did actually know this.
Now any ideas how I can derive information about method parameters from schema metadata or Method object?
by rolly
Tue Jul 03, 2012 11:38 am
Forum: Tips and Techniques
Topic: Calling a Jade method from a 'Method' object
Replies: 3
Views: 4534

Calling a Jade method from a 'Method' object

I have reason to call a jade method on an object when all I have is the name of a method in a string form (I am using Jade 6.3) Now I know I can get a reference to a Method object by doing a 'method := object.class.getMethodInHTree("methodName"); And I know I can also use the Async Method framework ...
by rolly
Tue Aug 24, 2010 11:34 am
Forum: Feature Discussions
Topic: Selecting an ODBC Database at runtime
Replies: 2
Views: 4680

Re: Selecting an ODBC Database at runtime

Thanks, this was just the info I was after.

Roland
by rolly
Sat Aug 14, 2010 2:10 pm
Forum: Feature Discussions
Topic: Selecting an ODBC Database at runtime
Replies: 2
Views: 4680

Selecting an ODBC Database at runtime

I struggling a little to come to terms with exactly how to select different external ODBC databases at runtime under Linux (I am not sure if this differs at all on windows, but I am using RH Linux). The simplest scenario is this: I have two Jade systems, one is dev and the other prod. I have several...
by rolly
Thu Aug 20, 2009 4:48 pm
Forum: Tips and Techniques
Topic: Access the current date in a conditional method
Replies: 3
Views: 3539

Re: Access the current date in a conditional method

Thanks BeeJay, I must admit that I perhaps hadn't thought through my use of dates in conditions far enough, so thanx for the extra info. So under the hood I would have to assume that jade re-evaluates conditional methods which are used as constraints when any of the attributes or references touched ...

Go to advanced search

cron