Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~366 People Reached
Favorite Forums
Favorite Tags
Member Avatar for muek

Hi, I'm using this function to set "cart behavior" on my drag and drop control: [CODE] $create( Dflying.ShoppingCartBehavior, {"name": "myShoppingCartBehavior"}, null, null, $get( "Box" ) ); [/CODE] The problem is that I want to be able to remove that behavior from my cart, but I simply can't find any information …

Member Avatar for DangerDev
0
83
Member Avatar for muek

Hi, I would like to know if it's possible to create a procedure, where we pass 2 arguments (the databases where the search must be done) and how to use those parameters in select clause What I would like to know is if it's possible something like: [CODE]create proc dbo.uspMySearch …

Member Avatar for stephen84s
0
166
Member Avatar for muek

Hi there, I'm completely lost. I have 3 tables: - work (workID, description) - machine (machineID, name) - work_machine (machineID, workID, hours) What I want is to obtain a result similar to: work, machine1, machine2 A , 1 , B , 3 , 5 The problem is that the number …

Member Avatar for muek
0
117