494 Topics

Member Avatar for
Member Avatar for ChrisJ

Can you tell me which part of this code is the Input Box(browse box field) and the Submit Button, please? Thank you. [CODE]<%@ Language=VBScript %> <% option explicit Response.Expires = -1 Server.ScriptTimeout = 600 %> <!-- #include file="aspupload.asp" --> <% ' **************************************************** Dim uploadsDirVar uploadsDirVar = "C:/Documents and Settings/TAinput/" ' …

Member Avatar for Lorand24
0
150
Member Avatar for moerpheus

hi all, Can u plz recommend the best books of DHTML. I want to learn, i need all those books which include Javascript, Vbscript,CSS, activex and others! plz help...........

Member Avatar for AceofSpades19
0
43
Member Avatar for ChrisJ

I'm using FreeASPupload script and it works successfully. I'd like to get some guidance on how to modify to add a second Browse Box and second Submit Button, so these uploaded files can go to a second directory destination. Thanks. I believe this is the script page (of two) that …

0
62
Member Avatar for JonB80

Can anyone help me with this problem. It's just started happening that the screen, sound and cursor all freeze for about 5 seconds every 1 - 2 mintues. It's very annoying. IT's not due to the CPU becoming overloaded and after a restart it doesn't start happening again straight away. …

0
52
Member Avatar for darcee

do i need to yum install vb something to be able to recognize VBscript code ? actually it is a asp file but the VB code cant recognize...my only problem now is the index.asp and the logout.asp which has vb code plzzz help! thx in advance!

0
71
Member Avatar for darcee

im using putty and when im opening the index.asp this is the error and also in the logout page... the asp file is ok but i think linux(putty) cant recognize the vbscript file... what should i do? plzz help! thx in advance!

0
78
Member Avatar for sreein1986

Hi, freinds i got below code from some one put in our daniweb.com my question is that is it working for HTML page also ?? Advance Thanx, [code] <SCRIPT LANGUAGE=VBScript RUNAT=Server> Sub Application_OnStart Application("WhoOn") = 0 End Sub Sub Session_OnStart Application.Lock Application("WhoOn") = Application("WhoOn") + 1 Application.Unlock End Sub Sub …

Member Avatar for bala24
0
327
Member Avatar for xxxviking

so considering i know nothing about programming, could this be done in vbscript? would it be like pages of typing or is it simple

Member Avatar for venomlash
0
105
Member Avatar for tbabe

<%@ LANGUAGE="VBSCRIPT" %> <% Dim objCon Dim objRS Dim str_DSN Dim strSQL Dim objCmd Dim myArray str_DSN = "filedsn=live.dsn" myArray = "" Set objCon = Server.CreateObject("ADODB.Connection") With objCon .ConnectionString = str_DSN .CursorLocation = 3 'adUseClient Cursor .Open End With myString = trim(Request.Form("SalesPart")) myArray=Split(myString,",") For i = LBound(myArray) TO UBound(myArray) 'Response.Write …

Member Avatar for tbabe
0
117
Member Avatar for ITKnight

does anyone know how to run any app that it write some vbscript or javascript or html from in vb???

Member Avatar for ITKnight
0
79
Member Avatar for jonaswidmark

Hi, I am a consultant working at the accounting department of a large multinational company with it' head office in Malmö, Sweden. My main task is to be a resource for database administration and overall administration of Hyperion Business Intelligence applications. I am very eager to learn more particularilly about …

Member Avatar for jasimp
0
45
Member Avatar for yenyen

helo there, i need some help on some image/photo slide show display. i would like to do a photo carousel function similar as the [URL="http://www.flickr.com/photos/69864550@N00/320622773/"]http://www.flickr.com/photos/69864550@N00/320622773/[/URL] . the function i would like to do is on tis flickr.com web at the right hand side for tat photo stream [url]http://i263.photobucket.com/albums/i...2008/image.jpg[/url] let say …

Member Avatar for yenyen
0
164
Member Avatar for yenyen

i am new to ajax technology but i am working with ajax on my site. i am having a problem with a ajax edit form element in place when i try to implement it in asp vbscript. hopefully someone here can help me in detailed. what i need to do …

