forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


@sendmsg Error

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
Rubes_sw
Valued Contributor
Valued Contributor


Joined: 11 Jun 2001
Posts: 625
Location: Northern Ireland

PostPosted: Wed Jul 23, 2003 2:20 pm    Post subject: @sendmsg Error Reply with quote

I've always used this code to add a horizontial scroll bar to a list on a dialog in VDS3 and 4

and it's documented in VDS5 but does not work !

%P = @sendmsg(@winexists(~List1),1045,1000,0)

The Dialog exists and is shown and the list1 is on there, Its a standard list, and its not on a group or anything

Nathan
Back to top
View user's profile Send private message Send e-mail Visit poster's website
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Wed Jul 23, 2003 2:38 pm    Post subject: Reply with quote

You're not using the function correctly. Smile

You have:
%P = @sendmsg(@winexists(~List1),1045,1000,0)

It should be:
%P = @sendmsg(@winexists(~LIST1),$0194,1000,0)

[ Moving to General Help since this is not a bug ]

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Rubes_sw
Valued Contributor
Valued Contributor


Joined: 11 Jun 2001
Posts: 625
Location: Northern Ireland

PostPosted: Wed Jul 23, 2003 3:18 pm    Post subject: Reply with quote

Must be a bug in the VDS5 Help File cause its listed as:

%P = @sendmsg(@winexists(~List1),1045,1000,0)

And your code worked perfect !
%P = @sendmsg(@winexists(~LIST1),$0194,1000,0)


Nathan
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group