Witango-Talk: Mod Rewrite - (Maybe OT)

2003-11-12 Thread Fogelson, Steve
I was just talking to a Search Engine Key Phrase Placement Company I contract with. He threw a term at me that I am unfamiliar with Mod Rewrite. He further explained that this shortened the URL (removed the ?), maybe the session id. This strategy is supposed to gain better search engine

RE: Witango-Talk: database on another server

2003-10-29 Thread Fogelson, Steve
Hi, Does splitting the db to another server save resources on the Witango server? I would assume it saves disk reads, but would it save cpuusage? For example , if the search action has"ordered by" columns or a join? I don't know anything about ODBC. Not sure if the DB engine is part of

Witango-Talk: 404.taf

2003-10-15 Thread Fogelson, Steve
Windows 2K server. R:Tango 2000, R:Base 6.5 I am trying to set up a taf to be referenced when IIS 5.0 cannot find a page. I first tested by revising HTTP Error 404 under Custom Errors of the Internet Information Services manager with 404.html. Worked fine. I located the taf under the root of the

RE: Witango-Talk: 404.taf

2003-10-15 Thread Fogelson, Steve
://witango.org 403-281-6090 - [EMAIL PROTECTED] -- Information for the Witango Developer Community - XML-Extranet - http://xmlx.ca 403-281-6090 - [EMAIL PROTECTED] -- Well-formed Development (for hire) - -Original Message- From: Fogelson, Steve [EMAIL

Witango-Talk: Security idea

2003-09-19 Thread Fogelson, Steve
Win2K server, R:Tango 2000, R:Base 6.5 I came up with an idea to hopefully secure personal information better than I have now and I am looking for comments about it. I know a lot of you refuse to store credit card info, but I need to for some applications. This could also apply to storing other

Witango-Talk: Purge user variable on window closing

2003-09-11 Thread Fogelson, Steve
I use a popup window in an application. The popup window is a taf that creates user variables. I need to use user variables in the popup as it creates a few large arrays and the taf branches back to itself, so I only want to create the arrays once. Is there a way to purge specific user variables

RE: Witango-Talk: Purge user variable on window closing

