| Author |
Message |
mickey_p
Guest
|
Posted:
Thu Nov 18, 2004 2:46 am Post subject:
db objects |
|
|
Hi all,
Maybe this is a simple matter, but does anyone know how to access the
database files (ex. db:50205050) by command line. I was just
wondering if there was a way to directly open them using SKILL.
Thanks
|
|
| Back to top |
|
 |
G Vandevalk
Guest
|
Posted:
Thu Nov 18, 2004 10:07 pm Post subject:
Re: db objects |
|
|
Mickey:
Yes & No ...
It is simple to assign a db object to a pointer.
But you cannot use the db:# format to access it.
(i.e. you use some command that returns a db pointer and use it.)
say something like:
x = getCurrentSelectedSet()
-- Gerry
p.s. don''t currently have a nograph skill session in front of me so not
positive the synatax is exactly right!
"mickey_p" <michael.pate@gmail.com> wrote in message
news:1100727966.064827.194190@c13g2000cwb.googlegroups.com...
| Quote: | Hi all,
Maybe this is a simple matter, but does anyone know how to access the
database files (ex. db:50205050) by command line. I was just
wondering if there was a way to directly open them using SKILL.
Thanks
|
|
|
| Back to top |
|
 |
Andrew Beckett
Guest
|
Posted:
Mon Nov 22, 2004 11:32 am Post subject:
Re: db objects |
|
|
On Thu, 18 Nov 2004 12:07:50 -0500, "G Vandevalk" <vdvalk@rogers.com> wrote:
| Quote: |
x = getCurrentSelectedSet()
|
Should be:
x=geGetSelSet()
Andrew.
|
|
| Back to top |
|
 |
Dodge, Edwardx K
Guest
|
Posted:
Wed Nov 24, 2004 11:27 pm Post subject:
Re: db objects |
|
|
Andrew Beckett <andrewb@DcEaLdEeTnEcTe.HcIoSm> writes:
| Quote: | On Thu, 18 Nov 2004 12:07:50 -0500, "G Vandevalk" <vdvalk@rogers.com> wrote:
x = getCurrentSelectedSet()
Should be:
x=geGetSelSet()
Andrew.
|
How would you go about re-selecting using "x," something like gePutSelSet(x)?
--
Edward Dodge
__o |
_`\(,_ | Vini Vidi Velo
(_)/ (_) | |
|
| Back to top |
|
 |
Andrew Beckett
Guest
|
Posted:
Thu Nov 25, 2004 12:10 am Post subject:
Re: db objects |
|
|
geSelectFig(x)
On 24 Nov 2004 13:27:11 -0500, edwardx.k.dodge@intel.com (Dodge, Edwardx K)
wrote:
| Quote: | Andrew Beckett <andrewb@DcEaLdEeTnEcTe.HcIoSm> writes:
On Thu, 18 Nov 2004 12:07:50 -0500, "G Vandevalk" <vdvalk@rogers.com> wrote:
x = getCurrentSelectedSet()
Should be:
x=geGetSelSet()
Andrew.
How would you go about re-selecting using "x," something like gePutSelSet(x)? |
|
|
| Back to top |
|
 |
|
|
|
|