Hi
Thank you for such a prompt reply, I think access is way above me, when you put this:
dim stDocName as String
stDocName = "Airline Maintenance"
dim stLinkCriteria as String
DoCmd.OpenForm stDocName, , , stLinkCriteria
That was me done, I have absolutley no idea...
Firstly, I want to apologise if this is the wrong forum, this is all way to heavy for me, so many forums !
My question is this, I have a database of approximately 50,000 records that has 6 bits of info per record, they are:
Airline, Aircraft, Reg, notes, ref, photo
These records are being...
Hi
Thanks for replying.
Unfortunately, this is my first learning excercise using PERL, I really have no idea what you mean by the above.
I just edited the script until I got what I wanted and ended up with the error shown above.
Thanks
Mark.
Hi
Yes there are other areas that contain this text but I know for a fact (not being big headed) that this is the area that is causing the problem, I have uploaded the script for you to see here:
http://www.sexcraft.co.uk/smart.txt
Thanks for your help.
Regards
Mark.
Hi
I have a shopping cart script that displays some text after the user has added an item to their cart, it appears like this:
1x 5922 - video at £14.95 each has been added to your cart.
We will now return to you to the previous page.
Content-type: text/html
The above line...
It is used in this context:
# Print the HTML header
sub print_header {
print "Content-type: text/html\n\n";
open (HEADER,"$basepath/$header") || print "Could not open $basepath/$header $! \n";
while (<HEADER>) {
print $_;
}
close(HEADER);
Any ideas what I...
You may yes.
This line appears:
print "Content-type: text/html\n\n";
And as I only test in IE I removed Content-type: text/html
leaving:
print "\n\n";
Unfortunately as Netscape is soooooo thick it needs this line to display the html.
YOU ASK: Why did you remove this...
Hi
My script works perfectly well in Opera and Explorer but when run in Netscape it just displays the pages source text on the screen.
I have tried everything I know to do including:
deleting and re-uploading files
renaming .cgi to .pl
and beating my dog
Please if anyone could help it would...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.