2003-09-11 Thread Fogelson, Steve
for Witango Developement -Original Message- From: Fogelson, Steve [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 12:01 PM To: Witango User Group (E-mail) Subject: Witango-Talk: Purge user variable on window closing I use a popup window in an application. The popup window

Witango-Talk: Domain Variables

2003-08-19 Thread Fogelson, Steve
Win2K sp3 server, R:Tango 2000, R:Base 6.5 I'll try to explain this as best I can. I am having trouble with my domain variables. When I restart Witango services or it restarts itself, my domain variables are reset to old values, not the current ones. The current values are stored in a database

RE: Witango-Talk: Domain Variables

2003-08-19 Thread Fogelson, Steve
Interesting. That might be a better approach. A user could be viewing pages other than default.taf. I haven't used or heard of StartupURL. Can you point me to documentation about this. Can this be domain specific? This still may have the problems that John Hotaling talks about. Maybe I should

Witango-Talk: Literal question

2003-08-18 Thread Fogelson, Steve
I know this probably simple. But I must be brain dead from the weekend. I have the following statement: @assign local$header Todays Orders I want to add an apostrophy in today's, but it errs out. @literal doesn't seem to work. Should I use @CHAR CODE=39 or is there a better way to do this?

RE: Witango-Talk: Literal question

2003-08-18 Thread Fogelson, Steve
, Fogelson, Steve wrote: I know this probably simple. But I must be brain dead from the weekend. I have the following statement: @assign local$header Todays Orders I want to add an apostrophy in today's, but it errs out. @literal doesn't seem to work. Should I use @CHAR CODE=39

Witango-Talk: Probably SQL ?

2003-08-14 Thread Fogelson, Steve
Win2K Server, R:Tango 2000, R:Base 6.5 I create a field in a table with the following witango code: @ASSIGN user$OrderNumber @currentdate format=datetime:%Y%m%d@tstosecs @currenttimestamp Later I want to do a search based strictly on the first 8 characters of the field. I use the following code

RE: Witango-Talk: RE: Witango-Talk:

2003-08-14 Thread Fogelson, Steve
Development (for hire) - -Original Message- From: Fogelson, Steve [mailto:[EMAIL PROTECTED] Sent: Saturday, August 09, 2003 12:18 AM To: Witango User Group (E-mail) Subject: Witango-Talk: I am having trouble with a DBMS When I put single quotes around

RE: Witango-Talk: Probably SQL ?

2003-08-14 Thread Fogelson, Steve
.Ord_OrderNumber,8,1)) ) Got the following error: Syntax is incorrect for the command TEXT Any ideas? Steve Fogelson -Original Message- From: Fogelson, Steve [mailto:[EMAIL PROTECTED] Sent: Saturday, August 09, 2003 10:57 AM To: Witango User Group (E-mail) Subject: Witango-Talk: Probably SQL

RE: Witango-Talk: Probably SQL ?

2003-08-14 Thread Fogelson, Steve
-Authorized WiTango Reseller http://www.pcforge.com/WitangoGoodies.htm -Authorized Alt-N Reseller http://www.pcforge.com/AltN.htm -Original Message- From: Fogelson, Steve [mailto:[EMAIL PROTECTED] Sent: Saturday, August 09, 2003 7:44 PM To: '[EMAIL PROTECTED]' Subject: RE: Witango-Talk: Probably

Witango-Talk:

2003-08-09 Thread Fogelson, Steve
I am having trouble with a DBMS When I put single quotes around @currentdate, the Where clause in my DBMS comes out with 2 singles quotes on either end of the @currentdate. If I remove the single quotes, I don't get any single quotes or double quotes. Both conditions give me an Invalid TEXT

Witango-Talk: Remote Buffer Overrun in Witango Application Server Patch for Tan go 2000 R:Tango 2000go 2000 R:Tango 2000

2003-08-01 Thread Fogelson, Steve
Is With Ent going to issue a patch for for the above? Steve Fogelson Internet Commerce Solutions TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

RE: Witango-Talk: Zip code Validator

2003-07-23 Thread Fogelson, Steve
for Province. Hope this helps, Steve Smith Oakbridge Information Solutions Office: (519) 624-4388 GTA: (416) 606-3885 Fax: (519) 624-3353 Cell: (416) 606-3885 Email: [EMAIL PROTECTED] Web: http://www.oakbridge.ca On Thursday, July 17, 2003, at 03:11 PM, Fogelson

Witango-Talk: SSL

2003-07-23 Thread Fogelson, Steve
Windows 2000 sp3 server, R:Tango 2000, Rbase 6.5 I have my SSL cert loaded and working properly. I have used the strategy of using domain variables AppRootUrl (exit to http) and SecureAppRootUrl (https) for moving back and forth. domain$AppRoot is http://@CGIPARAM NAME=SERVER_NAME

RE: Witango-Talk: SSL

2003-07-23 Thread Fogelson, Steve
nformation Solutions Office: (519) 624-4388 GTA: (416) 606-3885 Fax: (519) 624-3353 Cell: (416) 606-3885 Email: [EMAIL PROTECTED] Web: http://www.oakbridge.ca On Wednesday, July 23, 2003, at 05:20 PM, Fogelson, Steve wrote: Windows 2000 sp3 server, R:Tango 2000, Rbase 6.5 I hav

Witango-Talk: Another questions about SSL (Maybe OT)

2003-07-23 Thread Fogelson, Steve
I have a taf that collects credit card info. It is loaded as an https. Should the form link to a secure page? Does the current https setting transmit the data securely? The next process probably doesn't need to be secure. What about @arg and @var ? Could a hacker pull the values? If so maybe

Witango-Talk: Zip code Validator

2003-07-17 Thread Fogelson, Steve
Hi, Looking for some simple US or Canada zip code validation. Either a snippet of code or a TCF. Could include any or all of the following: 1) Valid US 5 or 9 digit zip code 2) Valid Canada 6 digit code 3) Valid zip code for the selected state Also is anyone doing anything with address

Witango-Talk:

2003-07-03 Thread Fogelson, Steve
I have the following code to select a payment method. With each payment record is a field indicating whether to validate the credit card or not. The name of the field is CC_Validate in the array local$Payment. I was hoping to set form.ValidateCC.value equal to CC_Validate in the row selected in

Witango-Talk: Array Problem - Resent without

2003-07-03 Thread Fogelson, Steve
I have the following code to select a payment method. With each payment record is a field indicating whether to validate the credit card or not. The name of the field is CC_Validate in the array local$Payment. I was hoping to set form.ValidateCC.value equal to CC_Validate in the row selected in

Witango-Talk: test