0
78
Member Avatar for yenyen

hello there.. i have do some research on the ajax paging,but i cant get any solutions. i wan to query out 5records each time when the Next button is clicked or Preview button is clicked without refresh the page with the querystirng above such as xxx&page=1,xxx&page=2. i get some reference …

0
78
Member Avatar for rackus

Hello, Firstly, Merry Christmas to everyone! :cheesy: I'm thinking of installing PHP on WinXP Pro, using IIS 5.1 as my web server. I have browsed around and there's 2 versions of PHP( i.e. PHP4 and PHP5). I have no prior knowledge or experience in PHP whatsoever. I only did some …

Member Avatar for mr4top
0
270
Member Avatar for Run.[it]

Im having problems with getting the page to stop progressing to the asp one when the user enters the text outwith the limits i.e. no data entered. Could anyone give any guidance? Cheers [code= html] <html> <head> <title></title> <SCRIPT LANGUAGE="VBScript"> dim validation Function MyForm_OnSubmit validation = False MyForm_OnSubmit = False …

Member Avatar for Run.[it]
0
210
Member Avatar for ajberrow

Hello. It Services Manager for a highways authority in UK. Mostly spend time scheduling others' work, but do still get a chance to write the odd script / program in PHP, VBScript, VBScript.Net, VB6.

Member Avatar for Serunson
0
43
Member Avatar for ammwebmaster2

I am having a world of problems with this can anyone please help. I don't know what I am doing wrong. Following the code is the error message I am getting. Here is the code I am using: [code]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html > <head> <meta …

Member Avatar for Thirusha
0
176
Member Avatar for bbaagla

hi friends, i m new in vb.net, and can someone guide me to run vbscript in vb.net, with liabrary or tool we use to run VB.script in VB.net cheers birbal

0
55
Member Avatar for yenyen

Good Day i need some help on some image/photo slide show display. i would like to do a photo carousel function similar as the [url]http://www.flickr.com/photos/69864550@N00/320622773/[/url] i wan to create a photo stream slideshow like the function in tis web which located at the right hand side, as image below: [url]http://i263.photobucket.com/albums/i...2008/image.jpg[/url] …

0
103
Member Avatar for aaronseidman

I am having a problem porting an application written in ASP, using an MS SQL Server database, to a different ISP using MySQL. Code that seems to run fine on the current site generates errors on the new site. My connection to the MySQL db is: [code] set objConn = …

0
76
Member Avatar for astro86

Hello all, I am writing a script that is supposed to do a few simple things: 1) Start a single outlook if one is not running (Which looks to be fine) 2) Open a specific exchange server message, in outlook. This thing keeps returning the error: vbscript runtime error (3) …

0
64
Member Avatar for edmicman

I've just inherited some classic ASP code that apparently uses client side vbscript. The bulk of our code is classic ASP with server side VBScript, but I've always done any client side with Javascript, since as long as I can remember. I didn't even know there was client-side vbscript until …

0
91
Member Avatar for VidVB6

Hi I have a collection in VbScript (on an asp page) named coll The UI of the ASP page has dropdown thats is to be populated based on the iteration I do in the collection "coll" I iterate it based on it s count...but How to I add each of …

0
70
Member Avatar for VidVB6

Hi All jus switched to asp & VBScript coding from VB6... How do I go abt iterating thru a collection in VBScript? I have a collection object in a Active X DLL. I created an object of that dll in my asp page using server.cretaeobject method. So I guess that …

0
64
Member Avatar for szt1234

Hi, Can anybody help? It's about summing up the elements of column called Gyujtemeny and then column Duplak of a table of an Access database and presenting the result using ASP code. So each column is sum up by its own not one with the other. [code=html]<%@ Language="VBScript" %> <% …

Member Avatar for rupali87
0
111
Member Avatar for kenm26

Hello, I have a problem pulling external vbscript into an html template. I have various .vbs files written in vbscript, in a function library. Each .vbs file contains many functions that do a variety of things. Every function is documented with the following format; 'Function Name ''Purpose 'Date 'Author etc... …

Member Avatar for ndeniche
0
52
Member Avatar for rrocket

