Re: LibURL downloading and Mail.app in OS X

2006-01-21 Thread Trevor DeVore
On Jan 21, 2006, at 4:43 PM, J. Landman Gay wrote: I'm not checking specifically to see if there was a timeout or an error, just whether it was successful or not. I suppose I should. The deal is, we've got several testers all using OS X and it has worked flawlessly for everyone but one. Wh

Re: How to avoid that "3" be in "34" ?

2006-01-21 Thread Jim Ault
Try this in your multiline message box -- answer wordoffset("AB-b3", fld 1) set the wholematches to true answer wordoffset("AB-b3", fld 1) --- thus set the wholematches to true if wordOffset(myVar,fld 1) < 1 then --it is not found same works for itemOffset lineOffset HTH Jim Ault Las Vegas

Re: case Sensitive

2006-01-21 Thread Alex Tweedly
liamlambert wrote: I have a search stack that searches an SQLlite database the database is case sensitive does anyone know of a way around this setting the "set the caseSensitive to false" does not work Right - that affects comparisons made within your script; I assume you are doing the se

case Sensitive

2006-01-21 Thread liamlambert
I have a search stack that searches an SQLlite database the database is case sensitive does anyone know of a way around this setting the "set the caseSensitive to false" does not work Liam Lambert [EMAIL PROTECTED] IRELAND ___ use-revolution maili

Re: How to avoid that "3" be in "34" ?

2006-01-21 Thread Mark Swindell
You might try: if myVar is not among the items of fld "myField" then... Mark On Jan 21, 2006, at 11:56 AM, André.Bisseret wrote: If myVar is not in fld “myField” then put cr & myVar after fld “myField” ___ use-revolution mailing list use-revoluti

Re: LibURL downloading and Mail.app in OS X

2006-01-21 Thread J. Landman Gay
Trevor DeVore wrote: On Jan 21, 2006, at 12:03 PM, J. Landman Gay wrote: I have a project that uses libURL to download files from a server. One tester using OS X reports that if Mail.app is open and synchronizing mail, libURL fails pretty consistently to download. Apparently Mail.app doesn

Re: How to avoid that "3" be in "34" ?

2006-01-21 Thread Mark Smith
Also, assuming that there are no spaces in the values in the field: if (myVar & space) is not in fld "myField" then put cr & myVar after fld "myField" Mark On 21 Jan 2006, at 20:07, Mark Schonewille wrote: Hi André, If all entries are in separate lines, you could do if myVar is not among

RE: Unable to initialise message installing DreamCard Player

2006-01-21 Thread Scott Kane
Rand, >Does anyone have a clue as to what this is about? > DreamCard itself > installs fine. Two possibles. 1. Not enough RAM. How much do you have on the laptop? 2. Swap space to low on the laptop. How large is your swap space? (aka Virtual memory). Cheers, Scott Kane ___

Unable to initialise message installing DreamCard Player

2006-01-21 Thread Rand Valentine
I have just installed the evaluation version of DreamCard on a (pretty zippy and new) Dell laptop I have which is running Windows ME. I have tried several times to install the DreamCard Player, but keep getting a message, when the DC player first tries to start up, saying: Unable to ini

Re: LibURL downloading and Mail.app in OS X

2006-01-21 Thread Trevor DeVore
On Jan 21, 2006, at 12:03 PM, J. Landman Gay wrote: I have a project that uses libURL to download files from a server. One tester using OS X reports that if Mail.app is open and synchronizing mail, libURL fails pretty consistently to download. Apparently Mail.app doesn't play well with othe

Re: How to avoid that "3" be in "34" ?

2006-01-21 Thread Mark Schonewille
Hi André, If all entries are in separate lines, you could do if myVar is not among the lines of fld "myField" then but if you have a list of items, using the comma as item delimiter, for instance, you might use if myVar is not among the items of fld "myField" then Best, Mark André.Bisse

LibURL downloading and Mail.app in OS X

2006-01-21 Thread J. Landman Gay
I have a project that uses libURL to download files from a server. One tester using OS X reports that if Mail.app is open and synchronizing mail, libURL fails pretty consistently to download. Apparently Mail.app doesn't play well with others, or else the Rev engine or libURL has a glitch. I j

How to avoid that "3" be in "34" ?

2006-01-21 Thread André . Bisseret
Hello, If I have “AB-b3” in myVar and “AB-b34” in a fld “myField” when I script : If myVar is not in fld “myField” then put cr & myVar after fld “myField” AB-b3 is not added to myField !! It is “considered” as being already in fld “myField” ; well, I understand why ((AB-b3)4) But how could I av

yet another repeat

2006-01-21 Thread liamlambert
Thank you Sarah That was just what I needed. Liam Lambert [EMAIL PROTECTED] IRELAND ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists

Re: [OT] XP Trouble-shooting Suggestions?

