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 ArticleShow & 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 ArticleQuestion about array type parameters in VBScript
Using the MSScriptControl in VB6 as the host, I noticed some interesting things about passing parameters to a VBScript function. My The code on the host side is: Code: Private Sub Command1_Click()...
View Article[RESOLVED] File download
I have used the following code for several years and never had an issue down loading .docx file from our web site to the user. Code: Dim fi As New IO.FileInfo(FileName)...
View ArticleFile download
I have used the following code for several years and never had an issue down loading .docx file from our web site to the user. Code: Dim fi As New IO.FileInfo(FileName)...
View ArticleFor Each + JSON2 = Object doesn't support this property or method
Dear community, I'm looking for solution or help with the problem. The problem is that "For Each" fail with error "0x800a01b6 Object doesn't support this property or method". JSON - is json2 javascript...
View ArticleRandom Photo to Drive Letter
I'm very new to programming, I appreciate some help with a command script I have: Code: echo off setlocal enabledelayedexpansion set folder="c:/photos" set count=1 set x=1 for /r "%folder%" %%a in...
View ArticleContents of an arrayList persist through all attempts to dump. WHY?
For context, I'm running this code as a macro on an AS400 terminal. Offending line in red. Entire For Each loop runs through lines in a .txt file and grabs each one parsing it out into the vars seen...
View ArticleNeed to extract information from pdf fields from large document
I have a 320 page document. Each page has one fillable field on it that I need to extract the data from and input into an Excel sheet. My initial stab shows me the field name, but not the content of...
View ArticleRun as administrator myapp.exe
How to Run as administrator myapp.exe Myapp exe Is in c:/mydir/ If Is possibile via .Bat. Tks
View ArticleVBScript 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 ArticleHow 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 ArticleHow 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 ArticleHow 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 ArticleASP 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 ArticleGet 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[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 ArticleTrying 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 ArticleHow 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 ArticleHow 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