OK i figured it out ...
For whom it interests ;)
My mistake was that I declared the function GLOBAL and not LOCAL.
Structures are only visible LOCALLY in the object where it is declared.
It works now !
I tried the example at this page :
http://www.rgagnon.com/pbdetails/pb-0052.html
I have PB7 + WinNT.
I entered the code like in the example, but when I type GetCursorPos(lstr_point),
PB compiler prompts me with the error of that last command GetCursorPos(lstr_point)
(0005) : Error C0174: Type...
I know this is a very stupid question, but i'm looking through some code i downloaded and see a lot of variables declared preceding with an underscore ...
Thx for answering,
JuGgY ...
eg :
// Draw background
_x1 := BACK1X;
_x2 := BACK2X;
_p.y := 0;
for _z := 0 to 11 do
begin...
A bit too late, but it might help others ...
I also search for this one hours & hours ...
it's on www.w3schools.com
http://www.w3schools.com/dhtml/tryit.asp?filename=try_dom_iframe_height
cu,
JuGgY ...
Maybe a bit too late, but it might help others ...
Sub button1_onclick
document.getElementById("my_Iframe").height="70"
End Sub
cu
JuGgY ...
Hi,
I try something like this :
Dim my_collection as collection (doesn't work)
or
Dim my_collection
Set my_collection = server.Createobject("collection")
None of this works :(
Can someone tell me the right code please ?
Thanks,
JuGgY ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.