2003-07-03 Thread Fogelson, Steve
Please ignore. I sent an email to the list and it did not show up. Steve Fogelson Internet Commerce Solutions TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

Witango-Talk: Array Problem

2003-07-03 Thread Fogelson, Steve
I have the following code to select a payment method. With each payment record is a field indicating whether to validate the credit card or not. The name of the field is CC_Validate in the array local$Payment. I was hoping to set form.ValidateCC.value equal to CC_Validate in the row selected

Witango-Talk: MX Reverse Lookup - (OT)

2003-06-27 Thread Fogelson, Steve
Just a note from last weeks discussions about this. I did some further checking thanks to the link that I believe Ben provided and found another link http://www.dnsstuff.com/ On this site there is a tool called Reverse DNS Lookup that I used to test a few of my ip addresses. Anyway I received an

Witango-Talk: Class Files

2003-06-26 Thread Fogelson, Steve
Win2K sp3 server, R:Tango 2000, R:Base 6.5 I setup a class file with : Return Value as Method Variable Parameters: one variable in (StateID), two variables out (StateName, StateAbbrev) I understand that I have to reference the in variable with a method scope within the class file. I assume

RE: Witango-Talk: Class Files

2003-06-26 Thread Fogelson, Steve
: Fogelson, Steve [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 8:12 AM To: Witango User Group (E-mail) Subject: Witango-Talk: Class Files Win2K sp3 server, R:Tango 2000, R:Base 6.5 I setup a class file with : Return Value as Method Variable Parameters: one variable in (StateID), two

Witango-Talk: @TOTALROWS

2003-06-18 Thread Fogelson, Steve
Win2k server, R:Tango 2000, R:Base 6.5 Does @TOTALROWS work in a Direct DBMS action? Is so, how do I tell is to obtain this number? If not, is there any other way to obtain this? Thanks Steve Fogelson Internet Commerce Solutions

Witango-Talk: Upgrade

2003-05-31 Thread Fogelson, Steve
I presently use Win2K Server, R:Tango 2000, R:Base 6.5+ I am going to upgrade to Witango 5 and am looking for some advice. I anticipate that in the near future I will need more than one server or CPU to host my sites. Is it best to buy the professional version and run on a multi CPU server or

Witango-Talk:

2003-05-31 Thread Fogelson, Steve
I presently use Win2K Server, R:Tango 2000, R:Base 6.5+ I am going to upgrade to Witango 5 and am looking for some advice. Considering that I have purchased R:Tango 2000, if I upgrade using the R:Tango route to version 5.0 of Witango 1) Is the Free 2 user Development Server License available to

Witango-Talk: @choicelist

2003-04-03 Thread Fogelson, Steve
I'm having trouble with the following statement: @CHOICELIST NAME=APM_ID TYPE=SELECT OPTIONS=@var local$SelectList[*,2] - @var local$SelectList[*,2] VALUES=@var local$SelectList[*,1] SIZE=1 SELECTED= It only places @var local$SelectList[*,2] in the options instead of @var

RE: Witango-Talk: @choicelist

2003-04-03 Thread Fogelson, Steve
Server Reseller http://www.pcforge.com/AltN.htm -Original Message- From: Fogelson, Steve [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 11:58 AM To: Witango User Group (E-mail) Subject: Witango-Talk: @choicelist I'm having trouble with the following statement: @CHOICELIST NAME

Witango-Talk: JavaScript as a Variable

