Hi,
I've looked at many sites and googled for the VXBase manuals, but have been unsuccessful in finding them. I did purchase the tools way back, but didn't hold onto the manuals.
I think there was also a book specifically about the templates back then. But I have no clue how to even search...
Hi,
I have an oracle connection defined
"Driver={Oracle in instantclient_21_6};Dbq=DB;Uid=MYUSERID;Pwd=" & ORACLE_S & ";"
, and this works fine while debugging in VBSEdit, with CSCript.
But the command line
c:\windows\system32\CMD.EXE /C CScript.exe...
Hi,
I have
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 is executing fine as well, based on a query from my sql tool afterwards.
THISTABLE_ins =...
Hi,
Normally if I have a text file with line lengths less than 255, I can APPEND the text file into a table, manipulate the lines in the table, then output the changes to another text file.
But the text files I'm working with, have line lengths of around 1000 characters. The line length is...
Hi,
I'm thinking about converting an Access database to foxpro, because I do a lot of ad hoc queries and manipulation when there are problems.
If I convert the .mdb (not .accdb) to a Foxpro database in a dbc, will I be able to access the longer field names from the repl?
Hi,
I just ported this from our VBScript version to Jscript. More for fun, than anything else.
' /*
' Search for and Download daily email attachment
' Get_Attachment_from_Email.wsf
' */
<package>
<job id="Get_Invoice_Attachment_from_Email">
<script language="VBScript"...
Hi,
I've seen lots of telnet examples that explain how to use sendkeys to automate a telnet session. But it appears all of them want to do things in the session.
I just want to check that the server is up and running, i.e. has connectivity ; return that connectivity status to VBScript, and...
Hi,
A utility we wrote some time ago works with almost all of the urls we give it, but stubbornly returns a 302 for 3 of them.
The code is similar to this:
Set objHTTP = CreateObject( "Msxml2.ServerXMLHTTP.6.0" )
Request_s = "GET"
objHTTP.SetTimeouts 2000, 30000, 30000, 60000...
Hi,
I searched Google for 'automatic sort columns' in excel, and 'columns with triangles on top', and other terms that might help.
But I don't know what the feature is called, when the worksheet is formatted so you can sort an individual column without going into Data/Sort.
So my main...
Hi,
I've searched the web, and BTT seems to mean a slew of different things. Related to Apple, Cryptocurrencies, and other stuff. But none of it tells me how to resolve this error, in VBScript:
CreateObject("KiXtart.Application")
The error is
VBScript RunTime Error
This...
Hi,
Can we access several .vbs files, in a single .wsf? Just like we can interact with functions multiple languages, I was wondering if we could use more than one VBScript in the same job.
Hi,
I'm trying to figure out how to efficiently remove hudreds of thousands of lines from a large text file. So e.g., one of the text files has about 3,082,488 lines, and is close a gig in size.
So, for testing purposes, we want to pair down several of these files, and maybe remove about 75%...
Hi,
I'm starting to feel a little guilt from asking so many questions in one week. But I think I'm near the point where we can finally build a project from a few years ago.
In this instance, I caused this particular problem. There was some kind of file not found error, and a prompt for a...
Hi,
I just installed VFP on my Windows 10 pc. Until today, I was working with my Win 8.1 laptop.
Everything went fine, including Service Pack 2. But when loading for the first time, VFP said that
Class Definition MSXML2.DOMDOCUMENT.4.0 is not found
So, per instructions on the web, I...
Hi,
This was happening since we started looking at this project. Since there were spaces in some of the subfolders, we thought the problem might be related to that. So we tried putting all paths in quotes, but we had the same problem.
The problem is that VFP 9 isn't keeping our folder PATH...
Hi,
Do you know of any third party tools I can purchase, that make editing easier?
I don't mean for .prg files ; I have both UltraEdit and the legacy MultiEdit.
I mean for forms or other components. I just find the Foxpro editors cumbersome.
It could be a standalone tool, or an add-in...
Hi,
This is in the context of a fairly large project that was written a few years ago. We're not sure which version it was built in, but we're opening it in VFP 9.
The
File LogStat Not found
error happens when we try to re-build the project, or run it.
The Main.prg program contains...
Hi,
After both Opening and Sending a request, some of the propertes of a WinHttpRequest are displaying errors.
On Error Resume Next
Set objHTTP = CreateObject( "WinHttp.WinHttpRequest.5.1" )
Request_s = "GET"
objHTTP.Open Request_s, Url_s, False...
Hi,
I'm confused about how to get emails from a specific folder. Almost all of the examples on the web, are assuming that you're getting data from either inbox, or a subfolder of inbox.
The folder I'm trying to obtain the subject headings from, is called
ThisSpecificFolder
, in this...
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.