RE: Witango-Talk: Zip Codes into a CSV Excel file

2005-05-05 Thread Wilcox, Jamileh \(HSC\)
Nope, if it's imported/opened the field as a text, any leading zeroes are gone. You have to force Excel to use the wizard so that you can tell it the field is text before it actually touches the data. (Changing the .csv ending to a .txt will do it.) I dunno if you're trying to do an automatic

RE: Witango-Talk: Zip Codes into a CSV Excel file

2005-05-05 Thread Wilcox, Jamileh \(HSC\)
Garcia President - BigHead Technology VP Application Development - eventpix.com 13653 West Park Dr Magalia, Ca 95954 ph: 530.645.4040 x222 fax: 530.645.4040 [EMAIL PROTECTED] - [EMAIL PROTECTED] http://bighead.net/ - http://eventpix.com/ On May 5, 2005, at 10:42 AM, Wilcox, Jamileh ((HSC)) wrote

RE: Witango-Talk: Number Generate

2004-11-04 Thread Wilcox, Jamileh \(HSC\)
Title: Message Steve - you need to put numbers into the attributes, like @RANDOM LOW="1" HIGH="100". That will return a random number between 1 and 100 (inclusive). -Original Message-From: Steve Campbell [mailto:[EMAIL PROTECTED] Sent: Thursday, November 04, 2004 3:07

RE: Witango-Talk: Number Generate

2004-11-01 Thread Wilcox, Jamileh \(HSC\)
Title: Message @RANDOM will generate a random number; you can set high low limiters in the tag attributes. -Original Message-From: Steve Campbell [mailto:[EMAIL PROTECTED] Sent: Monday, November 01, 2004 1:37 PMTo: [EMAIL PROTECTED]Subject: Witango-Talk: Number

RE: Witango-Talk: Email Issue

2004-08-16 Thread Wilcox, Jamileh \(HSC\)
Title: Message What version of Witango are you running? T2K had a problem with not correctly changing for DST will behave like this, although I thought it was for all users. -Original Message-From: Michael Dittbrenner [mailto:[EMAIL PROTECTED] Sent: Friday, August 13,

RE: Witango-Talk: [ot] Databases

2004-08-12 Thread Wilcox, Jamileh \(HSC\)
] Databases Wondering why you are getting away from MS SQL 2000? From: Wilcox, Jamileh (HSC) [mailto:[EMAIL PROTECTED]Sent: Wed 8/11/2004 6:09 PMTo: [EMAIL PROTECTED]Subject: Witango-Talk: [ot] Databases We run all of our databases on MS-SQL2000 or MS Access. (I've been

RE: Witango-Talk: [ot] Databases

2004-08-12 Thread Wilcox, Jamileh \(HSC\)
, Wilcox, Jamileh (HSC) wrote: We run all of our databases on MS-SQL2000 or MS Access. (I've been slowly working towards moving all the Access databases to SQL.) We're considering changing database servers. Under discussion so far are Oracle and MySQL. The campus has

RE: Witango-Talk: Excel Drops zeros from download with witango

2004-07-27 Thread Wilcox, Jamileh \(HSC\)
We deal with this all the time on network files (not web). The only solution I know is to save the download file with an extension that Excel doesn't open automatically (e.g., .txt) and thereby force the import wizard, where you can manually designate the field as text. If you find a better way

RE: Witango-Talk: Some Press for Witango...

2004-07-22 Thread Wilcox, Jamileh \(HSC\)
John, that's a great writeup! I went out and played with your template tool when you posted it before; it's pretty durn nifty. Congrats! jamileh -Original Message- From: John McGowan [mailto:[EMAIL PROTECTED] Sent: Monday, July 19, 2004 10:16 AM To: [EMAIL PROTECTED] Subject:

RE: Witango-Talk: Checkbox for database criteria

2004-07-16 Thread Wilcox, Jamileh \(HSC\)
Vili, I'm not sure I understand what you're trying to do. Here's what I get: you know how to query the database for a list of models, and you know how to list those models on a web form with checkbox selectors. What you're asking is how to query for further info after a user checks some boxes

RE: Witango-Talk: Multiple Table Search Results

2004-07-16 Thread Wilcox, Jamileh \(HSC\)
Title: Message You'll have to use outer joins between your tables. It'll look something like: FROM tblOne LEFT OUTER JOIN tblTwo ON tblOne.ID = tblTwo.ID LEFT OUTER JOIN tblThree ON tblTwo.ID = tblThree.ID and so on. You're telling it to take ALL records in tblOne, not just the rows

RE: Witango-Talk: [OT] IQ test

2004-07-14 Thread Wilcox, Jamileh \(HSC\)
Title: Message Silly fun! Except for the Gates reference... Your IQ score is 140 This number is based on a scientific formula that compares how many questions you answered correctly on the Classic IQ Test relative to others. Your Intellectual Type is Facts Curator. This means you are highly

Witango-Talk: Passing search arguments across links

2004-07-13 Thread Wilcox, Jamileh \(HSC\)
Title: Passing search arguments across links I have an app that gives web access to pdf documents (policies procedures). It includes a search form that allows users to search all of the db fields and list appropriate policies. I have a completely separate webapp. I need to add a link

RE: Witango-Talk: Passing search arguments across links

2004-07-13 Thread Wilcox, Jamileh \(HSC\)
Title: Message Right, the URL I gave works (those are underscores, not spaces), but leaves the arguments in the address window. Even with hidden args, a form requires a button takes up room thatI don't really have readily available. That's why I was trying to figure out if there was some

RE: Witango-Talk: Passing search arguments across links

2004-07-13 Thread Wilcox, Jamileh \(HSC\)
Available for Witango Developement -Original Message- From: Wilcox, Jamileh (HSC) [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 8:38 AM To: [EMAIL PROTECTED] Subject: RE: Witango-Talk: Passing search arguments across links Right, the URL I gave works (those

RE: Witango-Talk: Passing search arguments across links

2004-07-13 Thread Wilcox, Jamileh \(HSC\)
P.O. Box 69006 RPO Bridlewood SW Calgary, Alberta Canada T2Y 4T9 From: Wilcox, Jamileh (HSC) [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 9:02 AM To: [EMAIL PROTECTED] Subject: Witango-Talk: Passing search arguments

RE: Witango-Talk: Passing search arguments across links

2004-07-13 Thread Wilcox, Jamileh \(HSC\)
Witango MDaemon Reseller Available for Witango Developement -Original Message- From: Wilcox, Jamileh (HSC) [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 9:31 AM To: [EMAIL PROTECTED] Subject: RE: Witango-Talk: Passing search arguments across links Hey, that might work

RE: Witango-Talk: Insert to 2 tables based on criteria

2004-07-09 Thread Wilcox, Jamileh \(HSC\)
Title: Message In the insert section of your taf, you should have an Insert Action to add the record to Table A. Under that, add an IF action to check for @ARG MFGDirect = Yes. Inside the IF, add an Insert Action to add a record to Table B. Like this: ElseIf _function = insert Insert

RE: Witango-Talk: Witango Wiki?

2004-07-08 Thread Wilcox, Jamileh \(HSC\)
Title: Message I think it's a grand idea, but know absolutely nothing about wikis (other than what I've picked up in general conversation). And I have no servers accessible to the public. But I'd be willing to help work on it, if someone wants to put one up. -Original

Witango-Talk: [OT] SEO include files

2004-06-24 Thread Wilcox, Jamileh (HSC)
Title: [OT] SEO include files If I'm using INCLUDES (witango asp) for link menus, etc., in my applications - do the search engine robots see those? I've thought that they do but a question came up, so I want to be sure before I give out wrong answers. Thanks for any info! jamileh

RE: Witango-Talk: [Off] Access to SQL with ASP

2004-06-24 Thread Wilcox, Jamileh (HSC)
It depends on the complexity of the Access setup. The Upsize Wizard does a pretty good job on tables/fields, but not always perfect. If they have any code (macros, modules, field/form specific checks, calculations, etc.) it will be lost. On the other hand, a lot of that could probably be done

RE: Witango-Talk: [OT] SEO include files

2004-06-24 Thread Wilcox, Jamileh (HSC)
should always use the Save As Run-Only option any time you have sensitive code in a TAF/TCF. Robert -Original Message-From: Wilcox, Jamileh (HSC) [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 2:02 PMTo: [EMAIL PROTECTED]Subject: Witango-Talk: [OT] SEO

RE: Witango-Talk: [OT] SEO include files

2004-06-24 Thread Wilcox, Jamileh (HSC)
ny remnant of the file name or location unless you have it in a comment, therefore robots won't find them On Jun 24, 2004, at 11:02 AM, Wilcox, Jamileh (HSC) wrote: If I'm using INCLUDES (witango asp) for link menus, etc., in my applications - do the search engine robots see t

RE: Witango-Talk: Tango to Witango conversion

2004-06-23 Thread Wilcox, Jamileh (HSC)
as such, but it is comprehensive. Jason. On 23/06/2004, at 4:14 AM, Wilcox, Jamileh (HSC) wrote: I swear I remember a guide for converting apps that Phil had on the website (it was something like a list of things to remember doublecheck) that was mentioned here.  But I can't find

Witango-Talk: Tango to Witango conversion

2004-06-22 Thread Wilcox, Jamileh (HSC)
Title: Tango to Witango conversion I swear I remember a guide for converting apps that Phil had on the website (it was something like a list of things to remember doublecheck) that was mentioned here. But I can't find it on the website nor any mention in the list archives. Does anyone have

RE: Witango-Talk: Numeric Field Formatting??

2004-06-18 Thread Wilcox, Jamileh (HSC)
Title: Message According to the docs, your setup should work as long as your packet key is an integer, as in your example. I'm not sure why it's adding zeroes - is the code here pasted from your app or retyped? If your value is an integer,try one of these for your format see if they work

RE: Witango-Talk: Search on Email

2004-06-16 Thread Wilcox, Jamileh (HSC)
Search for an empty string - in MSSQL a null an empty string are two different things. Depending on your Inserts, you may need to check for both. (Looking for an empty string won't find a null, and looking for a null won't find an empty string.) Try this: table.emailaddr != '' jamileh

RE: Witango-Talk: Question about argument names

2004-06-02 Thread Wilcox, Jamileh (HSC)
? From: Wilcox, Jamileh (HSC) [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 2:50 PM To: [EMAIL PROTECTED] Subject: Witango-Talk: Question about argument names I seem to remember reading something on the list about it being

Witango-Talk: Question about argument names

2004-06-01 Thread Wilcox, Jamileh (HSC)
Title: Question about argument names I seem to remember reading something on the list about it being preferable to use the argname _function, because Witango recognizes that and will process faster. I've tried to find the original posts but no luck. Can anyone give me more info on this? Is

RE: Witango-Talk: Question about argument names

2004-06-01 Thread Wilcox, Jamileh (HSC)
is that _function is simply a training standard, so is widely adopted. I'm just in a weird mode today, can't ya tell? From: Wilcox, Jamileh (HSC) [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 2:50 PM To: [EMAIL

RE: Witango-Talk: Problem assigning Array values in local and user scope

2004-05-13 Thread Wilcox, Jamileh (HSC)
Can you copy and paste in send the exact code from the server that is failing? (IME, sometimes I think I've got the exact same code on both, but I don't.) -Original Message- From: Mike Scally [mailto:[EMAIL PROTECTED] Sent: Thursday, May 13, 2004 11:41 AM To: [EMAIL PROTECTED]

RE: Witango-Talk: Development Studio Crashing on Windows VERY ANNOYING.

2004-05-12 Thread Wilcox, Jamileh (HSC)
That's not the version I'm currently using, but I have had similar problems in the past with I-don't-remember-which version. My solution was to add a couple of Saves into the process, something like: Open Witango Studio Create New Taf File Save Add Assign Action to New Taf Save

Witango-Talk: Server Statistics

2004-05-05 Thread Wilcox, Jamileh (HSC)
Title: Server Statistics I asked about webstats programs a while back received several suggestions, which got me off to a good start. I've had to compile a comparison list for mgt here, so I thought maybe someone else could use it. Some of my notes are pretty sketchy (of course, I postponed

RE: Witango-Talk: Server Statistics

2004-05-05 Thread Wilcox, Jamileh (HSC)
with. If anybody wants more information about it feel free to contact me directly. Urchin reminds me of Witango. It's made by a small company and seems to blow away the competition and is worth every penny we paid for it. /John Wilcox, Jamileh (HSC) wrote: I asked about webstats programs

Witango-Talk: DB transactions

2004-04-27 Thread Wilcox, Jamileh (HSC)
So the BT/ET works on MSSQL if you're writing to the db? I'm in the middle of a large application and this is fairly critical to the pieces I've built. It's worked so far in testing, but hasn't been stressed with many concurrent users yet. Begin Transaction Insert Table1 Search Table1 for ID

RE: Witango-Talk: Contact with Australia

2004-04-19 Thread Wilcox, Jamileh (HSC)
I emailed Support last Wednesday with a question haven't had a response. I just figured they were busy and hadn't gotten back to me. -Original Message- From: John McGowan [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 10:17 AM To: [EMAIL PROTECTED] Subject: Witango-Talk:

RE: Witango-Talk: Select a submit button in a form (OT)

2004-04-16 Thread Wilcox, Jamileh (HSC)
Steve - here's several different javascripts I collected when I was trying to solve the same problem. The bottom one (submit wait) is one I'm using. I can't verify the others - some I got working and some I didn't, but I don't remember which. Enjoy! -Original Message- From:

RE: Witango-Talk: Import CSV

2004-04-16 Thread Wilcox, Jamileh (HSC)
-Original Message- From: Wayne Irvine [mailto:[EMAIL PROTECTED] Hey, I asked for tab delimited and look what I got. *g* Yeah, I've got a few of those, too. That is a very good point and one I hadn't thought of. It is the same fields in each record that are quoted. I'll try

RE: Witango-Talk: List of files in a folder

2004-04-16 Thread Wilcox, Jamileh (HSC)
I can send you a copy of a T2000 setup for Windows to do this, if that would help. I can't translate to Mac, though. -Original Message- From: Wayne Irvine [mailto:[EMAIL PROTECTED] Sent: Friday, April 16, 2004 1:24 AM To: [EMAIL PROTECTED] Subject: Re: Witango-Talk: List of files

RE: Witango-Talk: CSV into Array

2004-04-16 Thread Wilcox, Jamileh (HSC)
Pretty nifty! -Original Message- From: Wayne Irvine [mailto:[EMAIL PROTECTED] Sent: Friday, April 16, 2004 12:32 AM To: [EMAIL PROTECTED] Subject: Re: Witango-Talk: CSV into Array Sussed it!! @ELSEIF '@VAR local$CurrChar=@CHAR CODE=44' @IF '@VAR [EMAIL

RE: Witango-Talk: Import CSV

2004-04-16 Thread Wilcox, Jamileh (HSC)
The current production version for osx, windows and linux. Wilcox, Jamileh (HSC) wrote: -Original Message- From: Wayne Irvine [mailto:[EMAIL PROTECTED] Hey, I asked for tab delimited and look what I got. *g* Yeah, I've got a few of those, too

RE: Witango-Talk: Import CSV

2004-04-15 Thread Wilcox, Jamileh (HSC)
I'd say the first thing to try is ask him if he can produce csv files with all fields quoted. That may or may not be possible, depending on the program he's using and his level of expertise, but you could ask. If that's not possible, are they standard files? By which I mean, the same columns

RE: Witango-Talk: [OFF] EDI Programs windows

2004-04-15 Thread Wilcox, Jamileh (HSC)
I've been looking at EDI mappers specifically for HIPAA files. I dunno about VAN sr - that's not something we're doing. I don't know if my notes would be helpful to what you're doing, but if you want 'em just let me know. jamileh -Original Message- From: Dan Stein [mailto:[EMAIL

Witango-Talk: Problem with date Metatags

2004-04-06 Thread Wilcox, Jamileh (HSC)
Title: Problem with date Metatags Windows 2000, Witango 5.0.1.062 I'm having a problem with using the date-based metatags on dates entered with 2-digit years. ISDATE works fine and recognizes both 4-digit and 2-digit years. The documentation for the other tags (DAYS, DATEDIFF,

RE: Witango-Talk: selected value in @choicelist

2004-03-31 Thread Wilcox, Jamileh (HSC)
Title: Message John - SELECTED="@arg projects" will do it. If you lose your default, try something like this: @IF EXPR='@ARG ContactState=""' TRUE='@assign name="temp" scope="request" value="@@user$defaultstate[*,BaseOneId]"' FALSE='@assign name="temp" scope="request" value="@ARG

RE: Witango-Talk: another sql puzzler

2004-03-25 Thread Wilcox, Jamileh (HSC)
John - have you tried changing the Select Type in a Search Action to Summary? I think Witango will do this. -Original Message- From: John Newsom [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004 3:32 PM To: [EMAIL PROTECTED] Subject: RE: Witango-Talk: another sql puzzler

RE: Witango-Talk: Problem with inserting textarea arg - truncating

2004-03-04 Thread Wilcox, Jamileh (HSC)
Noel - I have a taf with Textarea to Memo inserts running in T2K to Access2K on W2K server. The code has WRAP=SOFT, which is supposedly the same as WRAP=VIRTUAL. It's got a regular insert, with quotes set to True. Have you tried looking at the debug info? jamileh -Original Message-

RE: Witango-Talk: Zipping files with Witango

2004-03-03 Thread Wilcox, Jamileh (HSC)
Any zip program that has a command-line interface should work. I've done it with pkzip (www.pkzip.com) and WinZip (www.winzip.com). You'd write the excel file to disk, then use an External Action to run the zip command line create a zipfile on disk, then attach that file to the email. You

RE: Witango-Talk: Witango Tutorial

2004-02-25 Thread Wilcox, Jamileh (HSC)
the tutorial database. If I can be of further assistance let me know, Fergal - Original Message - From: Wilcox, Jamileh (HSC) To: [EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 9:34 AM Subject: Witango-Talk: Witango Tutorial I

Witango-Talk: Witango Tutorial

2004-02-24 Thread Wilcox, Jamileh (HSC)
Title: Witango Tutorial I just downloaded and unzipped the Witango Tutorial - one of the guys here is going to start learning Witango give me a hand with some of our updates. The tutorial comes with a database setup for MySQL. Would anyone happen to have a database setup already done for

RE: Witango-Talk: Finding index of an array row

2004-02-20 Thread Wilcox, Jamileh (HSC)
ing EXCEPT the row(s) containing the value indicated in the column indicated. It's reliable and simple to set up. On Feb 20, 2004, at 1:52 PM, Wilcox, Jamileh (HSC) wrote: I have an array and I need to delete a particular row, based on the value in one column. The DELROWS tag starts del

RE: Witango-Talk: Record Builder Error

2004-01-29 Thread Wilcox, Jamileh (HSC)
Title: Message Steve - if you're sure you don't have the database already open in Access (which will cause this error), then you might try doing a compact repair on the database. It sounds like something has the db locked up and that might fix it. Open the Access db, Tools menu,Database

RE: Witango-Talk: (OT) Website Statistics

2004-01-16 Thread Wilcox, Jamileh (HSC)
Message- From: Wilcox, Jamileh (HSC) Sent: Tuesday, January 13, 2004 5:54 PM To: [EMAIL PROTECTED] Subject: RE: Witango-Talk: (OT) Website Statistics That does look terrific. A bit pricey for us, but maybe someday... -Original Message- From: Tom Ferguson [mailto:[EMAIL

RE: Witango-Talk: [OT] Latest picture from Mars...

2004-01-16 Thread Wilcox, Jamileh (HSC)
Hey dude! The MediaHouse software seems to be called LiveStats. Is that what you meant? There is a product called StatServer at (www.insightful.com). They say it can be used for website statistics, but I have yet to find anything further on that usage. If this is what you're using, can you

RE: Witango-Talk: (OT) Website Statistics

2004-01-14 Thread Wilcox, Jamileh (HSC)
[even more OT digression] g Actually, I'm Okie and our second person plural is y'all. I think youse guys is from the New York/New Jersey area; I'm not sure where I picked it up. So what's the Oz version and how do you say it? [/even more OT digression] -Original Message- From: Wayne

Witango-Talk: (OT) Website Statistics

2004-01-13 Thread Wilcox, Jamileh (HSC)
I think this has been discussed before, but I've not found it in the archives. What are youse guys using to track your web statistics? I need to set up to look at hits per site, per page, browser types, etc. Thanks. jamileh

RE: Witango-Talk: (OT) Website Statistics

2004-01-13 Thread Wilcox, Jamileh (HSC)
Stats from a Canadian company named Media House for years. It is rock solid, accurate, and their tech support is superb. www.mediahouse.com -Original Message- From: Wilcox, Jamileh (HSC) [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 5:28 PM To: [EMAIL PROTECTED

Witango-Talk: Looking for Witango Developer in OKC area

2004-01-12 Thread Wilcox, Jamileh (HSC)
We're looking into the possibility of bringing in some outside resources for a couple of projects. Management wants someone local to the Oklahoma City area, but may be willing to go with someone who's in town periodically. This is all very early stages, so I don't have anything concrete at the

RE: Witango-Talk: Directory Contents Returned

2003-12-15 Thread Wilcox, Jamileh (HSC)
: Witango-Talk: Directory Contents Returned Why the double quotes? -Original Message- From: Wilcox, Jamileh (HSC) [mailto:[EMAIL PROTECTED] Sent: Monday, December 15, 2003 11:02 AM To: [EMAIL PROTECTED] Subject: FW: Witango-Talk: Directory Contents Returned OK, our outlook server

RE: Witango-Talk: Paged results for a Direct DBMS action

2003-12-15 Thread Wilcox, Jamileh (HSC)
that in a variable to replicate what @TOTALROWS does. Or you'll have to calculate what your next and previous subset criteria are on the fly for each button to work. -Original Message- From: Wilcox, Jamileh (HSC) [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 5:10 PM To: [EMAIL

RE: Witango-Talk: Paged results for a Direct DBMS action

2003-12-15 Thread Wilcox, Jamileh (HSC)
, at 1:30 PM, Wilcox, Jamileh (HSC) wrote: OK, I need to add next/previous paging to a webpage. This is the results page of a direct dbms action. The paging in the manual doesn't work, because it is based on having checked the Get Total Number of Matching Rows box in the Results tab

RE: Witango-Talk: Directory Contents Returned

2003-12-15 Thread Wilcox, Jamileh (HSC)
Steve - is this what you're looking for? j -Original Message- From: Steve Campbell [mailto:[EMAIL PROTECTED] Sent: Saturday, December 13, 2003 3:27 PM To: [EMAIL PROTECTED] Subject: RE: Witango-Talk: Directory Contents Returned As I said..thanks again.but if I remember

RE: Witango-Talk: Directory Contents Returned

2003-12-15 Thread Wilcox, Jamileh (HSC)
these up? Steve From: Wilcox, Jamileh (HSC) [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Mon, 15 Dec 2003 09:58:21 -0600 To: [EMAIL PROTECTED] Subject: RE: Witango-Talk: Directory Contents Returned Steve - is this what you're looking for? j -Original

Witango-Talk: Paged results for a Direct DBMS action

2003-12-12 Thread Wilcox, Jamileh (HSC)
OK, I need to add next/previous paging to a webpage. This is the results page of a direct dbms action. The paging in the manual doesn't work, because it is based on having checked the Get Total Number of Matching Rows box in the Results tab of the Search Action. The Direct DBMS Results tab

RE: Witango-Talk: Paged results for a Direct DBMS action

2003-12-12 Thread Wilcox, Jamileh (HSC)
-Original Message- From: Wilcox, Jamileh (HSC) [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 1:31 PM To: [EMAIL PROTECTED] Subject: Witango-Talk: Paged results for a Direct DBMS action OK, I need to add next/previous paging to a webpage. This is the results page

RE: Witango-Talk: Paged results for a Direct DBMS action

2003-12-12 Thread Wilcox, Jamileh (HSC)
the database's response? Robert -Original Message- From: Wilcox, Jamileh (HSC) [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 4:53 PM To: [EMAIL PROTECTED] Subject: RE: Witango-Talk: Paged results for a Direct DBMS action Yah, I can probably rewrite the queries to run

RE: Witango-Talk: OT: Looking for help - Certificates and SQL

2003-12-10 Thread Wilcox, Jamileh (HSC)
- XML-Extranet - http://xmlx.ca 403-281-6090 - [EMAIL PROTECTED] -- Well-formed Development (for hire) - -Original Message- From: Wilcox, Jamileh (HSC) [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 4:10 PM To: [EMAIL PROTECTED

RE: Witango-Talk: OT: Looking for help - Certificates and SQL

2003-12-10 Thread Wilcox, Jamileh (HSC)
] -- Information for the Witango Developer Community - XML-Extranet - http://xmlx.ca 403-281-6090 - [EMAIL PROTECTED] -- Well-formed Development (for hire) - -Original Message- From: Wilcox, Jamileh (HSC) [mailto:[EMAIL PROTECTED] Sent

RE: Witango-Talk: @COLUMN tag problems

2003-12-09 Thread Wilcox, Jamileh (HSC)
I guess that is the problem - I'm not in the Results of the search action. I must've misread the help files. Thanks for all the responses! j -Original Message- From: Dan Stein [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 7:29 AM To: [EMAIL PROTECTED] Subject: Re:

Witango-Talk: calling Ben Johansen

2003-12-09 Thread Wilcox, Jamileh (HSC)
Ben - please let me know if you're online; there's an email that may have gone astray. Thanks. j TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

Witango-Talk: OT: Looking for help - Certificates and SQL

2003-12-09 Thread Wilcox, Jamileh (HSC)
OK, we have need to secure our internal communications between servers. Plan: set up inhouse Certificate Authority, and use those certificates to encrypt communications between IIS and MSSQL servers. The ultimate goal is to have encrypted Witango websites available via the internet, securely

RE: Witango-Talk: OT: Looking for help - Certificates and SQL

2003-12-09 Thread Wilcox, Jamileh (HSC)
Dunno, I'll have to ask. I hadn't even gotten as far as trying to set up any https files, and hadn't installed certs on IIS yet. We were just trying to get the boxes to talk over the default SQL port. -Original Message- From: Jeff Bohmer [mailto:[EMAIL PROTECTED] Sent: Tuesday,

RE: Witango-Talk: OT: Looking for help - Certificates and SQL

2003-12-09 Thread Wilcox, Jamileh (HSC)
Message- From: Wilcox, Jamileh (HSC) [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 4:10 PM To: [EMAIL PROTECTED] Subject: RE: Witango-Talk: OT: Looking for help - Certificates and SQL Dunno, I'll have to ask. I hadn't even gotten as far as trying to set up any https

Witango-Talk: @COLUMN tag problems

2003-12-08 Thread Wilcox, Jamileh (HSC)
Witango5; Windows2000, IIS5; MSSQL2000 SQL query: SELECT t1.CategoryID,t1.CategoryNum,t1.CategoryName,t2.ConcernID,t2.ConcernNum, t2.ConcernName,t2.ConcCatLink,t2.ComplimentStatus,t2.ComplaintStatus FROM dbo.tbl_ConcernCategories t1,dbo.tbl_Concerns t2 WHERE (t1.ActiveStatus=1 AND

RE: Witango-Talk: @COLUMN tag problems

2003-12-08 Thread Wilcox, Jamileh (HSC)
names from the Direct DBMS. That may be the problem. From: Wilcox, Jamileh (HSC) [EMAIL PROTECTED] Date: 2003/12/08 Mon PM 08:20:13 GMT To: [EMAIL PROTECTED] Subject: Witango-Talk: @COLUMN tag problems Witango5; Windows2000, IIS5; MSSQL2000 SQL query: SELECT t1.CategoryID,t1

RE: Witango-Talk: @COLUMN tag problems

2003-12-08 Thread Wilcox, Jamileh (HSC)
PROTECTED] Subject: Re: Witango-Talk: @COLUMN tag problems Is this result with the search action or after it? on 12/8/03 16:35, Wilcox, Jamileh (HSC) at [EMAIL PROTECTED] wrote: Nope, it's from a Search action. -Original Message- From: Kevin Quinn [mailto:[EMAIL

RE: Witango-Talk: Those dang commas!

2003-12-08 Thread Wilcox, Jamileh (HSC)
I often use carets ^ and pipes | for array delimiters to get around the comma problem. Didn't realize you could use something like [ROW] - I'll have to remember that! -Original Message- From: Robert Shubert [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 5:53 PM To:

Witango-Talk: Help with data validation

2003-12-05 Thread Wilcox, Jamileh (HSC)
OK, this is driving me nuts. I've attached an example file with the relevant pieces of my app. I'm trying to validate form data. I may add javascript validation later, but at the moment, I'd rather have it in Witango. I've got required field data validating fine - see the

Witango-Talk: OT: test platforms

2003-11-24 Thread Wilcox, Jamileh (HSC)
We're in the process of building an application for public consumption. This is a new area for me, as all my previous apps have been intranet and built to campus standards for OS and browser. I am building primarily in HTML/Witango; there'll be some javascript, but I'm trying to keep that to

Witango-Talk: Studio 5 bug?

2003-11-19 Thread Wilcox, Jamileh (HSC)
I can't get to the Witango website today; has anyone heard of this problem? Witango DevStudio 5.0.1.037 on W2KPro SP3, current on security critical patches. If I open two instances of Witango (so that I can tab between files on the taskbar rather than switching within the Witango window), I'm

RE: Witango-Talk: [OT] Automated File Transfers

2003-10-08 Thread Wilcox, Jamileh (HSC)
Although I can't get 'em to buy the full version of WS-FTP, I've used the Lite version (which doesn't have command-line capability). I'd recommend the full version based on my experience with the little'un - it's a good program for not much $$. I use batch files to run the MS ftp utility (comes

RE: Witango-Talk: Poll: Version?

2003-09-24 Thread Wilcox, Jamileh (HSC)
We're still on T2K, waiting for approval to upgrade to Witango5. Windows 2000 servers, MSSQL 2000. -Original Message- From: Alvin Dy [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 3:01 AM To: [EMAIL PROTECTED] Subject: Re: Witango-Talk: Poll: Version?

RE: Witango-Talk: Poll: Version?

2003-09-24 Thread Wilcox, Jamileh (HSC)
in this beta. So your requests on the list have been taken into account. Ben @ Corroboree 2003 -Original Message- From: Wilcox, Jamileh (HSC) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Wed, 24 Sep 2003 12:16:27 -0500 Subject: RE: Witango-Talk: Poll: Version? We're still

RE: Witango-Talk: Could not execute Fork

2003-09-22 Thread Wilcox, Jamileh (HSC)
C'est tres bizarre. I've been getting them today, too. I am mucking about with some external actions, so it's not really surprising I'd get the error, just odd to see it and then see these in email. Synchronicity strikes again! Unfortunately, when I tried to restart the Tango service, it

RE: Witango-Talk: PDF stored in db?

2003-09-19 Thread Wilcox, Jamileh (HSC)
-Ursprungligt meddelande- Från: Wilcox, Jamileh (HSC) [mailto:[EMAIL PROTECTED] Skickat: den 18 september 2003 15:40 Till: [EMAIL PROTECTED] Ämne: RE: Witango-Talk: PDF stored in db? Hey Bengt! Yes, it seems to be a MSSQL/Witango combination - Bill (and others) say it works fine

RE: NDN(7): SV: Witango-Talk: PDF stored in db?

2003-09-18 Thread Wilcox, Jamileh (HSC)
Me too. Pretty odd. -Original Message- From: Tom Ferguson [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 8:32 AM To: [EMAIL PROTECTED] Subject: RE: NDN(7): SV: Witango-Talk: PDF stored in db? what the heck is this??? I had about 25 of these in my mail box this

RE: Witango-Talk: PDF stored in db?

2003-09-18 Thread Wilcox, Jamileh (HSC)
the combination Witango MSSQL or Witango itself causing the problem. -Ursprungligt meddelande- Från: Wilcox, Jamileh (HSC) [mailto:[EMAIL PROTECTED] Skickat: den 17 september 2003 23:28 Till: [EMAIL PROTECTED] Ämne: RE: Witango-Talk: PDF stored in db? You know, that's an idea. I

RE: Witango-Talk: PDF stored in db?

2003-09-17 Thread Wilcox, Jamileh (HSC)
. It is a little trickier, but can be done where you pull the file and send it directly to the browser w/o needing to put it in a file on the server. Troy Sosamon Denver, Co. -Original Message- From: Wilcox, Jamileh (HSC) [mailto:[EMAIL PROTECTED] Sent: Wednesday

RE: Witango-Talk: PDF stored in db?

2003-09-17 Thread Wilcox, Jamileh (HSC)
the file and send it directly to the browser w/o needing to put it in a file on the server. Troy Sosamon Denver, Co. -Original Message- From: Wilcox, Jamileh (HSC) [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 10:08 AM To: [EMAIL

RE: Witango-Talk: PDF stored in db?

2003-09-17 Thread Wilcox, Jamileh (HSC)
the file and send it directly to the browser w/o needing to put it in a file on the server. Troy Sosamon Denver, Co. -Original Message- From: Wilcox, Jamileh (HSC) [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 10:08 AM To: [EMAIL

RE: Witango-Talk: PDF stored in db?

2003-09-17 Thread Wilcox, Jamileh (HSC)
, Jamileh (HSC) [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 10:08 AM To: [EMAIL PROTECTED] Subject: Witango-Talk: PDF stored in db? Tango2000, W2K server, IIS5, SQL2K I'm building an application to search and display lots of PDF files. My

RE: Witango-Talk: PDF stored in db?

2003-09-17 Thread Wilcox, Jamileh (HSC)
. -Original Message- From: Wilcox, Jamileh (HSC) [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 10:08 AM To: [EMAIL PROTECTED] Subject: Witango-Talk: PDF stored in db? Tango2000, W2K server, IIS5, SQL2K I'm building an application

RE: Witango-Talk: PDF stored in db?

2003-09-17 Thread Wilcox, Jamileh (HSC)
to the browser w/o needing to put it in a file on the server. Troy Sosamon Denver, Co. -Original Message- From: Wilcox, Jamileh (HSC) [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 10:08 AM To: [EMAIL PROTECTED] Subject

RE: Witango-Talk: PDF stored in db?

2003-09-04 Thread Wilcox, Jamileh (HSC)
to that file it is very easy. It is a little trickier, but can be done where you pull the file and send it directly to the browser w/o needing to put it in a file on the server. Troy Sosamon Denver, Co. -Original Message- From: Wilcox, Jamileh (HSC) [mailto:[EMAIL

RE: Witango-Talk: PDF stored in db?

2003-09-04 Thread Wilcox, Jamileh (HSC)
I take it back. The reason I'm having problems with the display is that it's not inserting the full file, only about 40 chars worth. I'm reworking it now, so any hints from Bengt would be most timely. :) j -Original Message- From: Wilcox, Jamileh (HSC) Sent: Thursday, September

RE: Witango-Talk: PDF stored in db?

2003-09-04 Thread Wilcox, Jamileh (HSC)
. I think I even tried wrapping it in quotes. Ben Johansen - http://www.pcforge.com Authorized Witango Reseller http://www.pcforge.com/WitangoGoodies.htm Authorized MDaemon Mail Server Reseller http://www.pcforge.com/AltN.htm -Original Message- From: Wilcox, Jamileh (HSC

RE: Witango-Talk: empty argument

2003-09-04 Thread Wilcox, Jamileh (HSC)
Yup, empty strings ('') are not the same thing as NULL in SQL. I believe MySQL supports this difference. If someone submitted an empty form, and that form touched fields in your database (even though nothing was inserted), then those columns contain nothing (i.e., empty strings) rather than

RE: Witango-Talk: PDF stored in db?

2003-09-04 Thread Wilcox, Jamileh (HSC)
Message- From: Wilcox, Jamileh (HSC) [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 11:04 AM To: [EMAIL PROTECTED] Subject: RE: Witango-Talk: PDF stored in db? It seems to be some sort of strange character that's causing the problem. One file uploads as 40 characters

RE: Witango-Talk: email actions w/ multiple destinations

2003-09-02 Thread Wilcox, Jamileh (HSC)
Title: Message Atrix - it's always been commas, as far as I know. We're still on T2K - I had to fix a couple of mail actions a few months ago, because they'd been semicolon delimited and weren't working. (There was no over error, the mail just didn't go out.) -Original

RE: Witango-Talk: OT: SMTP server

2003-08-29 Thread Wilcox, Jamileh (HSC)
*g* I may think about changing mail servers, now that I'm collecting a few clues. == Here's @@resultSet for a successful mailing: 220 intranet.net.ouhsc.edu Microsoft ESMTP MAIL Service, Version: 5.0.2195.5329 ready at

  1   2   >