bbrowser question

D

dave

this is not neccesarily a bbrowser question

anyway
im either braindead or i just can't find the owner of a server
ACCESS SVLINENOTE CLASS MYSERVER
local cnote as string
//i dont have the ownership chain
///i need to update some controls on the window
//this server is a server for a browse control
// i need to do somthing like this
browser ,window
cNote:=self:fieldget(#svlinenote)
self:eek:wner:eek:wner:eek:dclinenote:Value:=cnote
return(cNote)

i can inherite the server and send the owner in
if set a access to the browser control but does not work
thanks
dave
 
V

Victor Bazarov

dave said:
this is not neccesarily a bbrowser question

anyway
im either braindead or i just can't find the owner of a server
ACCESS SVLINENOTE CLASS MYSERVER
local cnote as string
//i dont have the ownership chain
///i need to update some controls on the window
//this server is a server for a browse control
// i need to do somthing like this
browser ,window
cNote:=self:fieldget(#svlinenote)
self:eek:wner:eek:wner:eek:dclinenote:Value:=cnote
return(cNote)

i can inherite the server and send the owner in
if set a access to the browser control but does not work

I don't understand the reason you posted to a C++ language newsgroup.
The code doesn't seem to be C++. Would you elaborate how we can help?

BTW, what's "bbrowser"?

V
 
A

Andre Kostur

this is not neccesarily a bbrowser question

anyway
im either braindead or i just can't find the owner of a server
ACCESS SVLINENOTE CLASS MYSERVER
local cnote as string
//i dont have the ownership chain
///i need to update some controls on the window
//this server is a server for a browse control
// i need to do somthing like this
browser ,window
cNote:=self:fieldget(#svlinenote)
self:eek:wner:eek:wner:eek:dclinenote:Value:=cnote
return(cNote)

i can inherite the server and send the owner in
if set a access to the browser control but does not work
thanks
dave

I don't see anything resembling C++ in there. Actually, I'm not even sure
_what_ language that is. Reminds me of SmallTalk somehow....
 
H

Howard

dave said:
this is not neccesarily a bbrowser question

It's also not a C++ question, as far as I can tell. Neither := nor : are
C++ symbols.
anyway
im either braindead or i just can't find the owner of a server
ACCESS SVLINENOTE CLASS MYSERVER
local cnote as string
//i dont have the ownership chain
///i need to update some controls on the window
//this server is a server for a browse control
// i need to do somthing like this
browser ,window
cNote:=self:fieldget(#svlinenote)
self:eek:wner:eek:wner:eek:dclinenote:Value:=cnote
return(cNote)

i can inherite the server and send the owner in
if set a access to the browser control but does not work
thanks
dave

I honestly can't understand what you're trying to say. You might try
complete English sentences.

But as I said, I see nothing related to the C++ language here. You might
try a newsgroup for your actual programming language, or for your operating
system.

-Howard
 
H

Howard

Howard said:
It's also not a C++ question, as far as I can tell. Neither := nor : are
C++ symbols.

(Ok, well, actually : (colon) IS a C++ symbol, but not when used in this
manner.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top