I am trying to display the results of a store procedure, but cannot seem to get the Move Next to work for me. Without it I am currently only getting the first row. Here is what I have so far: [code=asp] Set x1 = server.CreateObject("ADODB.Command") Set RS = server.CreateObject("ADODB.Recordset") With …

Member Avatar for rrocket
0
161
Member Avatar for TPclan

I am an extreme new comer to C++. Currently I have written a short script in VBscript to delete two specific files on a specific day. This script is set in the start up menu so that it checks for the day of the week. If the day matches the …

Member Avatar for Arne Kristoffer
0
127
Member Avatar for tarunisgod

[B]When i try to extract the data from a datbase and display it in text area i get the following error message inside the text box:[/B] [code=html]<font face="Arial" size=2> <p>ADODB.Field</font> <font face="Arial" size=2>error '800a0bcd'</font> <p> <font face="Arial" size=2>Either BOF or EOF is True, or the current record has been deleted. …

Member Avatar for pmpn
0
133
Member Avatar for Traicey

Having 0 knowledge in Scripts, I have been binded with this huge project that has to rut at server i.e an ASP.... Have heard about the scripts which are JavaScript and VBscript what I dont know is when do you use Javascript or VBscript is there any circumstances where you …

Member Avatar for peter_budo
0
70
Member Avatar for nofullstop

I have this vbscript code in my current project: [code]<% Set cn = Server.CreateObject("adodb.connection") cn.ConnectionString = "FILE NAME=c:\Config.udl") cn.Open . . . %>[/code] How do you translate this in Javascript? I want to be uniform in my codes for the module I'm working on at the moment. I've already started …

Member Avatar for ~s.o.s~
0
67
Member Avatar for savio_1987

I have a few numeric values in string format, i need to convert the nos into integer so that i can use them for comparision e.g taken the month as 3, but in string it needs to be converted into integer for conversion, how do i go about in VBscript …

Member Avatar for autocrat
0
118
Member Avatar for vicshoup

Using VB ASP Access. Here's the error I'm getting: [QUOTE]Error Type: Microsoft VBScript runtime (0x800A000D) Type mismatch /RP_Ref_Guide/RP_search_results.asp, line 23 Browser Type: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1) Page: POST 109 bytes to /RP_Ref_Guide/RP_search_results.asp POST Data: Partner_Name=Agilsys+Hospitality+Systems&Relationship=&Industry=&Partner_Manager=&Territory=&RP_Search=Search[/QUOTE] Here's the code: [CODE=VBSCRIPT]<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <!--#include file="Connections/RP_DB.asp" --> <% rp_name = Request.Form("Partner_Name") …

Member Avatar for techtix
0
86
Member Avatar for vicshoup

ASP & VB with MS Access. This recordset should spit out the results of a search from several select boxes on previous page. I keep getting: [QUOTE]Error Type: Microsoft VBScript compilation (0x800A03EA) Syntax error /RP_Ref_Guide/RP_search_results.asp, line 25 IF fRPname <> "" THEN results1=results1 &" WHERE tbl_Partners.Partner_company = " & fRPname …

Member Avatar for vicshoup
0
160
Member Avatar for RanipaKeyur

i am doing the database connectivity using the flash and access database... The problem is i m not able to do any insert or update query on my database.. the only thing i can do is an select query.. The error is as follows.. [B]Error Type: Microsoft OLE DB Provider …

Member Avatar for kevinwebster83
0
79
Member Avatar for vishalsomani

Hi, I have got a login page whose code is as follows ... [CODE]<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <!--#include file="Connections/testing.asp" --> <% ' *** Validate request to log in to this site. MM_LoginAction = Request.ServerVariables("URL") If Request.QueryString<>"" Then MM_LoginAction = MM_LoginAction + "?" + Request.QueryString MM_valUsername=CStr(Request.Form("EmailAddress")) If MM_valUsername <> "" Then MM_fldUserAuthorization="" MM_redirectLoginSuccess="/pass.asp" …

0
74
Member Avatar for GLT

Hi guys! I was wondering if any of you guys would be able to help solve what is probably a simple problem.... I am using dreamweaver / asp/ access to create a dynamic web application. I have created a record set which queries the database and displays the results. The …

Member Avatar for GLT
0
244
Member Avatar for davebr71

