[Click here to return the ATAF homepage]
ATAF5.1.127-08-2002 12:43:51Hi again sorry to ask another question... from my DB one of the areas is a photo
location, i would like when the resuldt page comes up show the picture
associated with an Id in the dabasase and show the picture of that person
automatically thant he search record comes up, I have managed it in an ASP page
created with FP2000 but a site i am needing this on will not support FP ext. is
it poossible to modify a text in the results area code to show a picture rather
then the link information.
DaveYes just change the picture link name to the fieldname
Exp.
">
Best
Christian
ATAF5.1.127-08-2002 12:47:20I´ve got a MEMO field, because I need more than 255 char for some data.
But the CStr in the GlobalSUB.asp file dies when dealing a memo like
TEXT. ( which is how ATAF treats is)
Ever seen this? Or have a work around?
Here is the code that errors,
Response.write ´´
Response.write FillEmpty(rs(´Notes´))
Response.write ´ | ´
Here is the error,
Microsoft VBScript runtime error ´800a005e´
Invalid use of Null: ´CStr´
/employee/globalsub.asp, line 41
Here is the Function,
Function FillEmpty(FieldToCheck)
If IsNull(FieldToCheck)=True THen
FieldToCheck=´ ´
FillEmpty = ´ ´
Else
FieldToCheck=Cstr(FieldToCheck)
End if
If FieldToCheck=´´ THen
FieldToCheck=´ ´
FillEmpty = ´ ´
End if
If FieldToCheck<>´ ´ Then
FieldToCheckTmp=Cstr(FieldToCheck)
FillEmpty = Server.HtmlEncode(Trim(FieldToCheckTmp))
End If
End Function
Hi Joshua
Nice to hear from you again
In general using memo fields is sh.. because this is treated like a OLE
object, and this gives you all sort of problems.
you can try to do the following
Response.write FillEmpty(rs("Notes"))
Use
Response.write rs("Notes")
See if this work
Also change this in the update and insert sqlstr
Best
Christian
ATAF5.1.127-08-2002 12:47:20I am trying to set up ATAF 5.1 to create an ASP file with a DSNless
connection, but a message indicating that an output file needs to be
selected before creating a file. What should the output file be since we
don't have an IIS or PWS server setup.
cmd : Send
But the CStr in the GlobalSUB.asp file dies when dealing a memo like
TEXT. ( which is how ATAF treats is)
Ever seen this? Or have a work around?
Here is the code that errors,
Response.write ´´
Response.write FillEmpty(rs(´Notes´))
Response.write ´ | ´
Here is the error,
Microsoft VBScript runtime error ´800a005e´
Invalid use of Null: ´CStr´
/employee/globalsub.asp, line 41
Here is the Function,
Function FillEmpty(FieldToCheck)
If IsNull(FieldToCheck)=True THen
FieldToCheck=´ ´
FillEmpty = ´ ´
Else
FieldToCheck=Cstr(FieldToCheck)
End if
If FieldToCheck=´´ THen
FieldToCheck=´ ´
FillEmpty = ´ ´
End if
If FieldToCheck<>´ ´ Then
FieldToCheckTmp=Cstr(FieldToCheck)
FillEmpty = Server.HtmlEncode(Trim(FieldToCheckTmp))
End If
End FunctionHi Joshua
Nice to hear from you again
In general using memo fields is sh.. because this is treated like a OLE
object, and this gives you all sort of problems.
you can try to do the following
Response.write FillEmpty(rs("Notes"))
Use
Response.write rs("Notes")
See if this work
Also change this in the update and insert sqlstr
Best
Christian
ATAF5.1.127-08-2002 20:10:39I am trying to set up ATAF 5.1 to create an ASP file with a DSNless
connection, but a message indicating that an output file needs to be
selected before creating a file. What should the output file be since we
don't have an IIS or PWS server setup.
cmd : SendYou need to set the data base name in the DSN field
ATAF5.1.127-08-2002 20:12:05when i try to open an Access database it says:
ActiveX component can't create object 429
I have installed dcom98 and mdac 2.7, can you help me on this?
Klaus HeigrenPlease deinstall the old version of ATAF reboot your PC and try again and be sure that you have version 5.1.1
ATAF5.1.127-08-2002 20:13:08where can I buy Your Software in Italy?You can buy the software online at http://www.ataf.dk
ATAF5.1.127-08-2002 20:13:58I just ordered "ATAF 5.1 Access to ASP Form" from the web. Here is the
ShareIt! Ref#: 1734645. I am on a tight deadline and my programmers have
found your shareware program very useful. Can you please send me the full
version as soon as possible?
Thank you,
Ben Hong
Product Manager - Maintenance Support
Alias|WavefrontIs sent ASAP
ATAF5.1.127-08-2002 20:15:05I got an error when i tried to "Create field as a dropdownbox". I can select that data should come from table, and I can select a table. But when the table is selected I got an popUp that says "Object doesn´t support this property or method 438".
Am I doing something wrong, or...
Best regards
/Thomas BlockgrenUPSSSSSSSSSSSSS
Found the error, thanks for the help I will put up a version 5.1.1 soon
Best
Christian
ATAF5.1.127-08-2002 20:37:19All of the SQL statements have syntax errors as in the following:
SqlStr = Mid(SqlStr, 1, Len(SqlStr) - 2)
SqlStr = SqlStr + " WHERE Code="+ request.querystring("Code")+ ";"
Code=" should be Code='"
";" should be "';"
Attempting to activate the "Add Edit Delete REcords page results in the
following error:
Error Type:
Active Server Pages, ASP 0241 (0x80004005)
The CreateObject of '(null)' caused exception C0000005.
/ccweb2/globalsubform.asp
Is there a patch or fix available?You you need to upgrade to version 5.1.1
ATAF5.1.127-08-2002 20:38:21Everytime I click "Create ASP File", I get an error that says
"Run-time error '76. Path not found".
I know my settings are correct since it worked before but it just suddenly
stopped working.
I have MDAC 2.7.
Appreciate hearing from youSeems like a problem with your paths, you need to de-install the older version of ATAF before installing the new one
ATAF5.1.127-08-2002 20:39:42I would appreciate it very much if you can help me with 2 questions on using
ATAF.
1. Is it possible to use ATAF software to search more than one field at a
time?
2. Can I use ATAF to create pull down menus on the search.asp search page,
similar to the pull down menus on the http://www.bookplacard.com web site?
I am very happy with ATAF, so keep up the good work....
Thank you,Dear Joshua been
>1. Is it possible to use ATAF software to search more than one field at a
>time?
Yes it is, use to select more fields when you create your ATAF application
>2. Can I use ATAF to create pull down menus on the search.asp search page,
>similar to the pull down menus on the http://www.bookplacard.com web site?
Sorry no I will consider this in version 6.0
Best regards
Your ATAF support team
ATAF5.1.128-08-2002 03:21:16Can I send the data directly form ATAF to a Excel sheetYes you can but you need to code a bit your self, see the example below
ATAF5.1.128-08-2002 04:38:02How od I create a DSN leess connectionUse this DSN setting if you are using a DSN less connection
Renember there must be read /write and change rights in the directory where the database is located, and the database must be located in the same directory as the script
ATAF5.1.128-08-2002 04:54:53How do I save a date in a format the SQL understandYOu need to save the date in the format of your database. I have created this function to format you date to the SQL format ( US ) works on most SQL databases like MS-Access and MS SQL
ATAF5.1.130-08-2002 11:39:55Tried to enter Company Name (Pepperrell, Phillip) & S/N (as above) as detailed in the email sent 29-August-2002. ATAF rejects the S/N. Any ideas?Will send you a new S/N
ATAF5.1.109-09-2002 13:27:42The ATAF Program opens full screen. I cannot get at the windows startmenu bar unless minimizing the ap. Also when I pick show advanced properties from the Select Tables and Fields menu it places the new window off the screen area and I have to minimize the app and drag the window where I can see it. I will purchase the program however it is very difficult to use when it seems as if it does not like operating in windows properly.I have made a small program that resets the form size, go to the download section and download the form reset program then it should work again
ATAF5.1.110-09-2002 02:36:58I downloaded your program to convert access databases into an asp
aplication, but I can not get it to work. when I try to test the pages in a
brouser an error occurs and the data is not saved to the access table. I
don;t want to buy it if it does not work.
am I doing something wrong?Can you tell me a bit more about what error you get, and on what server you are working
ATAF5.1.116-09-2002 14:39:56I downloaded ATAF to evaluate but seem to be having a problem opening and running the asp files created. I get the following error when I try to list records.
Data source name too long
When I try to run the ´...form.asp, I get the following error
Operation is not allowed when the object is closed.
What am I doing wrong? I would like to see the program work before purchasing.
Thanks for your help!ueONHf yblyinusmoqv, [url=http://rikdjovhakdk.com/]rikdjovhakdk[/url], [link=http://ftsfwanpcrjt.com/]ftsfwanpcrjt[/link], http://htwuhhzlvmhq.com/
ATAF5.1.117-09-2002 07:34:22Thanks for your response. I am still having problems with the error ´Data source name to long.´ Here is the DSN string:
d:\web\trnmmm.org\database\TRNMMM money credit.mdb
I have used this in other asp pages without problem.
Your help is appreciated.Hi Chuck
It is always a problem using space in your database names, try to remove the spaces then it should work from :
d:\web\trnmmm.org\database\TRNMMM money credit.mdb
TO
d:\web\trnmmm.org\database\TRNMMMmoneycredit.mdb
, if this does not help either also try to remove the ´.´ dot in your file path.
Just a hint !! try to avoid using DSN less connections because this is very slow.
Best
Christian
ATAF5.1.117-09-2002 08:16:56Christian,
Thanks for your quick response. Unfortunately, I am using a hosted facility and the DSN was set up this way.
d:\web\trnmmm.org\database\TRNMMM money credit.mdb
I really would like to see ATAF work. It would certainly make life easier. But I do not want to purchase if it will not work. Any other suggestions?Yes send me the script and I will have a look
ATAF5.1.121-09-2002 23:17:48WHEN DATABASE IS SELECTED, I GET AN ERROR OF
´SUBSCRIPT OUT OF RANGE 9´
WHEN I CHOOSE TO ´SHOW ADVANCE FIELD PROPERTIES´ I GET AN ERROR OF ´RUN-TIME ERROR `9` SUBSCRIPT OUT OF RANGE´. WHEN I CLOSE THE ERROR MESSAGE BOX, THE PROGRAM CLOSES.Hi Paul
Can you send a scrren dump of page 1/2/3 to me at support@atat.dk then I will have a look
best
Christian
ATAF5.1.122-09-2002 01:45:31I`m getting numerous errors. Besides the ones that I have already ask you about, I`m getting a ´53´ error. This locks up the program, but not hte machine. I exit the program and it let`s me back in. I`m unable to get to the formating options of fields.
In the pages created, none of the cell labels appear, even though the labels were created when I designed the database.
Each time I re-enter the program to convert the table for data changes, I am unable to retain the previous work. I tried to Save my Profile, but I get an Error 53 when I try to reopen it.
Thanks, PaulHi Paul
Sorry for your trouble, have you installed the M_DAC and the othe rupdates ??
Second what database are you working with
Best
Christian
ATAF-CONDont know22-09-2002 14:03:21Hi, if i understand it, i can get a free copy of ataf-con and use my serialnumber from ataf to open it.
I have tried but it don´t work. Have i to buy a new ataf program ?
Best regards
Anders AlexanderssonDear Anders
You need verion 5.xx to get the free update of ATAF-CON, can you send me the spec from when you bought the program and I will have a look for you
best
Christian
ATAF5.1.122-09-2002 18:41:35I have multiple tables in the access database. When trying to create the asp files for the tables, the menu page is being overwritten by the new page.
Also i do not have any link to the other tables from one menu page.
How do i do this?Dear Anil
Sorry this is by design of the ATAF application, the best is to create a directory for each table and then make a main menu that access all your tables
Best
Christian
ATAF5.1.124-09-2002 09:18:28I have the exact same problem i already saw showing here -
I first installed the program, then removed it (maybe the
problem lies here?), installed dcom98 and mdac 2.7, and
still get the message: ´activex component can`t create
object 429´.
I am using access 97, is it supported? if not, is there an
earlier version of ATAF that supports it?
By the way, when i press the ´downloads´ button on the top
of your page, it goes to ´http://www.ataf.dk/design/download/download.asp´
but then redirects me to ´http://www.testsite.com/design/defaultsub.js´
and says ´SITE NOT FOUND´. I had to search for your program
on CNet myself. just thought you should know...Hi David
THanks for you info has corrected the problem on the web server. Can you try to download the version from http://www.ataf.dk and do the following.
De-Install ATAF
Reboot your computer
Delete the directory where ATAF was installed
Install the 5.1.1 verion from this website
Then it should work
Best and thanks again
Christian
ATAF5.1.125-09-2002 08:01:02hello again.
I am getting an Error
´SQL Script Errors Occured!
Error No= #13
Error Desc.= Type Mismatch
Data Not Saved!!! ´
I understand why this error is occuring, but cannot do anything to change it. I descrobe my situation here!
I have a Users Table and a Country Table.
The users table has a Unique Id ´AccountID´ which is Numeric.
The Country Table has a Unique ID ´CountryID´ which is numeric as well as a country Name field which is Text.
Table users has a country field which gets the data from the Country table. It stores the Country Id, BUT displays the Country Name which is a text field.
In the asp pages I want to display the Country Name (text) for the users to choose, BUT store the Numeric CountryId in the Users Table.
How do i do this with ATAF?
I know this can be done with other db2asp software. Please help.
Thanks
anilHi There
This is not ssupported in verion 5.x, but will come in verion 6.0 sorry
best
Christian
ATAF5.1.125-09-2002 20:18:26The search page and functions fail and the pages does not load when the field has some empty data!
The decsription field is not mandatory in my table. but usefull to do searches along with the table Unigue ID.
However after buliding the application, the search page does not load, says error 404. I know the page is there. This happens only if i select the search field, which has some blank data.
Please adviseThis is a problem with the memo fields, we always suggest NOT to use memo fields, because they are treatet as objects as this give a lot of problems.
Change your field to a Text field, then it should work.
Aslo you can unclick the ´show friendly error mesages´ in your browser, then you will get the full error message
Best
Christian
ATAF5.1.103-10-2002 00:51:17Dear sir,
I`m not a registered user yet but would like to know limitation of shareware version. I`ve in stalled shareware version but it doesn`t connect to mdb file.
Should it be working? or should I register first?
Regards,
VasantDear Sir
Be sure to follow the install instructions regarding mdac etc. All this you can read more about under the ATAF section
ATAF5.1.104-10-2002 04:34:01Dear Sir,
We`ve created ASP page, there`s error with web page.It reads:
Error:`parent.main`is null or not an object
What`s it that I did wrong? Please help.
Regards,
VasantYou have clicked the check box that you are using frames, unclick it and it works again
ATAF5.1.104-10-2002 05:07:50Dear Sir,
We`ve created ASP page, there`s error with web page.It reads:
Error:`parent.main`is null or not an object
What`s it that I did wrong? Please help.
Regards,
Vasant
ATAF5.1.104-10-2002 14:27:14Hello, I`m VERY INTRIGUED by your program! If you accepted PayPal, I`d have bought already... Any thoughts?
But I have a question: How can I handle related records with this tool? I need to see one master record, and all of it`s child records. Solve that, and I`ll solve the payment problem.
Thanks in advance,
--JonDear Jon
We are using pay-pal uses the email address ccr@ccr.dk to make your payment. This will come in version 6.0
best
christian
ATAF5.1.107-10-2002 06:15:53When using more than one field in search function, I find that the ATAF searches for ´Field1 OR Field2 OR...´
Can I change criteria to ´Field1 AND Field2AND...´?
Thank you for support.
VasantHi Vasant
Yes you can, you just need to change the SQL from OR to AND then it should work. THis function is implemented in the 6.0 version of ATAF
Best
Christian
ATAF5.1.110-10-2002 10:51:38I keep getting subscript out of range 9Hi Jerry
Can you tell me when and where ??
best
Christian
ATAF5.1.114-10-2002 19:40:19I have to say I`m very disappointed. Of course I tried all that you told me to try last time (Q98) even before your answer. But I thought maybe the program in your site is slightly different than that on CNet, so I tried again, downloading the program directly from your site. Of course it didn`t help since I changed nothing in the installation process. Still the answer: ´activex component can`t create
object 429.´ I asked before if the problem might be my using access 97 instead of 2000 or xp, but you ignored the question in your reply.
I have the feeling that Mr. Klaus Heigren didn`t solve the problem either, just gave up on contacting you, as I almost did.
Should you find the reason for this bug and fix it (maybe the MDAC 2.7 or DCOM 98 specific versions are the problem), you are more than welcome to contact me. You have my email.Hi David
Sorrz to hear that You have some trouble.
Basiclly this is a OS/Win 98 problem because the registration of the Activ X components to access the database does not work within your computer.
if you look as technet.micrsoft.com and search activex component can`t create
object 429 for you see a lot of people having the same problem as you. They have many ways to solve this problems.
My suggestion is still ( and no this is not a access problem )
De-install ATAF
Delete all directories etc. where ATAF was located
Install DCOM ( be sure that you have 2nd edition )
Reboot
Install MDAC 2.6/2.7 AND download the newest JET drivers from www.microsoft.com/data
Reboot
Install ATAF
If this does not help look up[ solutions from technet to help you fix your operation system
Or contact me again
ATAFDont know16-10-2002 04:30:41I am just evaluating, but when testing the result my browser says (translated..) ´unended string constant´ VB compilation error (0x800A0409)
and reports: .....files/globalsub.asp, line 419, column 18
SqlDate=SqlDate+ ´
Which is this segment of code:
If InStr(TmpDate,´:´)>0 Then
SqlDate=SqlDate+ ´
´+LeadZero(CStr(Hour(ThisDate)))+´:´+LeadZero(CStr(Minute(ThisDate)))+´:´+LeadZero(CStr(Second(ThisDate)))
End if
What might be wrong?
Hi There
because ASP is dependend of the type of local settings you have on your web server, you have to be sure to set the correct date type in ATAF.
Then it should work
Best
Christian
ATAF5.1.120-10-2002 14:33:19Hello, I am trying out your program. the problem I am haveing is when I view the page in Netscape I can`t see any buttons. I see then ok in IE. Is there something I need to change in the code?Hi There
I know there were some problems in the old version of Netscape, what version are you using ???
Best
Christian
ATAF5.1.121-10-2002 10:39:26´RUN-TIME ERROR `9` SUBSCRIPT OUT OF RANGE´ FIX
Just make sure your database has a primary key. You may not need it but aperantly ATAF does. If this helps let me kow. djwalsh5@comcast.net
DarrollThank Normally ATAF should check for this, but there seem to be some problesm some times that ATAF does not detect this.
I will check this further
Thanks for your help
Christian
ATAF5.1.121-10-2002 12:40:02Reply to support request Q109
I`m useing Netscape 4.7I will check to see what the problem is, but my best advice is UPGRADE, sorry
Christian
ATAF5.1.121-10-2002 18:08:47I also keep getting a subscript out of range error 9. What is error 9 and how can I prevent it?Be sure that you have a primary key in your database, this can some timers cause a run time 9 error if this does not exist
Best
Christian
ATAF5.1.122-10-2002 08:52:11I have my database set up to have medium times in a date/time field. I also set this up in ATAF. But when I view the fields in list view it shows as 1/1/1980 11:30:00 PM. I do not want to see the 1/1/1980, nor really the seconds field either. Please can you help?Hi Darrol
This is a problem with the way that different database handles dates.
So I have set the start date to be 1/1/80 on all date fields, Im working on a better solution for version 6.0
Handling dates fields is always a hassel, sorry
Christian
ATAF5.1.122-10-2002 09:38:11How can I get the text area to be like the textarea type in a form. ie multilined. I have a text area that is maxed, becasue ATAF doesn`t do memos, and would like to have the entire area visible, say 6 rows by 50 cols. ThanksHi Darrol
You can change the field type in your HTML editor to a teaxt area field, just be sure it has the same name, then it will work
Best
Christian
ATAF5.123-10-2002 07:26:12Hi,
My name is Mladenov, Bisser
I`m from Bulgaria
ATAF is wery interesting for me - GOOD IDEA AND REALISE, congratulation !
I was download a trial wersion of ATAF 5.1 and was install TODAY 23-October-2002, but when I start them from shortcut program show me form with message:
ATAF on Formload, shareware form: Type mismatch 13!
Next message is that ´trial period is finished´ and I have to close program.
But I was install this program Today ???
Would You give me some instructions What I hawe to do, to run trial wersion of ATAF ?
P.S. It`s mean to ATAF-CON too.
Thank You
Hi There Please de-install ATAF, be sure that the time and date on your computer i correct, then install ATAF again and it should work
Best
Christian
ATAF5.1.125-10-2002 10:41:49Hello,
Thank You for send me instrictons!
I was trying that check my date/time settings and reinstall ATAF but result is the same!
How you think about ATAF say that my period is ´(-37524)days left´!?!?
This mean I started use ATAF befor 102 years ago in 1900 year???? - I think it`s UNPOSSIBLE!
My date/time settings are:
Gregorian calendar;
When two digit year is entered, inerpret between 1931 and 2030;
Today is 25 October 2002
I hope that You will give me an another instructions.
Best regards!
There must be something wrong with your computer :-(, normally you can install and -reinstall ATAF easily, have you tried on a other computer ???
ATAF5.1.125-10-2002 11:58:02I have realized an hypertestual connection on a field of an ASP form, translated by means of ATAF 5.1.1 Shareware version, from a file of access 97.
The hypertestual connection has been made using Front Page 2000. All it worked perfectly.
The connection was created for opening a technical drawing allocated in a specific directory. For this test I have used Windows 98 and IE5.
Subsequently I have made the upgrading to IE6 and now the hypertestual connection is not running anymore.
Can You help me ?
Thanks in advance and congratulations for your application ATAF that I want to buy with next release 6.
Carlo Sancisi
SancisiC@askgroup.it
Do you have a line or a source code where i can have a look
best
Christian
ATAF5.1.101-11-2002 05:29:27I am connecting to an Access database using ODBC
It will not connect to a database created with access 2000 I have to downgrade the database. Is this normal?
No Sounds very strange !!!
WHat happens when you connect diretly to the database ?? ( ps. have you updated your ODBC to support Access 2000 )
Best
Christian
ATAF5.1.104-11-2002 03:09:09When I connect via ODBC and get fields, text fields are not listed. Number or True/False fields are listed but the text field. I don`t have Memo field in my database. Please support. Thanks.
Vasant
Hi There
Can you send me the database, and tell me what type of database you are using
Best
Christian
ATAF5.1.106-11-2002 07:35:49When I create the pages all the layouts are ok apart from the list view. All fields are scrunched up in the left hand margin and over lap. Can I adjust the spacing of this page
thanks
SteveDear Steve
Sorry no ( will be better in version 6 ), but you can edit the format directly in your HTML editor, and set the design as you want it.
Best
Christian
ATAF5.1.106-11-2002 08:34:06Can you give me details on how to modify the list view. If I can get that bit to display properly I have a use for this program. Can you tell me when version 6 will be out with the list problem fixed
Thanks
SteveDear Steve
So long as you don`t change any of the ASP code you can chage the table layout as you want, if you have to much trouble send the script to me and I will have a look
Best
Christian
ATAF5.1.113-11-2002 21:21:36When saving in online entry page.
I receive an error message...
Sql Script Errors Occured!
Error Number=#-2147467259
Error Desc.=[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
Data Not Saved !!!Hi There
This is because you don`t have read and read rights on your webserver your your anonumous user that access your web page.
There must always be RWC rights on the directory where the database is located
Best
Christian
ATAF5.1.120-11-2002 04:03:30I have just been on the site for the 1st time in a while and noticed your new version trial has ended, i did not see any notice emailed that there was a new version and I would very much like to try it as i need OLE or picture support in an application i am building
Many thanks Dave
PS I have now a NEW email address as shown aboveHi Dave
Hope you are okay
Im working on version 6.0 at the moment, I hope to realease it mid December, I will then Email you
Best
Christian
ATAF5.1.120-11-2002 05:39:08Repy to Q123
Many thanks... I found a product you might be interested in,, its simmilar to your program with a few nice features, but it does not do pictures.. I wrote to the maker and he sent me a code page http://stardeveloper.com/articles/display.html?article=2001040401&page=1 which has a sample page and database behind it..
location of aspmaker the program I found http://hkvstore.com/HI Dave
6.0 comes with the picture function, and im always open for tipsof how to improvr ATAF
Best
Christian
ATAF5.1.123-11-2002 11:04:22Sir
After selecting the database file that is xyz.mdb then i move to step 2 and click on the table in the database I am getting the error window (Error when opening the database-on eDatabase click.......Subscript our of range 9), then i move to fields in the sorting area and click to (show advance field property) Check box, I am getting error messege again (Runtime Error 9 Subscript out of range) and then program has been closed automatically.
Sir, Why these errors appearing, Pleas help me in this regard.
I would be highly grateful to you.
Thanking you.
Yours Truly
Abdul JabbarDear Abdul
Be sure that you have a unique field in your database ( autonumber ) and it is set to be the main key then it should work
best
Christian
ATAF5.1.129-11-2002 09:22:48I use another database to ASP software program but I like ATAF better. I wish I would have found it first. While my pages work in the other softwares generated pages (ASP ASAP). I cannot get the search and list pages to work in ATAF. Before I buy I would like to see why I cannot get this to work.
I use Office XP on Windows XP.
Thanks
BruceDear Bruce
Can you tell me what error msg your get ??
best
Chrisitian
ATAF6.0.003-12-2002 05:14:21I am unable to download the latest version from your web site. I can download ok from others. Are you haviing peoblems with your server?I have just tested, works okay, maybe try to put the mouse over the link and press right mouse button, and choose the function save as
best
Christian
ATAF6.0.003-12-2002 12:52:55I downloaded a trial of version 6.0. I created. After creating the ASP files, I uploaded the files to my website. When I run the default.asp page from the browser, nothing happens when I click on any of the menu items. No debug info comes up. In the bottom left corner of my browser I see a message Error on page whenever I click on a menu item.
ANy suggestions?HI
I need a bit more information can you tell me what :
1. What server are you running ??
2. WHat happen when you run the debug script ( debug.asp)
3. WHat is the errro msg.
Best
Christian
ATAF6.0.003-12-2002 15:40:30Server is IISCan you send me the script and the DB to me at support@ataf.dk, then I will have a look
Best
Christian
ATAF4.505-12-2002 17:46:18I have tried using the version I purchased and I also downloaded the trial version 6.0 and I get the following error.
Error on opening database, on eFilename
ActiveX component can`t create object 429
Hi
Have you installed and DCOM and MDAC ???, did you get any error msg when you installed the ATAF software ??
best
Christian
ATAF4.506-12-2002 20:14:11I installed both DCOM and MDAC.
When I install ver 4.5 I get the following error.
Error 1904 Module C:\Program Files\ATAF AccessToASP\msado15.dll failed to register
HRESULT -2147023739. Contact your support personnel
Exit - Try Again - Continue
Please download version 6.0 form our homepage there this problem should be solved, also be sure that you have administrator rights when you install the software
Best
Christian
ATAF5.1.107-12-2002 05:18:39Question: Under ATAF 5.0 under Listview I have a question for you I have
an Access Database, in one of my tables called Table1 I have a column
called States. Is there a way to have ATAF in ListView only list States
that begin with ´W´?
Thanks,
JonathanYes there is
Create a list view, edit the source code and then change the sql statement ( see below )
ATAF5.1.108-12-2002 05:11:34
Question: Under ATAF 5.0 under Listview I have a question for you I have
an Access Database, in one of my tables called Table1 I have a column
called States. Is there a way to have ATAF in ListView only list columns where the States
column is empty? And Where Would I place the SQL code in the ListView.asp page?
Thanks,
JonathanHi Jonathan
What you need to do is to change the SQl code in the listview, see below
Best
Christian
ATAF5.1.108-12-2002 10:47:101) Felmeddelande vid installationen, se nedan. (jag har gjort de uppdateringar jag kan av systemet). Om man klickar OK kommer man ändå vidare. Äger felmeddelandet relevans, eller skall allt fungera korrekt ändå? (Fick samma felmeddelande då jag installerade sharewareversion av 6,0 och med Windows XP home
2) Fråga: Kan man bara göra ASP-sidor på en tabell åt gången från databasen?Hej There
be sure that you are logged in as administrator at XP, before it works.
2. Can you put this in English, me swedish is not so good than I can read it.
Best
Christian
ATAF4.508-12-2002 19:38:46That didn`t work.
I installed Access 2000 and now both ver 4.5 and ver 6 work just fine.
Hej
Yearh there seems to be a problem to registre the DLL under WIndows 98, glad it works for you
best
Christian
ATAF-Shop<3.009-12-2002 22:04:40when I try to run http://localhost/ataf/default.asp, I get the reported error.
I tried to look in line 12 of Settings.asp, but really don`t understand where the error is
Even if I give the DSN=ATAF, or change the DSN name into ´wd2-a-01-demo´, nothing changes ...
Thanks for your supportHi there
Create a ODBC DSN called wd2-a-01-demo pointing to atafshopdb.mdb, if you want to change the DSN name on ATAF-Shop application, you can do this in settings.asp
You will need to change the DSN name 3 places in the settings DSN
Session(´DSN´)=´YourDsnName´
DSN=´YourDsnName´
and further down
ProgProgramnameconn.open ´YourDsnName´
Best
Christian
ATAF5.1.110-12-2002 01:32:30Christian,
Where would I place the code you gave me?
Jonathan White
---------------------------Original Resolution ---------------------------
Hi Jonathan
What you need to do is to change the SQl code in the listview, see below
Best
Christian
--------------------------------------------------------------------------------
Evt. Sourcecode
SqlStr=´Select * From Table1 where states<>``´
See below
best
Christian
ATAF6.0.010-12-2002 07:23:14I need users to add records but not be able to list and or change or page through other records.
Don`t seem to be able to do that easily with ATAF. The problem seems to be when a user hits save it takes them back to the default view which then lets them list and or page through other records.
Any Advice?
Bruce
HI There
With a few line of change you can do this, if you send me the script and DB If can show you
I will consider to make a page like this in version 6.1
Best
Christian
ATAF5.1.111-12-2002 13:34:21In english:
1) At installation I got a error-message: ´Could not update systemfile c:\winnt\system32\msjint40.dll Error 1931, the file is protected by the operative system. You may need to update the system to make this program function correctly.´ (I am logged in as administrator). If I click OK the installation continues. Is this a relevant error message? (I got the same error-message when I tried an installation of sharewareversion 6,0 on Windows XP home).
2): Can I make an ASP page from multiple tables in the database at the same time, or must I choose just one table?
How do I choose multiple tables?Hi Bengt
1) ATAF on handle on table at the time, sorry, but you can save your settings for each table in the profile
2) If you get no error msg in ATAF it self there should be no problem
Best
Christian
ATAF6.0.012-12-2002 20:08:19CAn not install.Dear Sir
Be sure that you are logged in as administrator when you install ATAF, normally ATAF still work even you get this error
Best
Chrisitian
ATAF6.0.015-12-2002 16:19:47Hej Christian.
Dejligt med nye ting i ver.6.1
Jeg har ellers brugt et lign. program (ASP Maker) i et stykke tid, men med nye ting som upload af billeder vil jeg vende tilbage til ATAF. Jeg har det problem at jeg ikke længere kan finde mit serie nummer. Kan du give mig et nyt ???
Mit brugernavn var Kim Østergaard (Kim Oestergaard).
Ellers har jeg blot et par ting som jeg finder lidt mystisk i den nye version. Når man skal have vist avancerede formfelter er man nødt til at have skærmopløsningen sat til 1024x768. Det er ikke så smart.
Ellers stor ros fra en gammel kunde.
mvh.
Kim Østergaard
Svaret er send med normal EMail
Gud jul
Christian
ATAF5.0.017-12-2002 08:42:02Cannot select picture field from table. When selecting fields in table, the field that contains pictures is not visible.Dear Sir
ATAF can not use picture fields, you have to select a text field where the information about a picture should be stored, and then upload the pictures to you web application
Best
Christian
ATAF5.0.017-12-2002 14:38:26I understand making the field a text field, but how do I call the picture when the asp is loading?The picture is shown as a link to where you have uploaded your pictures, the text field, is normally a text field. Also I can see that you are not using ver. 6.0, please download verion 6.0 for support of pictures.
Best
Brian
ATAF6.0.018-12-2002 02:42:13I have the following problem that verificates on all the computers of the Intranet network of our factory, both on launching of Application ATAF 6.1.0, on some computer, or when I click on the buttons ´copy´ and ´New´ for copying or create a new record.
The error message that appears repeatedly is the following:
´Microsoft Internet Explorer´ - SQL Script Errors Occured!
Error Number = # 3704
Error Desc. = Operation is not allowed when the object is closed
Data not saved !!!
I have used Debug.asp for error searching, but everythings seems to be ok.
The application is a simple ACCESS 97 table with some records.
We use windows 98, on all PCs, the server is equipped with Window 2000 server and Microsoft-IIS/5.0
What does the error mean ?
What I have to modify or set up to solve the problem ?
Can You help me please ?
Another question is the following:
In the field of ATAF ´select field to search in ´, I need 16 fields to search in, but when ATAF converts my ACCESS 97 table, it gives only 12 fields, and repeat the last 4 fields.
In addition the control buttons ´AND´ & ´OR´, appear only on the first 7 searching fields.
Why ?
Thanks in advance for yuor help.
Carlo Sancisi
Hi There
The error means that your DSN is not working correctly on your server, chack that the DSN name is the same on the server and on the PC where you develop the application. This error comes when ASP can not open the database.
Second Ups. Looks like this could be a bug in the application, can you send me the DB and I will have a look after X-Mas
Best
Brian
ATAF6.1.018-12-2002 07:16:32I tryed to make a database from access to web, but there comes always this error message. Also, when I installed your software, there came a message, that I should update my operating system to a newer one!
I haven`t registered your software yet, but I`m 100% sure, that if we can get this program work, we are going to register your software.
Also I don`t understand what is the meaning of these ATAF -Conf etc.
BEST REGARDS
Juha Lapinkivi
Paperipalvelu
Finland (The Christmas country)Hi Santa ( Or Mika Hakkinen) ( Or Leningrad cowboy ) ;-)
If you are using a older version of your OS and you have not update to office 2000, you need to download the M_DAC and JET upgrade from this website or from http://www.microsoft.com/data, then ATAF will work, this is done so ATAF supports the newest databases from MS.
Hope this help you, if not please write us again
best
Brian
ATAF5.1.118-12-2002 08:57:14Is there anyway I can email you my .asp page?
JonathanHi There
YOu send your script to support@ataf.dk then I will have a look
Best
Christian
ATAF5.0.018-12-2002 12:32:25Not to be bothersome, but I have downloaded 6.0 and it still does not work. If someone could walk me through step by step to what should be in the text box in the database to what to put in ATAF to access that picture, that would be a great help. Thank you for your time and patience.Okay there what you need to do is :
Be sure that you are using version 6.0
Create a database field where you have a text field with a minimum lenght of 30 chars
Select the database in ataf
In the window where you have the field list, select the field you create to be the picture fueld
Create your ataf application and then it should work, read also the publish comments on the last tab after you created you appicatin,
If this does not help you further, I can maybe help you by remote when we reopen after newyear
Best
Brian
ATAF-CONDont know19-12-2002 05:43:52Hello,
when installing ATAF-CON I got Error messages concerning msjinst40.dll, mswstr10.dll, odbc32.dll.
The program works fine; I can convert my MDB-File to script. When I try to convert to ODBC-MySql,
I get the errorHi
Depending on your OS and your office version you will ned to download the MDAC and JET upgrades on this homepage, the reason why the script works and not the ODBC is that when you create the scripts ot does not use the ODBC kernel
best
Brian
ATAF5.0.020-12-2002 09:45:54I requested assistance two days ago. Could someone please answer me as soon as possible. If I cannot get pictures to view in the form.asp this product is totally useless to me. See below for inital note.
******************
Not to be bothersome, but I have downloaded 6.0 and it still does not work. If someone could walk me through step by step to what should be in the text box in the database to what to put in ATAF to access that picture, that would be a great help. Thank you for your time and patience.See my last answer to you
Best
Brian
ATAF6.1.024-12-2002 09:51:45Dear Sir
There was no question in this support request, please raise it again.
Best
Brian
ATAF6.0.008-01-2003 03:33:27Hello,
I already solve the problem. I had a problem with some dll of microsoft. Thanks
Best regards
Paulo SantosCan you tell me what DLL it was, maybe it can help others
Best
Brian
ATAF6.1.008-01-2003 09:16:32Hello,
I`m connecting to a ORACLE DB and selecting a table. When i try to save something on the table by the ASP created by the ATAF software it never save the unique key!?!? It saves the other data inserted by me but the unique key stays blank. Because of this the forms start to give errors.
Best regards
Paulo SantosDear Sir
The best is to set the unqiue key to a autonumber field, if now, you have to click the boy in ATAF that makes you unique key visible
Best
Brian
ATAF6.0.008-01-2003 09:54:13The dll was msado15.dll. When i installed the software ATAF it gives an error registering this dll. Because in the machine i installed the software the MSSQLServer engine was not installed. So because some dll`s of the engine was not installed the dll msado15.dll could not be registered
Best regards
Paulo Santos
ATAF6.0.017-01-2003 14:55:59Table widths are huge when creating the ASP pages. For example, when I run a search, each column in the table seems to be set at a fixed width of 255 characters. This creates an unnecessarily wide screen which has to be scrolled left to right to view. I have gone through all the code on the asp pages and cannot find where the table widths are set. Please help.Hi There
Normally you can set the width under advance properties on the fiels, except for fields of the type memo and link
Best
Brian
ATAF6.0.023-01-2003 16:48:48I keep getting error 70 when I Try to create an ASP File. I checked security. I`m trying to create a DSN less search with Access 2000. I own 5.1 and just bought 6.1Dear Jay
Can you make a screen dump of the error, and page 1 of the ataf application and send it to support@ataf.dk, then I will try to find out what is wrong
Best
Brian
ATAF6.0.024-01-2003 11:18:56I solved it. It seems XL pro has different security than win 2000 pro.Cheers
Let me know if I can help you another time
best
ATAF6.1.028-01-2003 14:50:14Quando eu anexo o arquivo MDB aparece o erro abaixo postado...Dear Sir
Please read the section about upgrading Widh MDAC in the install instructions
This should solveyour problem.
Best
Brian
ATAF6.1.007-02-2003 08:33:01I have several look up tables associated with my main access database and when I go to select fields to be used in the creation of my asp pages, none of the fields associated with the lookup tables are being shown in the ´fields in table Category´ list. My main table shows fields but none of the lookup tables.Dear SIr
Sorry but ATAF only supports flat tables, if you want to make lookup field you can use the drop down option under advanced propertires
Best
Brian
ATAF6.1.007-02-2003 08:55:55Preview Design and View buttons do not work.Dear Carol
Be sure to create a application first befor the preview works
Best
Brian
ATAF6.1.007-02-2003 08:56:37Destination path for asp files will not change.Dear Carol
Seems very strange, are your sure that you has installed ATAF as administrator
Best
Brian
ATAF6.1.007-02-2003 09:01:00When I previewed this program as the shareware version, it worked perfectly on my website. Now that I paid for the program and have the full version, it won`t go past the first page. www.craig-consulting.net/access/default.aspDear Carol
Try to unregistre the program and see if this help , if not re-install ATAF. If does not help plese let us know
Best
Brian
ATAF6.0.007-02-2003 15:40:10Just purchased ATAF, most recent version, by WEB purchase, and paid by Pay Pal. Downloaded ATAF. Started ATAF. It says Shareware Version. This should not be the case, since I paid for it.
When will I get a registered version? How will the registered version come to me?Dear Sir
We need 24 hours to process the S/N generation, and we normally dont work weekends. We are very sorry if there was a delay in sending you the S/N. If you have not yet recived the S/N please let me know and I will get one send to you ASAP.
Best
BRian
ATAF6.1.009-02-2003 16:52:43I have purchased the software and paid through PayPal, when can I expect a serial for the software?Dear Tony
YOu S/N should already have been send, to the Email addrss you gave when you purchased ATAF. If you still not have recived the S/N please let us know and I will check it for you.
Best
Brian
ATAF6.1.011-02-2003 09:48:33I received it this morning, Thank you
ATAF6.1.017-02-2003 16:47:21I have gone through your demo and created files and loaded all into the same directory along with my database. However, I get the main.parent.location error in all ASP`s files. I use your debug command and it shows everything is ok. Any ideas on how to get this resolved? All files are in the same folder.Hi Scott
The error come because you have set the frame parameter , remove it and you application will work fine
Best
Chris
ATAF6.0.020-02-2003 11:28:24When creating a drop down list from the advanced field under step 2, it will not show spaces in the drop down field on the form, and therefore when information is submitted to the database it is all run together (ex. AANETWORK instead of AA NETWORK or J&ETrucking instead of J&E Trucking) is there a work around for this, or am I doing something wrong, or is this just a limitation? Added note, this is the case if the drop down list is manual, or selected from a table with predefined names in it. Thank you in advanced for your help.Hi Tony
Instead of usinf the nromal dropdown use the one with a link from another table, because of div. HTML problems spaces are not support in a normal drop down box, sorry
Chris
ATAF6.1.020-02-2003 13:34:26Exactly how do I do that? (create a drop down list) Am I doing that in ATAF or in Access?Hi
You have to select advance field properties, here you can set a text field to a drop down field.
best
Chris
ATAF6.0.020-02-2003 13:58:51Well as I stated earlier I have tried doing both manual and from a table and both are the same when displayed on the form page itself.Sorry :-(
Do you have a link where I can have a look or can you send me the code and the database ( support@ataf.dk )
best
Christian
ATAF6.0.020-02-2003 14:27:42Well the database has alot of private information, let me create a dummy database with dummy info, and I will send you the code, will that work? Thanks for the helpHi Tony
Yes just clear the DB, and please also send me the asp files you have created
Best
Chris
ATAF6.1.020-02-2003 15:54:02Is this something I do in ATAF or in Microsoft Access?In ATAF
Best
Christian
ATAF6.1.020-02-2003 16:53:13Is this something I do in ATAF or in Microsoft Access?In ATAF
Best
Brian
ATAF6.1.020-02-2003 17:06:17Nothing changes in ATAF when I check the `Show advance field properties` box.Be sure that you have a field selected
best
Brian
ATAF6.0.021-02-2003 12:39:13Christian,
I have sent you a copy of the website I have created, and I have blanked out the database so you could test it out, also I have set it up on my site at http://www.aanetwork.net/ataf if you want to view it there, I will put some dummy information to give you an idea of the space issue. Thank for all your help
Hi There
YOu link does not work can you fix it
best
Chris
ATAFDont know24-02-2003 07:31:15Hi
I tried to load the .exe and it reported error :- msado15.dll failed to load. Hresult -2147023739
I have dcom loaded.
Any help please
ThanksHave you installed the MDAC and re-installed ATAF
Best
Brian
ATAF6.0.024-02-2003 07:42:03Well I have had a few friends test it, and it works, and http://www.samspade.org can browse it, I am not sure why you can`t get to it.... Here is the link again http://www.aanetwork.net/ataf/Hm hm seems like it does not work for me, will have a look at your source files
Best
Brian
ATAF6.1.024-02-2003 08:12:37I did. It still does not work. Could you PLEASE provide me with exact instructions on how to set up a drop down list field in ATAF? Thank you.Hi Carol
1. Select the fields you want
2. Chose a Text fields
3. Click on check box advance properties
4. Select field type as drop down
Best
Brian
ATAF6.0.026-02-2003 05:49:54Dear Mrs/Sir
When I try to save a record after editting or making a new I get an sql
error.
Would you loke at http://www.lesweb.nu/car_agenda/default.asp.
Please put in a new record and try to save it.
I make use of MsAccess 97
At my host I have rights to R,W.E.
Please let me know what to do.
Regards
H.J.van TongerenDear Sir
This is a problem with the rights of your database, what it tell you is that it can not update the database
Be sure that there are RWC rights on the database it self to and also on the anounymous use too
Best
Chris
ATAF6.0.026-02-2003 09:41:07Any Luck on my issue? Thanks in advanced.
Sorry Tony
Been down with the flu for a few days, Im having a look at it now
Best
ATAF6.1.026-02-2003 21:12:21Nothing happens when I follow those instructions. Could something be wrong with my copy of ATAF?Hm hm stange
Can you try to uninstall and re-install to see if this help
Best
Brian
ATAF6.1.026-02-2003 21:54:04Name and Serial Number that were sent to me don`t allow me to register the software.Did you get the last i sent to you
???
Best
Brian
ATAF-Shop<3.028-02-2003 09:38:11I did download your freeware version of ATAF shop ver 1.1 from the internet but the database provided doesn`t show the
relationship form beteen tables and also i request a documentation to woh to use the product.
thank youPlease fill in your S/N and then we would be more than glad to help you
Best
Brian
ATAF6.1.001-03-2003 14:38:01Yes, Everything works fine now
Thanks.Good
Let us know if you need any more help :-)
Best
Brian
ATAF-ShopDont know03-03-2003 10:28:20hI, I DID PURCHASE THIS PRODUCT ON THE 02/03/03 , AND I DID DOWNLOAD THE SOFTWARE FROM WWW.AB.-ARCHIVE.COM/ENGLISH/KAT/U56.HTM
AND I HAD THE FOLLOWING PROBLEM ACCURED IN MY BROWSER I DIDN`T CHANGE THE DATSOURCE NAME AND I LEFT IT AS IT IS.. COULD YOU PLEASE SEND ME A DOCUMENTATION TO HOW TO MAKE THE SOFTWARE WORKS PROPRELY FROM SCRATH AND DETAILS ...THANK YOU FOR YOUR CORPORATION....... HICHAM MERAGHNIDear Sir
First what is the name of the ODBC you have setup for the ATAF-SHOP application on your IIS server ??
Be sure this is the correct one ( atafshop ) if you have changed the name be sure that is is changed in the whole global sub.
EMail mail us at support@ataf.dk when you know the answer
Best
Brian
ATAF-ShopDont know04-03-2003 02:27:35dear brian i am still having the same problem as yesturday but i will attach a doc file to show you exactly what i am having in my computer.....
bets regards
hicham meraghni
ATAF-ShopDont know04-03-2003 02:28:08dear brian i am still having the same problem as yesturday but i will attach a doc file to show you exactly what i am having in my computer.....you find the file in your e-mail
bets regards
hicham meraghni
ATAF-ShopDont know04-03-2003 09:54:42
Dear Brian,
I sent you an e-mail this morning and it was ReF:Q186
Regarding the same problem of yesturday which i pasted it into the box below ...end i did send another e-mail explaining what i have exactly in my computer ......
in your your page how to setup ataf-shop
i could not inderstand the fourth (4) step on how to setup atafshop which is :
4)Take the atafshopdb.mdb and copy it into a directory on your web server where the anonymous user has read/write and change rights.........can you please explain this step in details and how to do it , it may solve the problem , in the main time you can check the screen i have attached this morning to explain what i have done .... thank you Brian for youy help
Best regards.......
Hicham Meraghni
Dear Sir
Step 4 is very important, when a user access the homepage he must have the rights to change and update the database.
WHen a user access your web application he will use an anoymous account call `IIS_????` this user must have the rights to update and change the database.
Are your using a ISP or is it your own server, if it is your own server we can help if not you must contact your ISP to set his up
Best
Brian
Ps. We do not recive your TXT file, please send it again to support@ataf.dk
ATAF-ShopDont know04-03-2003 15:34:38You asked me if i am using an ISP you meant if i have a web space some where
answer: i do not have a web space yet.
and i do not own a server.
what i have a computer running on win2k and have iis on it
I been running several web applications on this computer using my local web server´OFFLINE´
so can i run ataf-shop application ´OFFLINE´ in my computer?
So, If the answer is yes can you tell please how...?
If NO tell me what is required to run it?
about step(4) on how to setup ataf-shop application I could not understand it or how to do it
i will send you another copy of the txt file
ATAF6.1.005-03-2003 00:48:51Hi,
I get an error on page in the left corner ( status bar ) of the browser any time I push a button generated by ATAF
the debug error is as follows
I am on Windows Xp , with IIS 5.0 with all service packs installed
Dear Sir
Be sure that is you are using ATAF in Frames that you entered the name of the fram in the ATAF program, otherwice you get this error, tryx to run the program withoout frames then it should work
Best
Brian
ATAF6.1.005-03-2003 08:23:06I am reading about this product.
During the instalation I received the message ´Couldn`t register msado15.dll´ (Because PWS is nor installed yet?)Please be sure to update you MDAC and the Extra file for windows 98, see the installtion instruction for more info.
Best
Brian
ATAF-ShopDont know06-03-2003 03:19:26Good morning,
I would like to know where i should insert my serial number to clear all the sharware.......
because we are not selling chairs or fonts ......
we are selling different kind of products like AA batteries, bikes, gadgets, accessories, sockets,funs
how can i customize the application to meet my needs.....
best regards
from hicham meraghni.Dear Mr. Meraghni
So far we have helped you out more than you can exspect, so far your problem have been that you did not know how to setup a IIS server.
If you need more help to setup the application, we can make a online traning for you.
To setup the application login as webmaster@ataf.dk password demo, then you have the administrator menu and the sales administrator menu, here you can setup the application
Best
Brian
ATAF6.0.009-03-2003 14:01:14I get this error when I try to load the default.asp page.
I use a DSN less connection and debug dont report any errors.
Dear Sir
Please upgrade to version 6.1, if you still have problems, then can you send us your scripts to support@ataf.dk
best
Brian
ATAF-ShopDont know10-03-2003 03:38:35FROM HICHAM MERAGHNI
S/N: ASPC-XA72-7365-7772-15U7
DEAR CHRISTIAN,
FOLLOWING OUR CONVERSATION OVER THE PHONE YESTURDAY,
AND BECAUSE I AM SETTING UP A NEW STORE ONLINE I WANT ONCE THE CUSTOMERS FINISH ADDING THERE ITEMS INTO THE SHOPPING CART TO BE REDIRECTED TO FILL THEIR DETAILS AND WHERE THEY WANT THEIR GOODS TO BE DELIVERED AND ALSO TO DIRECTED TO ANY PAYMENT COMPANY (E.G PAYPAL, KAGI…ECT) TO PAY BY CREDIT CARD
AND DISABLE THE INVOICE PROCESS SYSTEM AND LET THE WEBMASTER CONTROL IT ONCE WE NEED IT WE CAN START USING IT
***AND ALSO, I WANT TO ADD A SHIPPING CHARGES ON GOODS ORDERS AND THIS DEPEND ON ITMES AND QUANTITY ORDERED
**** ABOUT THE DISCOUNT: FOR EXAMPLE IF THE CUSTOMER ORDERED A QUANTITY BETWEEN 5-8 HE WILL GET £ 1 OFF AND IF HE ORDERED A QUANTITY BETWEEN 9-12 HE WILL GET A DISCOUNT OF £ 2
ON THIS PARTICULAR ITEM, SO WE CAN SETUP THE DISCOUNT FOR ANY ITEM WE ARE SELLING.
THE DISCOUNT GROUP YOU CREATED IS FINE FOR LATER USE.
AND I AM WILLING TO PAY ANY EXTRA COST FOR THIS MATTER.
THANK YOU FOR YOUR COOPERATION…
BEST REGARDS
HICHAM MERAGHNI
Dear Sir
Can you make a word file of how you want it and what extra function you need then we will give you a price
best
Brian
ATAF6.0.010-03-2003 08:40:30Actually I am running 6.1, but it is not possible to check that option in your supportform.
I solved the problem. When I select Non-US format the problem is there, when I select US format it isn`t. So I guess my ISP is running US format on the servers?
Thanks. Great programme!Cheers
Yes most IIS servers are running in US format, it is always h... to handle dates in SQL.
Feel free to contact us again is you have any more problems
best
Brian
ATAF6.1.013-03-2003 09:15:31
ATAF6.0.021-03-2003 18:30:28Program is 6.10 - evaluation version.
I`m just wondering if there is any documentation available?
Like a how to DOCs?
So far I like it.
Thanks
LuisHi There
If you go to the ATAF section on this homepage there is a quick start section and much more, if you have any other questions you are more than welcome to contact us again
Best
Brian
ATAF6.0.022-03-2003 13:50:12I need to know realistically how many records (23 fields) will ATAF work with? Will there be performance issues?
I expect to grow this database to about three thousand records in one year. Will performance be an issue?
Also how can I set up different user levels? I need to have users with different (page) permissions. Some can list, some can delete, some can add. I would like some to only be able to view.
Possible?
LNHi There
If you have a fast server this shoudl be no problem.
Regarding the security I would recomend that you create an application for each right the user group have and crete them in different directories, you can set therigjts on what they can do on ATAF
Best
Brian
ATAF6.1.022-03-2003 14:32:13The Edit, Add, and Delete record screen is diaplaying wtih access to all database fields and records. However, List and Search view do not display. I receive a ´Page cannot be accessed´ message. Also, how does the export to Excel function work?Hi Dave
Can you send me a link to your page then I will have a look
best
Brian
ATAF6.0.024-03-2003 09:36:50Excellent.
One more thing. How do I limit the search results to just four or five fields of the total fields. Then when I want to see the whole record I can just click on the link that brings up that particular record?
ThanksHi There
ATAF does not support this :-( , we are thinking of implementing this in version 7.0, what you can do is remove the fields manuelly in the created HTML code ( theres is a link to each page under each field that are showen) so no worry
best
Brian
ATAF6.0.024-03-2003 12:55:35Okay, I was afraid of that. When does 7.0 come out.
LNA small problem it is, you can create on seach page as you like edit in html, then still change your aplication but no change or overwrite you search page
best
Brian
ATAF6.1.024-03-2003 15:36:34I determined that the problem of List and Search pages not loading is based on selecting too many fields to be searched on. Whenever I select 3 or fewer, the Search and List pages display without any problem. Is ATAF actually limited to only allowing a search on 1-3 fields?
I do have a few other problems with pages, though:
1. Send to Excel on both the Search and LIst pages does not work.
2. The following items do not work on the Add/Edit delete page: Delete, Save, and Print.Hi There
No Normally you can search in as many fields as you like, regarding your other problem can you send me a link so I can check, also can you cun the debug.asp script and send it to me
Best
Brian
ATAF6.0.025-03-2003 11:18:36Have you found a solution to this error?
The problem occurs when I try to access the asp pages through network, if i acccess them from the host computer, the error does not occur.
ATAF6.1.025-03-2003 15:37:26Two problems:
Why do the field or table names require no spaces?
When adding a combo box, the values of the field had spaces. On the page generated, the values of the field had no spaces.Hi There
Because of the SQL standard and we need to support many type of databases, no space policy was implmented from version 5.0
Sorry
Regarding the spaces in the drop down obx, you can take the values from another table then it will show the spaces
best
Brian
ATAF6.1.025-03-2003 22:01:34It seems that is impossible to use the UPLOAD IMAGE feature. In my local PC (WinXP with IIS 5.1), the application server just hangs when UPLOAD button is pressed, forcing me to restart IIS. When uploaded to my remote server, ATAF returns the following error. What can be the cause? I`ll be glad to send you the test files if you think it`s a good idea, and you provide an email address.Hi David
Can you try to run the debug.asp aynd send the result to me, and I will have a look
Bets
Brian
ATAF6.1.026-03-2003 09:05:35When adding a combo box, the values of the field had spaces. On the page generated, the values of the field had no spaces.
--------------------------------------------------------------------------------
Resolution
Hi There
Regarding the spaces in the drop down obx, you can take the values from another table then it will show the spaces
I do not understand...take values from what other table?Hi There
Create a table with the values and us this as a drop down then it works
best
Brian
ATAF6.1.028-03-2003 07:16:21I have access to all ASP`s that I have posted on the server, and data is displaying for the Editing, Search, and List pages. However, whenever I attempt to Save, Copy, or Delete data I receive the following error message:
Sql Script Error
Error Number = #-2147217900
Error Desc. = [Microsoft][ODBC Microsoft Access Driver] Syntax error in Update statement.
´Data did not save.´Hi There
Can you run the debug.asp script and send the result to us
Best
Brian
ATAF-Shop2.031-03-2003 07:47:14hi, brian
i saw the upgrade version of atafshop and i would like to get a copy of it
thank you
best regards
hicham meraghni
ATAF-Shop2.031-03-2003 11:12:17Dear Brian,
i saw the updated version of atafshop and i would like to get it to start using it now
can you please tell me what i have to do
thank you
hicham meraghni
Hi There
We made it for you and you can get it for free we will send it to you tomorrow
Best
Brian
ATAF-CON6.1.031-03-2003 12:17:41I have download your program and would like to be able to take Access 97 reports pass throgh queries and convert them
into asp reports. Is this possible with your program?
Thanks JohnDear John
Sorry now ATAF does not work on queries, because you can not update or change data in a querie. But if youlin the tables it will work
best
Brian
ATAF6.1.002-04-2003 14:17:44Any chance of ATAF working with MS-Access tables and queries versus just tables?
In addtion, if you are interested, I have added more functionality in the globalsub.asp page. The functionality deals with the text displayed to the users could be different then the values stored in the database in the drop down, check boxes and radio buttons.Hi there
the problem is that queries are not updateble, sorry so they you would on be able to see your data.
Regarding the code send it to me and I will have a look
Thanks a lot
Best
Brian
ATAF6.1.003-04-2003 09:17:45I`m trying to create a connection to a MySql database and am completely confused. I keep getting Error Number=#3704 which according to MSDN is a permissions problem. I can`t figure out how to set permissions on this database. I also don`t know what to use for the server address in ataf.
The database is alive and well under MySql CC. MySql is installed at C:\mysql and the database resides at C:\mysql\data. The database name is jaytest, username=jayi password=annes. I`ve tried several variations of settings in Ataf with no success. I`m new to MySql and would appreciate any light you can shed on this issue....
Below is my most recent connection string.
Thank you
Jay IdolHi Jay
Sorry for the late reply
YOu will need to put in the IP address/DNS name of your mySQl server otherwice it wont work.
Please set the name or IP address in ATAF and It should work
If not try to go to http://www.mysql.com or write me again
Best
Christian
ATAF6.1.004-04-2003 07:10:24Hey Christian!
Thanks for the help!
MySql is new to me and still alittle confusing.
Thanks again
JayNo problem
let me know if you got any further
Best
Christian
ATAF6.1.004-04-2003 13:44:05Is it possible not to have the Asterisk in each field? I`ve noticed that users are not catching on that you have to type over it. Instead they type after it.
Also it appears that the database has to be a flat file. Is that true? Because, that is the only I can get the program to work. I can only pull from one table not multi tables. If you can pull from more than one table I have no idea how it is done.Sorry no
Im using it for testing if the field should be search in or not, you can make a small Javascript to remove the * when the uses set focus on the field
Best
Brian
ATAF6.1.008-04-2003 13:45:29Not so much a problem, but a question. When selecting tables and fields, how do you select multiple fields from different tables? I have one table that has primary data, and another that has coinciding data that needs to be shown. I thought I would ask if there is an easy way first, before I start to look at alternatives.Hi There
You can do it with dropdown boxes, if it is on few a data, if it is more, you will need to program it your self
best
Brian
ATAF6.0.014-04-2003 14:40:43I m getting error messege when i edit and save the empty form field record. During creation of New record i save the some empty form fields in the database but when i edit the same record and save it again with some empty form fields i got the error messege ( that i cant leave the empty form fields or records etc etc).
Sir, How can i edit and save the some empty form fields in my database record?Hi There
We know that theres was a problem with the 5.1.1 version regarding this, but this problem should be solved in version 6.x.
if not can you sent us a link where we can test it
Best
Brian
ATAF6.0.014-04-2003 15:08:14Sir I m still getting the below error messege.Hi There
The problem is that you have set the propertie and the MS-access `RATE.BUYING` field that it can not be empty remove it and it works
best
Brian
ATAF6.0.014-04-2003 16:49:47Sending you the Link
http://www.thecustominfo.com/test/default.asp
ATAF6.1.015-04-2003 15:13:38Continue to get a Error 9 Subscript out of Range.
Also how do you label each imput field on a search form. I can`t seem to get this one down right. 100% new to this.
Thanks MatthewHi There
Regarding your Error 9, can you make a scrren dump for me ??
The labels on the search form is the same as the on the input field, you set it under advanced properties
Best
Brian
ATAF6.1.016-04-2003 18:47:13I am trying to use ATAF with one table in Access with column ´id´ of type autoincrement. Ataf creates the pages and everything works, BUT the data becomes unsynchronized. in access the id is auto incremented correctly and displays the correct number but when I choose to go to the last record it displays the incorrect record. then when I choose to go to the first record that is incorrect because its unsynchronized. this seems to be a terrible bug. do you have an access db with auto increment that works? does anything work?Hallo Frank
Im sorry to hear that you have problems.
Normally there should be no problem with ATAF, and the auto increment is the key stone of ATAF.
Why you data is shown wrong can be because you are soritng wrong so what you see is not really the last record.
Try to set it not to sort and see how it goes, if this does not help please write me again
Best
Brian
ATAF6.1.017-04-2003 11:22:50Hi,
When taking advantage of the built-in username & password features, it appears as though they are being passed as parameters through the URL. This isn`t very secure since anyone could look through the history of usage and find that information. Could it be set to use a POST instead of a GET to hide the information?
Thanks,
KeithHi Keith
Yiu can easyli change this if you want , I will keep it in mind for version 7.5 thank for the info
Best
Brian
ATAF6.1.017-04-2003 11:27:22Hi,
I need to adjust the width of the cells in the grid so they will fit on a screen without a horizontal scroll bar. I have changed the option in the advanced field properties, but it only seems to help on the form page.
Please let me know.
Thanks,
KeithDear Keith
I know this is a problem in version 6.1, we are wroking on to improve this in version 6.5
What you can do is to change the size manuelly in your html editor, sorry
best
Brian
ATAF6.1.018-04-2003 13:32:01I created a blank database with a primary key autoincrement field labeled id. when I select the next record from the first record, th ebrowsers address bar shows the seconds record having an id of 1 when it should be two. do you have a working implementation that I can look at?
also i created a mysql database with similair data and there are not any synchronization errors, I get DSN errors. Thats based on my system though, I am required to use access for my implementation so a solution or alternative is needed by me.Hi Frank
Sounds really strange, can you send me the DB to support@ataf.dk and I will make a test for you
Best
ATAF-Support2.021-04-2003 11:46:17I am using an Asp Application where i get an error as Subscript out of range: `[number: 2]` .So How can overcome it.
Hi There
Can you give us a bit more information , such as program S/N, screen dump and when the error happen
Best
Brian
ATAF6.1.021-04-2003 12:07:29I have a database withe four tables and relationships between them how can I go about maintaining the relationships after I convert to ASP.Hi There
Thats a bit of a probles, ATAF does not support relations, but you can use data from other tables with the dropdown boxers
best
Brian
ATAF6.1.022-04-2003 13:05:35Hello,
I was hoping you could point me in the right area to fix a issue. I`m new to asp so I kind of lost. When my page is created it places the Back To Menu button next to search. When I click on it I get error on page in the IE staus area. How can I make this button go to a homepage for this asp page or another URL.Hi There
Can you send me a sceen dump or a link to your err msg then I can help you
Best
Brian
ATAF6.1.022-04-2003 13:34:14This is the area of code where the problem is. Can you tell me what is wrong. This code was created by ATAF.Hi There
I still need the error :-) can you send it to me
Best
ATAF6.1.022-04-2003 13:54:54There is no actual error that shows other than in staus of IE it says error on page. I`m sorry Im so new at this and I don`t have anymore than that.Hi There
Try to make a screen dump of the page, and send the script,database and picture to support@ataf.dk then I will check it for you
best
Brian
ATAF6.1.024-04-2003 10:39:21Hello
I`m testing your program before i buy it and i have a problem
the following errorHi There
Can you run the debug.asp script and send it to me
Best
Brian
ATAF6.1.024-04-2003 10:41:19Hello
I`m testing your program before i buy it and i have a problem
the following error
ATAF6.1.024-04-2003 11:37:28Can more than one SQL Table selected to use when Importing from Step 1. IF so how is this done?Hi There
Sorry now
Ouy have to create a project for each table, we are working on this on version 7.0
Best
Brian
ATAF6.1.025-04-2003 16:24:35Nothing changes in ATAF when I check the `Show advance field properties` box.
I followed the instructions that I found in the knowledge base ( someone else had reported the same problem) but
it still is not working. Any thoughts?
Also noticed the Preview button does`nt do anything.
Thanks
Hi There
Be sure that you have selected a field before you press the field, if this does not help please write me again
Best
Brian
ATAF6.1.025-04-2003 18:32:45Send to Excel is not working properly.Hi THere
THis is a problem with your browser, try to re-install Excel then it should work
best
Brian
ATAF-Shop2.028-04-2003 04:39:44Hi Christian,
I would like to display a message box when the customer hit the button ´proceed order in shoppingcar.asp page ´ if the total amount Including VAt is less than £25 , the message is ´Sorry Minimum purchase is £25.00´
thank you for your help
best regards
hicham meraghniHi There
We can program it for you for 49,99 USD
Best
Brian
ATAF-Shop2.029-04-2003 04:44:07Dear Brian ,
It is ok i accept the charges of $49.99 so you will do it that i can change this minimum amount any time we like in both cases shop without login or to our regular customers.
because i do not have a credit card can i have your bank details to send you this amount via western union
all the best from hicham meraghni
ATAF6.1.029-04-2003 09:34:49Been there done that and still nothing. Any other Ideas??Hi There
Seems very strange, have you tried to install and re-instal ATAF??
B
ATAF6.1.029-04-2003 14:19:39Yes, I did and I also uninstalled and reinstalled Excel and Windows Explorer.Hi There
WHat version do you have of Excel ??
Best
Brian
ATAF-Shop2.030-04-2003 03:30:55Dear Christian,
I DID SEND YOU AN EMAIL WITH ALL THE PROBLEMS I FOUND IN ATAFSHOP V 2.0
CAN YOU PLEASE CHECK IT
BEST REGARDS
HICHAM MERAGHNI
WIll check it
DO you have a domain anywhere where I can upload and try the changes
Best
Brian
ATAF-Shop2.001-05-2003 08:40:00Dear Brian,
Not at the moment
i do not have a domain name yet
best regards
hicham meraghni
ATAF6.1.001-05-2003 08:42:46Excel 2000. The computer is an Intel p4 2.66gig and 40 gig of free space on the drive. Memory of 1gig. Excel does work perfectly on its own. I shut down everything possible, including the virus detector, on the computer to make sure nothing in the background was running.Hm hm sounds very stange
I dont really know what the problem is, we send a header to the browser so say a excel file is comming, and then the browser should know this.
Maybe it is your security settingy in your browser ??
best
Brian
ATAF-Shop2.001-05-2003 08:56:22hi Brian,
as i told you that i do not have a domain yet,
can you please e-mail me the files where you made the changes and their folders to check them at home...
best regards ......
hicham meraghni
ATAF-CONDont know01-05-2003 21:29:05ATAF Co.:
I´m writing to you, because i want to convert my Access Database into a SQL db, so that i can upload it to my website. But everytime i try to do this (converting the .mdb file) it only gets the name of the colums, but not data in the rows. How do I do that?? What´s my problem?
I use Access 2000, WinXP and my PC is a Intel Pentium IV 2.4GB with 256 of RAM
Thanks a lotHi there
YOu will need to click the check box that you should also convert data
Best
Brian
ATAF-Support2.005-05-2003 04:06:54Dear christain,
I did send you a document with all the problems i found in atafshop v 2.0
plus the additional function to alert the end users about the minimum purchase......
and also i would like to purchase Ataf stat to add it to atafshop....
can you please tell if you have finished checking atafshop at the moment...
best regards..
hicham meraghniHi there
What we suggest is that you create the ATAF shop in a domaine, and we will online help you with the changes. We can not change the code in our orogonal version and send it to you, that would be to much work.
Regardig payment we must insist that we get the payments over paypal
Let us know when you have your domain ready with FP extension so we can start programming
Best
Brian
ATAF6.1.007-05-2003 10:03:09I am having problems when I am trying to save or add a new item to my database.
I can delete entrys, list and export to an excel. I have another db that I created with level 5 that works just fine.
Any suggestions?
Hi There
This is a problems with the rights on your web server, butr sure to set the R/W/C rights on the directory where ATAF is located
Best
ATAF-WEB-Gallery2.010-05-2003 09:09:56Hejsa. Jeg har betalt 39.99 dollars. men jeg har ikke fået nogen kode til at lukke op for programmet.
Den ligger på www.scomer.dk/database
Brugernavn Sofus Comer.
Der står ingen steder på jeres side hvad man skal gøre, når man har betalt!
------------------------------
Payment Details:
------------------------------
Total Amount: $39.99
Currency: U.S. Dollars
Transaction ID: 3DE751252D3780711
Quantity: 1
Item Title: ATAF-WEBG-2.0.0
Item Number: ATAF-WEBG-2.0.0
The following options were included with this payment:
Registration name: Sofus Comer
Buyer: Sofus Comer
Med Venlig Hilsen Sofus ComerHej
Skulle väre sendt hbis ikke saa skriv til mig igen saa sender jeg det til dig ASAP
Mvh.
Brian
ATAF-Shop2.012-05-2003 02:40:06Dear Christian,
I thing that it still some links problems
**** on FAQ Button on the navigation bar (top.asp) try to click on it and then click on ayn question ,then try to click on any top to go back to the top of the page .
**** same problem on buttom.asp on FAQ.asp and Disclamer.ASP if you click on disclamer it won`t take you any wher ...
***** How to order button on the navigation Bar does not take you anywhere.(how-to.asp)
***** contact button on the top.asp should take you to contact.asp and not to------>>>>>> /contact/contact.asp
this is a different contact.asp page it was there, I added it same like FAQ.ASP
***** if you go to About us you will see the small images on the right corner of the page top and buttom are missing.
***** on bookmark us i had to small folser icons on both side of the link they are missing(/images/favoris.gif)
****on the last version i had right click function working proprely it is on js folder and called plamen.js
now this function does not work i am calling it form headers/top.asp
and youl find it on js/plamen.js.
*** Dear christian can you please change the name of the main folder from ´atafshop´ to ´jazzshop´ and check the internal links in the pages...
thank you for your cooperation
best regards
hicham meraghni
ATAF-WEB-Gallery2.012-05-2003 04:18:51HEJ JEG HAR IKKE NODTAGET NOGET ENDNU. JEG MANGLER SOM SAGT AT FÅ REGISTRERET. SKAL JEG IKKE HAVE EN EMAIL MED REGISTRERINGSKODE ELLER LIGN.
MVH. SOFUS COMERHej Sofus
Skulle väre sendt til dig igaar, hvis ikke saa kontakt mig igen
Mvh.
Brian
ATAF-WEB-Gallery2.012-05-2003 08:17:04Hej ATAF. HAr købt og installeret WEB-Gallery... virker fint, men kan ikke sende mails... så kommer nedenstående fejl...
MVH SOFUS COMERHej Sofus
Det er et problem med retighederne hos din ISP, pröv at ringe til hotlinen og sig du skal have retigheder til CDONT objected
Mvh.
Brian
ATAF6.1.014-05-2003 18:20:08I am trying to import tables from a secure Access database to which I am getting error code 3112.
The error states: ´Record(s) cannot be read; no read permission on .
What user needs to have read permissions to be able to convert these tables?
Thank youPlease provide us with your program S/N and we would be happy to help you
Best
Brian
ATAF-WEB-GalleryDont know15-05-2003 11:47:54i have now buy the web gallery - but and when do i get a serie no ???
best regard
jan hurup
jan@koien.dkHi There
Should be send to you already if not please contact us again and I will send you one ASAP
Best
Christian
ATAF6.1.020-05-2003 05:40:59Hi,
I am trialing the shareware version, i believe this program is perfect for me. I am having trouble as the data is not appearing on the asp pages created. Please see www.smallbusinesswebsites.com.au/asp/default.asp.
Can you please advise where I am going wrong. The debug program is not working either.
Thanks,Hi There
It looks like you have not enabled ASP script on your server , since the script is NOT executed, please ask you ISP what type of server he is running so he can enable ASP script.
best
ATAF6.1.023-05-2003 09:57:34Hi
I am using the demo version and trying to link a field to a keyed listbox
I have a table called USAGE
It has a field called PAINT_CODE
I have a table called PAINT
It has two fields
PAINT_CODE (Key)
DESCRIPTION
I would like the user to see a lis of available Paints (DESCRIPTIONS) in the listbox
I am selecting advanced view and selecting ´Create as Dropdown with key´
I am selecting PAINT as ´Where Data Should come´
I am selecting ´PAINT_CODE´ as keyfield
I am selecting ´DESCRIBE´ as field that show`s the value
However, when I generate the ASP code there is no listbox and I get errors
regarding NULL Values. Is this a limitation of the demo or am I doing something wrong
Aside from this issue this is a great looking piece of software - You should be very proud and if I can
do a dropdown that references another table I will definitely purchase
Thanks
Rob Hermans
Philadelphia USA
Hi There
Be sure that the Table paint contains no empty records, this can make the error
Best
Brian
ATAF6.1.025-05-2003 09:02:09No - the paint file is populated and indeed if I use a listbox it gets populated fine ... I also get a browser error when I run your dump to Excel ... I also tried to alter the menu system - but could not revert back to your original. I uninstalled so tha I could get back to your original installation - But that messed up my WIN 2k machine by disabling my ADD/REMOVE Programs. I had to reinstall your system to enable my ADD/REMOVE programs
After Uninstalling your system I went to ADD/REMOVE and get
An unexpected error occurred. Class not registered
res://appwiz.cpl/listbox.htc
Line:225
I reinstalled your software and everything is fine - SO you must be doing something with the registry around this class.
I still really like your software ... I had better like it, I cannot uninstall it! Any other thoughts on the keyed list? Remember this is the demo version
Thanks
RoB Hermans
Hi Rob
Seems strange ??? we use VB installer and it normally dont mess anything up ??? I will try to look in to it ;-)
Regarding the key list as I remembered should you send me the DB ??? or am I wrong there
Best
Christian
ATAF6.1.026-05-2003 04:56:35when i open a form generated by ataf i get this error message
HI There
What happen when you run the debug.asp ???
Best
Brian
ATAF6.1.029-05-2003 08:30:07I have a database table with a date index field. I can use this field to
> search on but I wanted to make the search field a date range field like
> d/mm/yyyy-d/mm/yyyy. What is the proper way to do this within ATAF. When I
> use that field to search on I can specify a date but not a range. If I was
> to put d/mm/yyyy-d/mm/yyyy in this field does it know to use this data in
> the imput field as a date range?
Help!!! I have no ASP experience. Also is most of the code in VB or ASP.
Matthew Francis
Sr Systems Engineer
Medical Specialties Distributors Inc.
Hi Matthew
ATAF does not in the current version support range searches sorry, wi think we will implement this in version 7.0
Best
Brian
ATAF6.1.029-05-2003 22:01:19Hi There
What the debug script tell you is that the dir images does not exist please create it ans it should work
Best
Brian
ATAF6.1.002-06-2003 03:42:10Due to the amount of data involved I have had to split the data accreoss several tables with a common record id and id col key field.
can Ataf 6.10 handle multiple tables if so how can it be done?
mant thanks
PaulHi there
ATAF does nut sopprt plit tables, but you can do a trcik by using the database splitter in Access then you data will lay in different external tables with much better performence and you can still use ATAF
Best
Brian
ATAF6.1.014-06-2003 01:55:53cooonection to dsn for oracleHi there
what is the problem ???
ATAF6.1.014-06-2003 12:50:18Unable to connect to MSSQL Server database. Still waiting for product SN!Hi Tjere
Have just send the S/N
Regarding the ODBC connection
Be sure that it your workstation ODBC is setup correct, you can test it under the control panel
Then it should work
Best
ATAF-Service6.1.016-06-2003 07:32:19I`m useing a MSSQL Database, after I create all the forms I keep getting error #3704 or#3704 when I try to save the changes made to the forms. I dont get this error with any of the other databases I use. Thanks in advanced.Hi There
Can you run the debug.asp on the server and semd me the result
Best
ATAF-Service6.1.016-06-2003 15:21:25ATAF 6.1.0 debug program
Server information
Server name http://localhost
Server software Microsoft-IIS/5.1
Meta base path /Order/debug.asp
Path info c:\inetpub\wwwroot\
Testing database connection
adodb.connection is OK
Could not open database object with connection string dsn=tom1;database=contestdb;uid=sa;pwd=;
Error Number= #-2147467259
Error Desc.= [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
Testing your table
Could not open database dbo.Students
Error Number= #3704
Error Desc.= Unknown runtime error
Could NOT modify data in your table dbo.Students, there must be R/W/C rights in the directory where the database is located
Error Number= #3704
Error Desc.= Unknown runtime error
Testing picture upload capability
Your directory where you upload picture to is : http://localhost/images/
Scripting FileSystemObject is OK
Could not write a file to the server, if you want to upload picture there must be R/W/C right in the directory where you upload your pictures to
Error Number= #76
Error Desc.= Path not found
Hi There
This is a problem wih your DSN on your WEeb server, please check that it is that same as on the client where you created the ATAF application
best
Christian
ATAF-CON2.022-06-2003 15:02:11I CONVERT ACCESS DATABASE TO SQL SERVER ODBC I DO IT BUT I CAN NOT EDIT THE LINKED TABEL IN ACCESS
PLEASE HELP ME
Dear Sir
Please provide us with the S/N and we would be more than happy to help you
Best
ATAF6.1.030-06-2003 05:36:54Hi
I am using the demo version of ATAF. I am using an access database no DNS. Everything works ok except i cant save any changes. I have checked that I can make changes in access. is this because i have a demo version?
Thanks
SteveHi There
This is a problem with the rights for the user that you website uses to authoriese and anoymous user with,
Be sure that the user has read/write and change access on the database and the directory where the ATAF application is located.
for more information run the debug.asp
We hope to see you as a customer
Best
ATAF-WEB-GalleryDont know30-06-2003 12:53:27Dear Sir
Please use the support section of the homepage then our support team will be
more than happy to help you
Best
----- Original Message -----
From:
To:
Sent: Monday, June 30, 2003 6:14 PM
Subject: Upload Message from user Stephen Foote
> (I am a paying member... FYI)
>
> Is there anyway to do a mass upload? I have only 140 of 700 pictures
> uploaded, and the task is so daunting, that I`ve practically given up.
> help!?
>
HI THere
If you descripe how you want to do the mass upload we can maybe make a script for you
best
ATAF-WEB-GalleryDont know30-06-2003 18:30:53> (I am a paying member... FYI)
>
> Is there anyway to do a mass upload? I have only 140 of 700 pictures
> uploaded, and the task is so daunting, that I`ve practically given up.
> help!?
>
--------------------------------------------------------------------------------
Resolution
HI THere
If you descripe how you want to do the mass upload we can maybe make a script for you
best
----------------------------------------------
Description:
I have 600 or so pictures of various names and sizes. I am willing to manually go through and add descriptions and names, but the upload process it taking too long. For scripting purposes, I could rename the photos... say, pic001 to pic600 would that help?WIll have a look what we can do and I will come back to you
Best
ATAF-WEB-Gallery2.002-07-2003 07:06:05Hi
Is it possible to mass upload pictures in the Web Gallery application?
Regards Christian LarsenHi There
You are not the first to ask. We will have a look this week and then come back to you
Best
Christian
ATAF-WEB-Gallery2.002-07-2003 23:46:26Ok, I am looking forwared to hearing from you.
ATAF6.1.008-07-2003 10:50:30sql script error occured
error number =#2147217900
Hi THere
Can you try to run the debug.asp and send me the script
Best
ATAF-WEB-Gallery2.010-07-2003 05:37:29> Hello
>
> Please I am trying to put the files of the ATAF-web-Gallery in my servant
> and I am not getting to visualize them paginate...
>
> The servant that I have would be the brinkster and the address of the you
> paginate is http://www.dojapao.com/album
>
> Please I need a help to configure...
>
> Thank you
> Medeiros EmanuelHi There
Bu sure that there are R/W/C rights in the directory where the application is located or you wiull get this error
Best
Brian
ATAF-WEB-Gallery2.011-07-2003 23:33:29Please I didn`t understand right...
If you access her it paginates will see that I wander this giving...
http://www.dojapao.com/album/
Thank you
Medeiros EmanuelHi There
You need to set Read/Write and change rights on the directory on the web server where the ATAF picture gallery is located, otherwice you can not update the database
best
Christian
ATAF6.1.012-07-2003 13:29:02Kære support . . . . Jeg var så heldig, at en god ven fortalte om jeres fantastiske script, og jeg har derfor hentet jeres demoversion hos http://activedeveloper.dk/ . Jeg havde OVERHOVEDET ingen problemer med at få det til at køre på vores server, og alt (næsten) virkede efter hensigten. Dog har jeg et lille problem med at gemme mine ændringer i en bestemt colums. Felter er et momo felt i en MS Access-database fil med en DNSless forbindelse. Jeg gemmer mine data i databasen under en en anden form, hvor jeg bruger