| View previous topic :: View next topic |
| Author |
Message |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
Posted: Wed Jul 23, 2003 2:20 pm Post subject: @sendmsg Error |
|
|
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 |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Jul 23, 2003 2:38 pm Post subject: |
|
|
You're not using the function correctly.
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 |
|
 |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
Posted: Wed Jul 23, 2003 3:18 pm Post subject: |
|
|
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 |
|
 |
|
|
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
|
|