WinWrap Basic is an event-driven programming language largely based the VBA and VB6 IDE. It is often bundled with software to allow organizations to implement their own custom programming of macros and programs.
Questions tagged [winwrap]
11 questions
4
votes
1 answer
Embedded scripting engine in a .NET application
I am looking to replace an old control being used for scripting an application. The control used to be called SAX Basic, but is now called WinWrap. It provides us with two primary functions.
It's a scripting engine (VB)
It has a GUI for developing…

Nate
- 5,237
- 7
- 42
- 52
1
vote
0 answers
AddressOf produces error ActiveX Automation: no such property or method
I am developing software on top of a development studio that only uses VBA as a language. (Not one of MS office applications) The studio and service applications are 32bit only, even though they are being executed on a 64bit machine. This…

Rhaokiel
- 813
- 6
- 17
1
vote
2 answers
Debugging ExportTablesToExcelFiles Script for SPSS Statistics 23
I am trying to run the IBM script ExportTablesToExcelFiles script (wwd version) for SPSS Statistics 23 in Windows 10.
The script allows you to export SPSS output to individual Excel worksheets in a workbook.
I get this error:
The script…

RTrain3k
- 845
- 1
- 13
- 27
1
vote
1 answer
How do I define an event handler for an OptionGroup in VBA-compatible Sax Basic Engine?
I have the following OptionGroup defined in dialog in VBA compatible Sax Basic Engine (embedded for scripting in the localization application Passolo):
Sub Main
.
.
Begin Dialog UserDialog 690,404,"Export and Import Text Files" '…

Pep
- 1,957
- 2
- 24
- 40
1
vote
1 answer
SPSS Script from version 15 to version 20 in BASIC
The below script is written in 'Winwrap basic' which is almost identical to VBA.
I would like this script to work on SPSS 20, the script works fine on SPSS15 (by changing the file extension from STT to TLO as that is what the tablelook file was back…

Maverick Jones
- 434
- 2
- 5
- 18
0
votes
0 answers
Passing Object Variables to a VBScript
My company recently "upgraded" our terminal software. This software embeds a SAX/WinWrap IDE to create custom programs and macros to use with the software, which is extremely similar to VBA - just without the references to the specific programs…

K.Dᴀᴠɪs
- 9,945
- 11
- 33
- 43
0
votes
1 answer
How to start learning WinWrap Basic for SPSS 15.0?
Due to some reasons we use SPSS 15.0 in the company I work in. This version does not support Python so I want to learn WinWrap Basic. Anyway, not a single person use and/or know WWB so I need to learn it by myself. Does anyone here know how to start…

Soren V. Raben
- 179
- 1
- 14
0
votes
1 answer
Call Python from VBA (Winwrap)
I am using a software which has a programming interface based on VBA / Winwrap Basic. I would like to use some machine learning libraries from Python, but I am not sure how to build it efficiently.
The software is a dynamic simulation program. Every…

StefanOverFlow
- 389
- 4
- 17
0
votes
1 answer
Display progress using pop-up in Winwrapbasic language
Is there a way to display a pop-up text box in WinWrap Basic to update the user about the progress of the code?
The progress can be in the form of text which changes as the code runs and needs to be displayed in the pop-up.
Something like…

N Sharma
- 1
0
votes
1 answer
WinWrap CreateObject("Excel.Application") Multiple Instances
Not sure how many people know about WinWrap Basic language which supports the .Net framework. But that is where my problem is. Hoping someone out there know about the language.
I am using it to communicate with Excel 2010. Basically I am…

RahulD
- 1
- 1
0
votes
1 answer
WWBasic + SPSS, script to rename value labels
before I start I want to point out that I tagged this question as VBA because I can't actually make a new tag for Winwrap and I've been told that Winwrap is pretty much the same as VBA.
I'm working on SPSS V19.0 and I'm trying to make a code that…

Maverick Jones
- 434
- 2
- 5
- 18