2003-04-02 Thread Fogelson, Steve
Is their a way to assign Javascript to a variable? IE: @assign local$OtherHeader value= script language=javascript !-- function newWindow(CatID) { popupWindow = window.open(@var domain$CGI@var domain$RootPathsearchapc.taf?Cat_ID= + CatID + @userreferenceargument, newWin, toolbar=yes,

Witango-Talk: @choicelist

2003-04-01 Thread Fogelson, Steve
Is there a way to limit the width of a @choicelist IE: This row is to long. I would like it to be on 2 lines This row is to long. I would like it to b e on 2 lines I tried inserting @crlf, br, or #012; into rows that are longer than desired in the array. Is this even possible? Thanks Steve

RE: Witango-Talk: Problems with search action

2003-03-31 Thread Fogelson, Steve
, Oterro was modified to enable it to work with the Witango next/previous builders. Bill On Sat, 29 Mar 2003 00:28:48 -0600, Fogelson, Steve wrote: R:Tango 2000 - R:Base 6.5 I have a taf that I generated with the Search Builder. I am having trouble with the search action that lists

Witango-Talk: Possible Syntax Problem

2003-03-31 Thread Fogelson, Steve
The following statement is not executing. Can someone tell me why? Maybe the or the = @assign method$AddLink value=@var method$AddLinkName=@var method$AddLinkValue encoding=url Thanks Steve Fogelson Internet Commerce Solutions

Witango-Talk: Input problem

2003-03-30 Thread Fogelson, Steve
I have a table user$DBTable with one column that is created in the List Function of a taf. This column contains many rows of Record IDs. List Function @! Reset Table @assign user$DBTable value=@@resultSet @! Copy record IDs to new table @assign user$DBTable value=@array rows='@numrows

Witango-Talk: SMTP server for outgoing email

2003-03-14 Thread Fogelson, Steve
I have seen a lot of discussion about writing email to the outgoing folder of your SMTP server vs. using Witango's mail action. I use MS Exchange 5.5 on Win2K sp3. Do you know if this strategy will work with Exchange as well? If so, should the email be written to the Out sub-folder of the

RE: Witango-Talk: URL Problem

2003-03-10 Thread Fogelson, Steve
After some further testing, it wasn't the . It causes problems when there are commas (,) in the variable. The variable pulls from a table and can contain commas. Is there a way around this? Steve -Original Message- From: Fogelson, Steve [mailto:[EMAIL PROTECTED] Sent: Monday, March 10

RE: Witango-Talk: URL Problem

2003-03-10 Thread Fogelson, Steve
Thanks for the suggestion. Didn't work though. I may have to relook at my logic. I was trying to save additional searches. Steve [Fogelson, Steve]-Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent: Monday, March 10, 2003 4:37 PMTo: [EMAIL PROTECTED]Subject

Witango-Talk: Permissions - (OT)

2003-03-05 Thread Fogelson, Steve
Some of you may remember I had some permission issues the other day. Well I bit the bullet and called Microsoft. A tech there told me about a utility that I thought some of you may be interested in. This utility is called Filemon. If you run it on a server, it tells you of any file activity taking

Witango-Talk: Client Error

2003-03-04 Thread Fogelson, Steve
Hi, Can someone tell me what this error means? Client Error. configuration file is missing. Steve Fogelson Internet Commerce Solutions TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]

RE: Witango-Talk: Client Error

2003-03-04 Thread Fogelson, Steve
-Original Message- From: Fogelson, Steve [mailto:[EMAIL PROTECTED] Sent: March 4, 2003 12:12 PM To: Witango User Group (E-mail) Subject: Witango-Talk: Client Error Hi, Can someone tell me what this error means? Client Error. configuration file is missing. Steve Fogelson Internet Commerce

Witango-Talk: Client connection error

2003-02-27 Thread Fogelson, Steve
I am using Win2K sp3 server with R:Tango 2000 Unbeknownst to me yesterday afternoon, all my witango apps started issuing client connection error when requested by a browser. Tonight I discovered this (as I was out of town) and restarted the witango server, no change. I just restarted the

Witango-Talk: Domain Variables vs. CSS

2003-02-20 Thread Fogelson, Steve
Quick question. Is it better to use CSS instead of Domain Variables for page styles. IE: Fonts, colors, etc. Would CSS be better as they don't require witango processing? Any comments about browser compatibility? Thanks Steve Fogelson Internet Commerce Solutions

RE: Witango-Talk: DBMS Action

2003-02-18 Thread Fogelson, Steve
@VAR local$StevesQuery encoding=none Bill On Mon, 17 Feb 2003 23:00:10 -0600, Fogelson, Steve wrote: In the following DBMS action, b2.OV_ID3 may be null. Is there a way in the WHERE clause to not include AND (o5.OV_ID = b2.OV_ID3) if b2.OV_ID3 is null. If so, would it also be neccessary

Witango-Talk: DBMS Action

2003-02-17 Thread Fogelson, Steve
In the following DBMS action, b2.OV_ID3 may be null. Is there a way in the WHERE clause to not include AND (o5.OV_ID = b2.OV_ID3) if b2.OV_ID3 is null. If so, would it also be neccessary to not include o5.OV_Name as `Option3` in the SELECT clause? If so, how would I eliminate this? Thanks

Witango-Talk: Perpetuation - (OT)

2003-02-14 Thread Fogelson, Steve
Dave Shelley's comment reminds me of something I need to arrange. Currently, I have a small business building and hosting sites. Used R:Base for 20 years and have used R:Tango/Witango for the past year. Getting more fluent with it everyday thanks to this list. My son works for me now and I may

RE: Witango-Talk: User Woes

2003-02-07 Thread Fogelson, Steve
Scott, Thanks for the suggestion. In the app I have I also use the following: META HTTP-EQUIV=Expires CONTENT=Mon, 06 Jan 1990 00:00:01 GMT Should I remove this. Thanks Steve Fogelson Internet Commerce solutions -Original Message- From: Scott Cadillac [mailto:[EMAIL PROTECTED]] Sent:

Witango-Talk: File download popup

2003-02-05 Thread Fogelson, Steve
I would like to create a popup window (separate taf #2) that would download images. This taf #2 would be linked from another taf #1. I would also like to pass the file name, height, width, size, and type back from taf #2 to the original taf #1. I have the code to do the popup. I have 2

Witango-Talk: (OT)

2003-02-05 Thread Fogelson, Steve
Sorry I know this off topic. My knowledge about javascript is very minimal. Appreciate if someone could tell me how to execute the following statements only if document.popup.popup1.value is not empty. popup is the form of the current page.

RE: Witango-Talk: (OT)

2003-02-05 Thread Fogelson, Steve
if the expression returns 'true' or a number greater than 0. Hope this helps. Cheers... - Original Message - From: Fogelson, Steve [EMAIL PROTECTED] To: Witango User Group (E-mail) [EMAIL PROTECTED] Sent: Wednesday, February 05, 2003 9:52 PM Subject: Witango-Talk: (OT) Sorry I know this off topic

RE: Witango-Talk: (OT)

2003-02-05 Thread Fogelson, Steve
' or a number greater than 0. Hope this helps. Cheers... - Original Message - From: Fogelson, Steve [EMAIL PROTECTED] To: Witango User Group (E-mail) [EMAIL PROTECTED] Sent: Wednesday, February 05, 2003 9:52 PM Subject: Witango-Talk: (OT) Sorry I know this off topic. My knowledge about javascript

Witango-Talk: Query problem

2003-02-03 Thread Fogelson, Steve
I am using a Win2K server running R:Tango 2000 with R:Base 6.5. I made a change in my shopping cart this morning and created a problem. I changed the shopper id field in my basket table from an integer to a text field with length of 30 characters. I wanted to set the shopper id to _UserReference

RE: Witango-Talk: Query problem

2003-02-03 Thread Fogelson, Steve
criteria. Bill On Mon, 3 Feb 2003 12:21:11 -0600, Fogelson, Steve wrote: I changed the shopper id field in my basket table from an integer to a text field with length of 30 characters. I wanted to set the shopper id to _UserReference in cases when a shopper doesn't login. I copied the fresh

RE: Witango-Talk: Query problem

2003-02-03 Thread Fogelson, Steve
This brings up a questions. What does the Incl. Empty option mean? Thanks Steve -Original Message- From: Fogelson, Steve [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 1:05 PM To: '[EMAIL PROTECTED]' Subject: RE: Witango-Talk: Query problem Thanks all. That did it. Steve

RE: Witango-Talk: Credit Card Security

2003-01-29 Thread Fogelson, Steve
on the server? That way the key would never be stored on the server at all. Jason On Tuesday, January 28, 2003, at 10:37 PM, Fogelson, Steve wrote: Well the comments posted to the list pretty much confirm what I had heard before, that the present encrypt/decrypt tags offered with Witango

RE: Witango-Talk: Credit Card Security

2003-01-28 Thread Fogelson, Steve
Well the comments posted to the list pretty much confirm what I had heard before, that the present encrypt/decrypt tags offered with Witango are either not tight enough or not practical in a production environment. I really am looking for tags using blowfish or MD5 technology. You can tell I am

Witango-Talk: Secure Server and Witango

2003-01-21 Thread Fogelson, Steve
Windows 2K sp2, R:Tango 2000 I have used digital certs with other applications. I would like to know if there are any challenges with Witango and serving secure pages? My application is an online store and I want to serve secure pages for checkout. I was also wondering if any of you serve

Witango-Talk: Pop-up

2002-12-30 Thread Fogelson, Steve
I have an application that generates email to rows in a table. The contents of the email include a link to unsubscribe. That link selects a taf to update a deleted field in the row related to that email. I would like a pop up window after the record is updated to verify to the user that their

Witango-Talk: Number of Databases

2002-12-19 Thread Fogelson, Steve
R:Tango 2000 R:Base 6.5 Server: Win2K Pro - IIS 5 Work Station: Win2K Pro Is there are restriction to the number of tables or databases (data source) a taf can have open? If so, is it related to the user session and not the taf? Thanks Steve Fogelson Internet Commerce Solutions

RE: Witango-Talk: Database View

2002-12-09 Thread Fogelson, Steve
with the view. Bill On Mon, 9 Dec 2002 17:42:19 -0600, Fogelson, Steve wrote: I use R:Tango 2000 on a Windows 2K server. I have 2 tables as follows: Table - Teams Fields - T_ID, T_Name Table - Matches Fields - M_ID, M_Team1, M_Team2 M_Team1 M_Team2 relate to T_ID in Teams. I want to do a search action

Witango-Talk: Javascript - OT

2002-11-27 Thread Fogelson, Steve
I'm using the SelectField method of Common.tcf from Storefront. I believe I am having trouble with the javascript in this method. I changed it to the following for debugging purposes H3Initialfield: @VAR method$InitialField/H3BR SCRIPT !-- // Set focus on the first field var

RE: Witango-Talk - witango-talk Digest - V01 #892 ( -Reply)

2002-11-27 Thread Fogelson, Steve
Hi, I called Directory Assistance for the telephone number for Safety Office, UNT Health Science Center in Fort Worth Texas. The telephone numbers follow: Rodney Barton : 817-735-2697 Campus Police : 817-735-2600 Nobody answers at either number. Supposedly we should be able to get James' cell #

Witango-Talk: Ping

2002-11-25 Thread Fogelson, Steve
My web services were down this weekend. Just wanted to make sure I didn't get bounced from the list. Thanks Steve Fogelson Internet Commerce Solutions TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]

RE: Witango-Talk: Disappearing text under Netscape 4.x

2002-11-22 Thread Fogelson, Steve
What is the name of your tidy tool Steve -Original Message- From: Bill Conlon [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 1:10 PM To: Multiple recipients of list witango-talk Subject: Re: Witango-Talk: Disappearing text under Netscape 4.x Netscape 4 is a great test

Witango-Talk: Contract - OT

2002-11-21 Thread Fogelson, Steve
I am having an attorney draft a contract for dealing with a prospective client. I have a question about proper vocabulary. What would be an appropriate term to refer to Witango, Oterro, R:Base, and R:Tango? Would this be firmware? What would be the term to refer to the taf, tcf, html, etc files

RE: Witango-Talk: HELP What the heck??

2002-10-29 Thread Fogelson, Steve
I would like to add one more question to this thread. I am creating a storefront as well that will be used for many stores. I was also planning on coping the tafs, tcf, databases, etc to additional sites. Is there a way to set up a variable that could define the database source, so we wouldn't

Witango-Talk: Encrypting Credit Card Info within the Database

2002-10-21 Thread Fogelson, Steve
Has anyone done this in the shipping cart software an databases? I have used Shopzone for a shopping cart in the past. Last year they released an new version that would encrypt the credit card info within the database. There was a group of hackers in Russia that hacked into commerce databases and

RE: Witango-Talk: Encrypting Credit Card Info within the Database

2002-10-21 Thread Fogelson, Steve
Thanks for the responses. Eric, I looked a little more at the Shopzone's code. They store the key as a file within the web site. Probably not good. If the db's are available to the hacker, so would the key. The contents of a sample key seem pretty simple:

RE: Witango-Talk: Encrypting Credit Card Info within the Database

2002-10-21 Thread Fogelson, Steve
Why not just install PGP and use the command line to encrypt and decrpyt the data? I've done this from within Witango for transmitting sensative data through the internet. Robert Shubert www.witangostore.com Fogelson, Steve wrote: Thanks for the responses. Eric, I looked a little more

Witango-Talk: StoreFront to Oterro/R:Base

2002-10-18 Thread Fogelson, Steve
Thanks for the help so far in porting this to R:Base. Making some progress. I am running into syntax errors in some querys. Error is below. [Search Action] [183] ShowProductSelector [Query] [183] SELECT D1.Namex,D1.ID,D1.SelectionItemNumber,D2.ItemNumber,P3.Namex,P3.ID FROM Department

RE: Witango-Talk: StoreFront to Oterro/R:Base

2002-10-18 Thread Fogelson, Steve
Troy, Thanks for the quick response. It is a query action in a method, not a direct dbms action. Do quety actions have trouble with syntax sometimes. Thanks Steve -Original Message- From: Troy Sosamon [mailto:tsosamon;eapintl.com] Sent: Friday, October 18, 2002 2:56 PM To: Multiple

RE: Witango-Talk: StoreFront

2002-10-11 Thread Fogelson, Steve
how many replies you get in the next 10 minutes. cheers, and Happy Canadian Thanksgiving to our American cousins ... Ian -Original Message- From: Fogelson, Steve Can someone tell me what database manager uses MKD and DDF as the table file extensions? Thanks Steve Fogelson Internet

Witango-Talk: Class Method Question

2002-10-07 Thread Fogelson, Steve
Can you request a another method from within a method. Both from the same class file. How about from different class files? It appears you can from looking at the common.tcf from the StoreFront. But I am confused by the syntax. In StoreFront tafs call methods via: @CALLMETHOD application$Common

Witango-Talk:

2002-10-03 Thread Fogelson, Steve
I don't understand this. I'm trying to add one array to another. @NUMCOLS on both arrays indicates they have the same # of columns. Could it be some of the columns don't have a value? Any ideas? Steve Fogelson Internet Commerce Solutions TAF Code follows: # of resultSet Columns: @NUMCOLS

Witango-Talk: Version T:Tango 2000

2002-10-03 Thread Fogelson, Steve
Stefan Gonick told me I may be having trouble with combining arrays using @ADDROW because of my version number. I am using R:Tango 2000. How do I tell which version or build I am using? Can I apply the Tango 2000 service packs and fixes to R:Tango? Thanks Steve Fogelson Internet Commerce

Witango-Talk: Round up or Integer

2002-10-01 Thread Fogelson, Steve
Is there a round up and integer metatag? Thanks Steve Fogelson Internet Commerce Solutions TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message

RE: Witango-Talk: Round up or Integer

2002-10-01 Thread Fogelson, Steve
Sorry to respond to my own question, but it appears the CEIL(expr) might be the answer. What would be the proper syntax in a @CALC EXPR= metatag? @CALC CEIL(EXPR=) @CALC EXPR=CEIL(expr) None seem to work for me. Thanks Steve -Original Message- From: Fogelson, Steve [mailto:[EMAIL

Witango-Talk: James R. Carroll's Storefront Demo

2002-09-25 Thread Fogelson, Steve
I got a copy of this to review for Witango design, examples, etc. I can't view the tables associated with the app. I assume I need the ODBC files for the mkd and ddf files. My server and work station are Windows 2000. Does anyone have the files and instructions how to install them? Also any idea

Witango-Talk: Efficiency with tcf files

2002-09-25 Thread Fogelson, Steve
Quick question. I realize the benefits of using tcf files for consistent coding of routines. But does use of tcf files effect server efficiency? Any difference in using a method action vs. a CallMethod meta tag? Thanks Steve Fogelson Internet Commerce Solutions

Witango-Talk: Meta tag for searching a table within a taf or tcf

2002-09-25 Thread Fogelson, Steve
I looked through the documentation and didn't find anything, but as my wife tells me, sometimes the obvious is right in front of my face. Is their a meta tag for searching a table within a taf or tcf? Or is the only option a search action? Thanks Steve Fogelson Internet Commerce Solutions

RE: Witango-Talk: Sometimes I think I am going backwards

2002-09-12 Thread Fogelson, Steve
Of Fogelson, Steve Sent: Thursday, September 12, 2002 2:58 PM To: Multiple recipients of list witango-talk Subject: Witango-Talk: Sometimes I think I am going backwards I had this working and made some modifications to improve code and now it's broke. I collect a file to download to my web server

RE: Witango-Talk: Sometimes I think I am going backwards

2002-09-12 Thread Fogelson, Steve
Thanks Stefan Worked great Steve -Original Message- From: Stefan Gonick [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 1:50 PM To: Multiple recipients of list witango-talk Subject: Re: Witango-Talk: Sometimes I think I am going backwards I've had problems with this

Witango-Talk: File Name

2002-09-11 Thread Fogelson, Steve
Thanks for the corrections for inserting characters into a file name. Didn't know shorthand wouldn't work in that situation. Have another problem. Jason Pamental had given me a tcf to identify and resize images using ImageMagick. I use the following to retrieve a file and file name from the

Witango-Talk: pop up window

2002-09-09 Thread Fogelson, Steve
What is the best technique (sample code please) to invoke a popup menu (sized correctly) when a product is selected in a storefront. I want the usual product page to appear first and then a popup menu to appear on top of it with special instructions. Thanks Steve Fogelson Internet Commerce

Witango-Talk: Selecting files from local work station

2002-09-03 Thread Fogelson, Steve
I use the following to obtain a file name and contents: FORM ENCTYPE=multipart/form-data METHOD=POST ACTION=@CGI@APPFILE?_function=insert@UserReferenceArgument INPUT TYPE=FILE SIZE=34 NAME=P_Image ACCEPT=IMAGE/* When I select a file with the Browse button it returns the following to the text

RE: Witango-Talk: Selecting files from local work station

2002-09-03 Thread Fogelson, Steve
column... File name equals: @@local$Name[1,@NUMCOLS ARRAY=@@local$Name] Hope this helps! Dave Green [EMAIL PROTECTED] Fogelson, Steve wrote: I use the following to obtain a file name and contents: FORM ENCTYPE=multipart/form-data METHOD=POST ACTION=@CGI@APPFILE?_function=insert

RE: Witango-Talk: [OT] Configuration Password

2002-08-29 Thread Fogelson, Steve
Rick, Sorry I have to ask a dumb question. How do we check this password and change it? Thanks Steve Fogelson Internet Commerce Solutions -Original Message- From: Rick Sanders [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 1:43 PM To: Multiple recipients of list

Witango-Talk: Sorry, Dumb Syntax question

2002-08-16 Thread Fogelson, Steve
Hi, If I read a field from a table using a search action, do I had to assign a variable to that field in order to reference it from an if action? Or can I reference it some other way? If so, how? I usually do it with a variable assignment, but am I wasting code? Thanks Steve Internet

Witango-Talk: Email

2002-07-30 Thread Fogelson, Steve
Hi, Starting to mess with sending email. Is there a site that discusses sending email in Witango? Is there a way to view the source of a received email to get an idea of how text and html email look? Thanks Steve Fogelson Internet Commerce Solutions

RE: Witango-Talk: Email

2002-07-30 Thread Fogelson, Steve
Stein Digital Software Solutions 799 Evergreen Circle Telford PA 18969 Land: 215-799-0192 Mobile: 610-256-2843 Fax 413-410-9682 FMP, WiTango, EDI,SQL 2000 [EMAIL PROTECTED] www.dss-db.com From: Fogelson, Steve [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Tue, 30 Jul 2002 13:03:00 -0500

Witango-Talk: Close a window

2002-07-17 Thread Fogelson, Steve
What is the best way to provide a link to close the browser window you are currently in? Thanks Steve Fogelson Internet Commerce Solutions TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]

RE: Witango-Talk: SMTP Load

2002-06-14 Thread Fogelson, Steve
Lee, Just want to make sure I understand your setup. You have a non-real mail server behind your firewall. It has an non-routable address as it uses nat through the firewall to communicate with the world. You have a real mail server outside your firewall that has a routable address. Do you

Witango-Talk: Search Action

2002-06-13 Thread Fogelson, Steve
Probably a easy dumb question. I want to do a search action as follows: A=True and B=True or A=True and C=True and D=True Can the Search builder indicate A=True and B=True or C=True and D=True or does it have to be A=True and B=True or A=True and C=True and D=True Thanks Steve Fogelson

Witango-Talk: Code Concern

2002-06-13 Thread Fogelson, Steve
I was wondering if someone could review this code before I test it. I want to insert a All Listing Classes row as the category (first field in the array) changes in the array. @ASSIGN NAME=Cat2 VALUE=@@resultSet SCOPE=User @ROWS START=1 STEP=1 ARRAY=Cat2 @IF EXPR=@@User$Cat2[@CURROW,1] =! @VAR

Witango-Talk: Search on a drop down menu

2002-06-12 Thread Fogelson, Steve
Two questions: 1) I want a drop down menu to pass a variable to a search action. It is a simple 2 column array. First column the id, second column the description. I want the first row in the array to be a list all items. If the id is blank and the search is on the id, will the search include

RE: Witango-Talk: Re: ImageMagick

2002-06-06 Thread Fogelson, Steve
Jason, Thanks a lot. I was really interested in your sharpen the image routine. It looks like just what I was looking for. Steve -Original Message- From: Jason Pamental [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 8:30 AM To: Multiple recipients of list witango-talk

<    1   2   3   4   5   >