... Can't get 2.4h to work this works with 2.4f. P.S. I downloaded the tutorial, quickstart and reference from the website. I've only looked briefly at these...
Richard.vardy
richard.vardy@...
Jan 5, 2000 3:25 pm
190
Hi Simon When are you going to move S-net from AUN protcols to some IP based one - UDP for example? The problem I am experiencing seems to be that if a client...
Ian Walker
ian@...
Jan 5, 2000 5:08 pm
191
Hi Steve, To respond to your message from the last milleniumm... This is a bug, since you can do this with structure variables, just not with structure arrays....
S-Base Christchurch
s-base@...
Jan 5, 2000 9:26 pm
192
Hi Steve, Yes this would be possible. I will put it in the log for a future release. Regards, ... Join the S-Base group - see our web site! Simon Glass...
S-Base Christchurch
s-base@...
Jan 5, 2000 9:26 pm
193
Hi Ian, Yes there does seem to be a problem with this - will be fixed in next release. S-Base will move to using TCP/IP sockets at some point but I don't have...
S-Base Christchurch
s-base@...
Jan 5, 2000 9:26 pm
194
Hi folks I've done a quickie two-page write-up of S-Base in the Feb issue of Acorn User -- yes, I know, 2 pages cannot do it justice but I needed a filler and ...
Steve Turnbull
steve@...
Jan 6, 2000 6:13 am
195
In message <Marcel-1.53-0106090933-566KpTm@...> ... Hmm, sooner rather than later would be nice. I've been experimenting with different...
Steve Turnbull
steve@...
Jan 6, 2000 6:13 am
196
... Excellent idea! Although the S-Base Quick Start Guide will be hard to surpass. But do not let that put you off - I will be a guaranteed reader. In the...
Hill Boyd
h.boyd@...
Jan 6, 2000 1:33 pm
197
Don't you just love my timing? No sooner have I slogged down the quickstart, tutorial and reference manuals (complete with image files) by importing the HTML...
Hill Boyd
h.boyd@...
Jan 7, 2000 11:34 am
198
... I shall really look forward to that. Although I can plod along quite happilly and eventually end up with the correct result, there are a million and one...
Robin Hampshire
robah@...
Jan 7, 2000 6:42 pm
199
Hi, Does anyone know of any way of replicating data between SBase and any other database (Sybase would be my choice). Also, are there any JDBC drivers out...
Michael Boyd
mb@...
Jan 10, 2000 3:19 pm
200
Hi Steve, ... Here's a beginner! Yes, I really am one. Starting with with !SQuirreL, I considered the relational aspects of it more as a bonus, not as a real...
Johan Heuseveldt
johan@...
Jan 10, 2000 7:55 pm
201
Anyone got a protocol library for getting two s-base apps talking to each other, on a single machine? -- Steve Turnbull (steve@...) ...
Steve Turnbull
steve@...
Jan 10, 2000 8:31 pm
202
Hi Johan, This is a common problem - you need to turn on two things: - the format element's data type must have the maximum length set (you can set it to...
S-Base Christchurch
s-base@...
Jan 10, 2000 10:31 pm
203
... And what about an S-Base app with any other app. In the past I tried to figure out event handling in S-Base. Then I can create a name and address app in...
Johan Heuseveldt
johan@...
Jan 10, 2000 10:45 pm
204
Hi Steve, I don't know about a library, but Steve Simatos has been doing this sort of thing for a while. S-Base will sort sockets as part of the Linux port, so...
S-Base Christchurch
s-base@...
Jan 10, 2000 11:59 pm
205
Hi Richard, You need a new license file - have you registered with the S-Base site? The manuals are not a lot different from the paper versions, but if you ...
S-Base Christchurch
s-base@...
Jan 10, 2000 11:59 pm
206
Hi Steve, That does sound really awful. You could do something like: size = 1 dim z pupil data [size] then if you need to increase the size, use size += 100 ...
S-Base Christchurch
s-base@...
Jan 10, 2000 11:59 pm
207
Hi Steve, At the risk of sounding boring, you could start with an address book created from SAM, then add label printing, a phone list, etc. But I guess it...
S-Base Christchurch
s-base@...
Jan 10, 2000 11:59 pm
208
Hi Michael, Yes, but you will need to program this yourself. You may find that Sybase has replication methods, and you just need to output the data from S-Base...
S-Base Christchurch
s-base@...
Jan 10, 2000 11:59 pm
209
Hi All
On Mon 10 Jan, Johan Heuseveldt wrote:
> On Mon 10 Jan, Steve Turnbull wrote:
> > > > Anyone got a protocol library for getting two s-base apps...
Steve Simatos
ssimatos@...
Jan 11, 2000 12:06 am
210
... New variation : What about 2 S_Base applications on S-Net through a server, talking to each other? More precisely exchanging data. i.e. I'm talking about...
Wim Ekels
wim@...
Jan 11, 2000 9:32 am
211
HELP, HELP How I hate tables in S-Base! Many moons ago I included tables into my application, I feel against my better judgement now .... These worked sort of...
Diana Green
rdghome@...
Jan 11, 2000 2:54 pm
212
Has anyone got a sensible algorithm for finding the difference in days between two dates in S-Base? I need to end up with an integer value for inclusion in...
Robin Hampshire
robah@...
Jan 11, 2000 3:45 pm
213
In message <Marcel-1.53-0111114835-c72KpTm@...> ... I know that one :-) Trouble is I didn't explain exactly what I'm doing. What I've...
Steve Turnbull
steve@...
Jan 11, 2000 6:13 pm
214
Hi Diana, Part of the problem with tables is the illusion that you are dealing with multiple records. Actually S-Base has only one record loaded at a time. ...
S-Base Christchurch
s-base@...
Jan 12, 2000 12:34 am
215
Hi Robin, You can just use date1 - date2 to find the number of days between them. A date is just the number of days since 4700 BC (or thereabouts). You can ...
S-Base Christchurch
s-base@...
Jan 12, 2000 12:34 am
216
In article <947672219.25394@...>, ... Ah, there we have it. It is the @int bit that matters. date1 - date2 which is what I had been trying, gives...
Robin Hampshire
robah@...
Jan 13, 2000 7:46 am
217
PJ McCann
P.J.McCann@...
Jan 13, 2000 8:22 am
218
... Can't get 2.4h to work this works with 2.4f. P.S. I downloaded the tutorial, quickstart and reference from the website. I've only looked briefly at these...