2006-01-21 Thread Bob Hartley
On 21/01/2006 16:49:22, Rob Cozens ([EMAIL PROTECTED]) wrote: > Salut Eric, > > >Did you try to defragment your HD? > > Not after the "compress old files" took so long, because > defragmenting--which I do regularly--usually takes much longer than > compress files utility. I _never_ have more tha

Re: [OT] XP Trouble-shooting Suggestions?

2006-01-21 Thread Leland Jackson
Is your computer on a network? Sometime a computer that is trying to connect to a network, but is unable to do so, will exhibit all kind of wired problems. Have you checked your log files. Have you changed any settings in you compression software? Are you running any virus scanning softwar

Re: Amazing, strange, and mystifying - SOLVED

2006-01-21 Thread Jim Ault
On 1/21/06 3:44 AM, "Sarah Reichelt" <[EMAIL PROTECTED]> wrote: > On 1/20/06, Jim Ault <[EMAIL PROTECTED]> wrote: >> An update on 'spooky' Rev incident. >> SOLVED -- Rev is definitely NOT the culprit >> My working version of a stack that had script-only changes is, indeed, >> correctly saved to

Re: [OT] XP Trouble-shooting Suggestions?

2006-01-21 Thread Rob Cozens
Salut Eric, Did you try to defragment your HD? Not after the "compress old files" took so long, because defragmenting--which I do regularly--usually takes much longer than compress files utility. I _never_ have more than 25-30% of the disk occupied. Rob Cozens Serendipity Software Company

CGIs and Security

2006-01-21 Thread Gregory Lypny
Hello Everyone, Does anyone know of Revolution documents or examples that explain how to implement security for a web site run on Revolution CGIs? I'm working in Tiger, and I'd like to include some secure forms in my site, you know, that https stuff. Regards, Gregory L

RE: Amazing, strange, and mystifying

2006-01-21 Thread Stephen Barncard
YES, you can just breathe on the scripts and they want to be saved! Of course pasting in text would be a desired alteration, but I notice it gets 'dirty' even if on doesn't change anything in the script but if one just copies it! hey, I just did this 5 times in a row and then understood why!

Re: [OT] XP Trouble-shooting Suggestions?

2006-01-21 Thread Eric Chatonet
Hi rob, Did you try to defragment your HD? Le 21 janv. 06 à 17:20, Rob Cozens a écrit : Over the last couple of weeks I've noticed a growing degredation in my TPC's disk access times, and I wonder if anyone has any suggestions as to how I might determine the cause. Presently, I am setting

[OT] XP Trouble-shooting Suggestions?

2006-01-21 Thread Rob Cozens
All, Over the last couple of weeks I've noticed a growing degredation in my TPC's disk access times, and I wonder if anyone has any suggestions as to how I might determine the cause. Presently, I am setting the TPC to standby rather than shutting it down, because shut down and startup both t

Re: UTF*

2006-01-21 Thread Mark Schonewille
Hi Carlo, Normally, you can try something like this: open file "unicode.txt" for binary write write fld "UTF" to file "unicode.txt" close file "unicode.txt" There is no reason for any encoding or decoding once the unicodetext of a field has been set correctly. However, Revolution uses a "spec

UTF*

2006-01-21 Thread Carlo Ricchiardi
dear friends, I'm not able to write a simple text file with UTF8 or UTF16 encoding; any esoteric combination of unidecode and uniencode statement give me a 1-byte text file... any help? TIA, carlo -- OTTO, via Garibaldi 5, 10122 Torino - 011.4407045 - www.otto.to.it Non uso MS Office, se p

Re: Amazing, strange, and mystifying - SOLVED

2006-01-21 Thread Sarah Reichelt
On 1/20/06, Jim Ault <[EMAIL PROTECTED]> wrote: > An update on 'spooky' Rev incident. > SOLVED -- Rev is definitely NOT the culprit > My working version of a stack that had script-only changes is, indeed, > correctly saved to my hard drive. > > The culprit is SPOTLIGHT, which is a Mac OSX feature

Re: yet another repeat

2006-01-21 Thread Sarah Reichelt
On 1/21/06, liamlambert <[EMAIL PROTECTED]> wrote: > I would like to put the costumer detales into the fields > userID,name,Phone.ect > with a repeat command but am stuck here > > >get fld "showID" >put it into tshowID >put "SELECT > userID,name,phone,address,address1,address,emai

Re: yet another repeat

2006-01-21 Thread David Burgun
I would like to put the costumer detales into the fields userID,name,Phone.ect with a repeat command but am stuck here get fld "showID" put it into tshowID Not sure about the rest of the code, but why do you do the above instead of: put fld "showID" into tshowID ? All the Best

Re: Oracle search path Instant Client vs. full client

2006-01-21 Thread Mark Waddingham
Hi Bill, As I recall, there is a global environment variable that Oracle looks for to find its various components - I think this is ORAHOME. It could be that if this is set, the Oracle client libraries default to trying to use the Full Client installation rather than the local Instant Cli