Quantcast
Channel: VBForums - ASP, VB Script
Browsing index pages (701 articles)
↧

How can i use subreports in rdlc asp.net vb.net

Please help i wanted to have cover page bearing the student name and photo on each and each report and the other details of marks on the second page how can i get this using subreport in rdcl vb the...

View Article


Show & Tell: I built an open-source, cross-platform runtime to keep Classic...

Hi everyone, I wanted to share an open-source project I’ve been pouring my time into recently, called AxonASP. With Microsoft officially announcing the deprecation of VBScript, and knowing that Classic...

View Article


VBScript fails

Hello, Not sure why the script fails on the marked line below. Code: sPath = "c:\tmp\" fln = sPath + "tmp.pptm" strExcelPath = sPath + "tmp.xlsm" Set objExcel = CreateObject("Excel.Application") '...

View Article

VB Script to format excel sheet

Hi All, I am new to VBScript and need to format an Excel sheet using it. I found the following code online, but when I try to execute it, I encounter the error: Quote: runmacro.vbs(17, 39) Microsoft...

View Article

CDate error on Windows Server 2022

Dears, I move asp pages to new server. Regional short date setting is dd.mm.yyyy. On script i have CDate function and it return format mm/dd/yyyy. Where on system set it properly? test: 8/9/2024...

View Article


[RESOLVED] Message box if error

Hi Folks, New to the forum. Very familiar with excel VBA but new to VBS. I've created a code that activates and excel VBA macro. However it's reliant on me being connected to a network (which isn't...

View Article

log-in as another user whose I don't know password

I have a projet in asp.net After I logged-in correctly as administrator or superuser , i'd like change my 'user' and use application as anotheruser whose i don't kwow password. how can i do anything...

View Article

Runtime Error '326' Resource with identifier '0' not found

Hi, I just started getting this error when running an application on a Windows 10 PC. I think it might be related to a VBscript. Runtime Error '326' Resource with identifier '0' not found It worked...

View Article


How to close outlook from Task Schedular using VB Script

The VB Script code below check for an instance of outlook and close it if it is running before opening another instance of outlook and send the mail. It works fine when I tested it manually in QlikView...

View Article


How to handle error in VBScript

Hi, In VBScript I have a issue at particular line if script crashes it should go to particular line with out using on error resume next command how can I resolve this issue. Thanks Sampath

View Article

Inquiry Regarding Outlook Rules

Good day, I have an issue regarding Outlook rules that I'm struggling with, and I'm curious if you have any tips! I have a scenario concerning rules in Outlook. I want outgoing emails that I send with...

View Article

How do I use the byte arrays returned from Read method of the ADODB.Stream...

The only way in VBScript to read data properly from a binary file is the ADODB.Stream object. Here's some code I have to read a file in the VBScript code of my ASP page. Code:         dim obj...

View Article

ASP Classic xlsx file connect and retrieve columns

Hi there, Is there any asp classic code to retrieve all the columns from a csv file, some columns are not required therefore I need to select only those columns I need to process the data; currently i...

View Article


[RESOLVED] Develop a Revision to ASP.NET Application

Several years ago, I developed an ASP.NET application, with VB.NET backend, using Visual Studio 2019. I use the application on MS Edge browser and it is only used within my home network. I would like...

View Article

Image may be NSFW.
Clik here to view.

Get pixel color by coordinates (PNG)

Dear VB developers, I used to think that it was impossible to get the pixel color by coordinates when we talk about PNG file, because Microsoft reported that this format is not supported by VBScript....

View Article


Develop a Revision to ASP.NET Application

Several years ago, I developed an ASP.NET application, with VB.NET backend, using Visual Studio 2019. I use the application on MS Edge browser and it is only used within my home network. I would like...

View Article

Trying to script tabbing through fields

I have been at this for a while. It has been a while since I've used scripting languages, but trying to do one in VBscript and saving as a Windows Scripting File. I am basically trying to open a...

View Article


How to validate an INSERT, after Executing

Hi, I have Code: Set cn = CreateObject( "ADODB.Connection" ) cn.Open "Driver={SQLite3 ODBC Driver};Database=c:\XXXXXXXX\XXXXXX\XXL_XX\MYPRODDB.db;" , and it connects fine, and runs queries. The INSERT...

View Article

How can I overcome a permissions issue with my VBScript?

Back in 2018 I wrote a vbscript to start a service if the service was stopped. Back then I had this run as a scheduled task at specific time but decided to remove if from scheduler and run it manually...

View Article

Forcing Wscript.StdOut.Write to write over the same position

Hi all, I´m trying to show a records read counter on the console, but on the same position, like: Code: For i = 0 To numRecords-1     WScript.StdOut.Write  " & i & " records read" next Is it...

View Article
Browsing index pages (701 articles)


Latest Images