I want to display information on a report page from a recordset with multiple values. Here is part of the code: <tr class="rptdata1"> <td align="left"><b>Lunch...
With out seeing the rest of your code like, it's hard to say. But if the code you posted was all that you have, it doesn't appear as though your looping...
Classification: UNCLASSIFIED Caveats: NONE Here's my dilemma. I'm building a small app that allows users to register for one or both events. I've been asked...
if the databases are on the same server you can use sql server linking to retrieve the values. I think it's also possible to work with a full path statement ...
Hi Mahesh, Yes we can link crystal reports with ASP, but let me know your real problem, what you want to do, and where is your data. Regards Pralhad Desai ...
HI Pralhad, Thanks for your participation.I am working as MIS OFFICER.So we have to publish reports daily,weekly,monthly as well.Now what I am doing is...
Hello all, I am new to ASP and am hoping someone can lead me in the right direction. I need to set up authentication on certain pages in my website. My plan...
Hi I am relatively new to linkpoint and could not integate it to asp classic or asp.net VB. if anyone has any info please help me. The error i get is could not...
Did you add linkpoint dll as a reference in visual studio? _____ From: AspClassicAnyQuestionIsOk@yahoogroups.com ...
mbelcher
AspClassicAnyQuestion...
Oct 29, 2007 1:41 pm
8102
The Linkpoint dll lpssl.dll on their site is corrupt. it cannot be attached as a reference to the project and when i add that to bin directory it does not...
I sent a zip package to your email with examples that works. It is in VB and should help you along. _____ From: AspClassicAnyQuestionIsOk@yahoogroups.com ...
mbelcher
AspClassicAnyQuestion...
Oct 31, 2007 2:51 pm
8104
Hai All, how can I copy a file(may be word, Excel, paint...) from local disk to server using ASP I have a control "file" on my form <input type="file"...
SmartUpload is free. FreeAspUpload as well. ASP cannot handle the upload feature with out a FREE solution or paid one (softArtisans Fileup, Presists ASPUpload)...
Dear friends, I want print the files name from my web folder to my web page. I user the following codes but not working in local host and web site also. can...
Hi all, when i try to open report from my asp application, some time i had this error "BASIC SYNTAX IS NOT SUPPORTED IN GROUP OR RECORD SELECTION FORMULA" i...
It's complaining that the select statement for a query isn't supported, check your datasources for syntax involving "group by" or sub-queries that return more ...
Hello, This is a Crystal issue, not an ASP issue. Crystal (BOBJ) has published a few kbase articles about it. It's related to the changes in Crystal Reports...
http://groups.yahoo.com/group/AspNetModelViewController/ has free discussion on ASP.net MVC Community Preview http://blog.charlescarroll.com/chazblog/?p=552 ...
Wrox recently launched a new "classic" ASP 3 resource http://asp3wiki.wrox.com It does include the complete text of the bestselling ASP 3 book, Beginning ASP...
Hello! I have a project assigned to me which requires a bit of ASP VBScript, but to be totally honest I don't know what much about the language. All my work...
Does anyone ever use IIS in windows XP i already create website in asp n database using mdb access but i want update my database using web i created already ...
Hello, This slightly ties into a earlier post but now I have made progress! I have a vbs file I managed to write and it works! It needs a bit of tweaking for...
Hello, I've run into this before. You may want to check your query...the sql query you've created could be the root cause of this trouble. Try simplifying the...
It's proabably a rights issue, make sure that the correct user has write permission on the MDB file. (IUSR_MACHINENAME) I beleive is the correct one for XP. ...