Questions tagged [asna-visual-rpg]

ASNA's Visual RPG is a first class .NET citizen that produces verifiable .NET assemblies.

ASNA Visual RPG (AVR) for Visual Studio .NET is a .NET-based RPG compiler that is integrated into Microsoft’s Visual Studio .NET. AVR enables RPG programmers to build traditional fat client Windows applications or browser- based Web applications/Web services with a familiar RPG-like syntax. AVR uses Visual Studio .NET’s UI designers, debugger, and deployment tools. Because AVR is based on RPG, its learning curve for existing RPG coders is very low.

See more at http://asna.com/us/products/avr/fact-sheet/

8 questions
3
votes
1 answer

"Hello world" with ASNA Visual RPG

I am new to ASNA Visual RPG. I spent hours in searching how to print a string in ASNA Visual RPG 9.x. But no luck on finding how to print a simple "hello world" String. Can someone show me how to print "hello world" in the console? Example in VB…
EuWern
  • 123
  • 7
1
vote
1 answer

Adding Hovertext to ListItem in Visual RPG

I have a list like so:
lordmarinara
  • 267
  • 5
  • 15
1
vote
1 answer

Using Configuration Manager

some of my web applications write to the disk on the web server. The paths change depending on location, prod and dev, etc. I used to store the paths in web.config under configuration / appSettings like:
Brian
  • 548
  • 2
  • 8
  • 22
0
votes
1 answer

How to use IListSource, IEnumerable, or IDataSource

I have searched Google and StackOverflow for an answer - have found related topics, including questions with similr titles, but they seem a bit over my head or unclear. I'm trying to assign an object as the datasource of a Grid. I'm able to do so…
Brian
  • 548
  • 2
  • 8
  • 22
0
votes
1 answer

AVR - action vs engine

I have doubt about difference between action dir and engine dir in AVR Framework. Can anyone explain me what is the difference ?
xiio
  • 13
  • 3
0
votes
0 answers

DOTNET Visual RPG - ASNA - ASP

I'm a long time RPG and web developer (Java and PHP) but not VRPG Does anyone know how to store a packed decimal array in a session and then retrieve it. Sounds trivial but I can't get it to work. something like: DclArray test type(*packed)…
Mark S
  • 3
  • 2
0
votes
1 answer

Does an Array List have a default sort?

I have a WCF service to return customer data. An arraylist is created by adding a new instance of an object. The code looks like this: objCust.CUSTNUM = CustomerByNumber_CST#9A objCust.CUSTNAME = CustomerByNumber_NAME9A objCust.CUSTADR1 =…
Brian
  • 548
  • 2
  • 8
  • 22
-2
votes
1 answer

How to validate password when TextMode="Password"

I'm building a web application using the default master template in VS2010 - very new to doing this. I'm also using the Login.aspx page, but instead of using the built in user validation, my user info is in a database table. So Following…
Brian
  • 548
  • 2
  • 8
  • 22