If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > PICK BASIC Question

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-25-12, 11:37
vmicchia vmicchia is offline
Registered User
 
Join Date: Jan 2012
Posts: 5
PICK BASIC Question

Hi,
I'm new to PICK BASIC (our old programmer just left) but I do have programming experience just usually on the web. Anyway I have a quick question about a function that is being used that we want some different things to happen.

We're using browser.active to launch a browser window in IE. I was hoping there is a way to make this happen without the focus being transferred to the browser window.

Any help is much appreciated.
Reply With Quote
  #2 (permalink)  
Old 01-25-12, 12:06
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,264
dunno how much expertese there is here on Pick. you may weell be better off appraching a PICK specific forum
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #3 (permalink)  
Old 01-25-12, 12:10
vmicchia vmicchia is offline
Registered User
 
Join Date: Jan 2012
Posts: 5
Quote:
Originally Posted by healdem View Post
dunno how much expertese there is here on Pick. you may weell be better off appraching a PICK specific forum
I would fo that but I can't seem to find any which is why I ended up here.
Reply With Quote
  #4 (permalink)  
Old 01-25-12, 13:48
Pat Phelan Pat Phelan is online now
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,613
You aren't maybe referring to PROC instead of BASIC are you? PROC would be where I would launch a browser on a PICK system that included a browser.

The browser.active() call isn't native to any version of PICK BASIC that I know, although it is native to Revelation and it's kin. Are you running real PICK, or one of the PICK-like products under Microsoft Windows?

-PatP
__________________
In theory, theory and practice are identical. In practice, theory and practice are unrelated.
Reply With Quote
  #5 (permalink)  
Old 01-25-12, 14:05
vmicchia vmicchia is offline
Registered User
 
Join Date: Jan 2012
Posts: 5
Quote:
Originally Posted by Pat Phelan View Post
You aren't maybe referring to PROC instead of BASIC are you? PROC would be where I would launch a browser on a PICK system that included a browser.

The browser.active() call isn't native to any version of PICK BASIC that I know, although it is native to Revelation and it's kin. Are you running real PICK, or one of the PICK-like products under Microsoft Windows?

-PatP
I was told that it was PICK/BASIC with a UniVersal database.

The command looks like: BROWSER.ACTIVATE "http://www.google.com"

My apologies fpr the mis-type.
Reply With Quote
  #6 (permalink)  
Old 01-25-12, 14:50
Pat Phelan Pat Phelan is online now
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,613
Ok, I'm going to make a guess and say that you are probably running the Rocket Software UniVerse product. Rocket Software purchased the UniVerse product from IBM in 2009 and has been selling and supporting the product for several years.

There are many ways to install and deliver an application using UniVerse. If you are using the Windows client, you sould be able to access the Help | About menu to see what version is actually running on your development machine. This version is one of two factors that will determine what options you have in this scenario.

The second factor depends on how the UniVerse application is delivered to the end user. Is it a web application, a "two tier" app that accesses database files via the network, or an "n tier" app that accesses an application server? You need to find the lowest version number from the way or ways that the UniVerse application is delivered... Usually the first two digits are enough, but it is better to have the whole version number if you can get it.

Assuming that all of the versions are relatively recent (version 11 is current), you have a fair number of choices.... If there are any old runtime packages running your application, then things can get interesting!

-PatP
__________________
In theory, theory and practice are identical. In practice, theory and practice are unrelated.
Reply With Quote
  #7 (permalink)  
Old 01-25-12, 15:01
vmicchia vmicchia is offline
Registered User
 
Join Date: Jan 2012
Posts: 5
Quote:
Originally Posted by Pat Phelan View Post
Ok, I'm going to make a guess and say that you are probably running the Rocket Software UniVerse product. Rocket Software purchased the UniVerse product from IBM in 2009 and has been selling and supporting the product for several years.

There are many ways to install and deliver an application using UniVerse. If you are using the Windows client, you sould be able to access the Help | About menu to see what version is actually running on your development machine. This version is one of two factors that will determine what options you have in this scenario.

The second factor depends on how the UniVerse application is delivered to the end user. Is it a web application, a "two tier" app that accesses database files via the network, or an "n tier" app that accesses an application server? You need to find the lowest version number from the way or ways that the UniVerse application is delivered... Usually the first two digits are enough, but it is better to have the whole version number if you can get it.

Assuming that all of the versions are relatively recent (version 11 is current), you have a fair number of choices.... If there are any old runtime packages running your application, then things can get interesting!

-PatP
I don't think it is this Rocket software you mentioned. We call it eclipse, the company was recently bought by Epicore. The client that it is run through is called eterm.
Reply With Quote
  #8 (permalink)  
Old 01-26-12, 11:01
Pat Phelan Pat Phelan is online now
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,613
I'd bet that you mean Epicor Eclipse.

If that is the case, then you're running a customized version of the runtime (specific to the Eclipse product) that I've never used. It is relatively new and I've heard good things about it, but don't have access to a system or documentation to be able to help you much.

-PatP
__________________
In theory, theory and practice are identical. In practice, theory and practice are unrelated.
Reply With Quote
  #9 (permalink)  
Old 01-26-12, 11:10
vmicchia vmicchia is offline
Registered User
 
Join Date: Jan 2012
Posts: 5
Yes that's it but we're running the old eclipse through an interface called Eterm.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On