I am using xmlhttp via VBscript to upload files to a sharepoint directory. I know there are much better ways to do this but I have several constraints that have forced this solution. I have been able to decode a base 64 file properly, write it to a file (i.e. …

0
49
Member Avatar for HenryForbes

Hi, I'm using dreamweaver repeat region server behaviour to populate a table/form on a webpage. I now need to insert all the values into a database using dreamweaver and repeat region server behavior. If I remove the behaviour used to populate the table/form, it will successsfully write 1 record. However …

0
73
Member Avatar for HenryForbes

Help, I have a web based form containg values typed in by the user. The first value is called noItems, which is outside the form. The form contains a persons name, the number of items,noSub, thay have submitted and their final grade. I need to use noItems and noSub to …

Member Avatar for MidiMagic
0
156
Member Avatar for dweaver6

hey...I need urgent help I have 2 comboboxes on a form and when I post the results back to the page 1 comboboxes continues to show but I need it hidden.. here's the code: [code="HTML"] <td><strong>or Owner</strong> <td><SELECT id="cboGpOwner" style="WIDTH: 96px;" name="cboGpOwner"> <OPTION value=0 selected> </OPTION> <OPTION value=1>AI</OPTION> <OPTION value=2>PAL</OPTION> …

Member Avatar for SheSaidImaPregy
0
100
Member Avatar for leokuz

I am wondering if it is possible to accomplish following in VB.NET: I would like to automate files move and sorting from "C:\uploaded_files" (files contain any extensions e.g. .pdf, .tif, .eml, .jpg, etc) to directory under different subdirectories as shown below. F:\Files\Oregon\Sold\Victoria Kraus\2008\OSVK082036PI\ F:\Files\Oregon\Leased\Victoria Kraus\2008\OLVK082036PI\ F:\Files\Washington\Sold\Victoria Kraus\2008\WSVK082036PI\ F:\Files\Washington\Leased\Victoria Kraus\2008\WLVK082036PI\ F:\Files\Oregon\Sold\Dan …

Member Avatar for leokuz
0
233
Member Avatar for HenryForbes

Help, I have a web based form containg values typed in by the user. The first value is called noItems, which is outside the form. The form contains a persons name, the number of items,noSub, thay have submitted and their final grade. I need to use noItems and noSub to …

Member Avatar for digital-ether
0
78
Member Avatar for chitranjanv

Hi All I would like some opionion from my IT colleagues around the world including in INdia for myself. To help you give better opinion let me first give you my background: - 26 yrs in IT - 11+ yrs in infrastructure - servers, networking.... - recent 15+ yrs in …

Member Avatar for DangerDev
0
94
Member Avatar for neomalwimalasen

i have following code in ATL COM class (There are existing methods and i added a new methosd) --------------------- STDMETHODIMP CCLS::GetCountryList(<parameters>) { //method body and return val } COM builds successfully. But from my asp code does not detects the new methos where as it detects all OLD methis. Note …

Member Avatar for Ancient Dragon
0
74
Member Avatar for dudegio

Hello everyone! Im new to ASP and this is my first time to work with it. Pls help me with my problem. I was given a tasks to edit an existing website (for 2 days only). One of those is sending e-mails based on a queried data from a database. …

Member Avatar for x2per14
0
184
Member Avatar for rrocket

Anyone have a clue what I am doing wrong here? I have tried to call this function a bunch of different ways, but here is the latest: mProfitPercent = GetProfitPercent Here is the function that I am trying to call: [code=asp] Function GetProfitPercent Dim rsRegx Set rsRegx = Nothing 'Set …

Member Avatar for rrocket
0
189
Member Avatar for MxDev

is it possible to combine codes from VBScript and java to run together, which the VBScript could do some operation native to the operating system, while java couldn't........

Member Avatar for jwenting
0
54
Member Avatar for Cal Uhl

Hello Fellow Developers - I have joined this group as a new developer in Java, who is already fairly proficient in SQL and Cobol, but with some limited experience in C++. I also have a history in SAP, Powerbuilder, CICS, IMSDB/DC, as well as javascript and vbscript. I am looking …

Member Avatar for zandiago
0
20

The End.