Register to post in forums, or Log in to your existing account
 
:
Search found 11 matches for:
Page 1 of 1
Author Message
  Topic: Find Button - Automapper
bozo65

Replies: 10
Views: 3339

PostForum: zMUD General Discussion   Posted: Wed Apr 13, 2005 10:01 pm   Subject: Find Button - Automapper
#trigger ("You scry @target at *") {
room_to_find = %replace( %2, ', %)
room_id = %mapquery {Name LIKE '%@room_to_find%'}
#if (%numitems(room_id)=1) {
#TE %mapvnum(room_id)
}
}

F ...
  Topic: Find Button - Automapper
bozo65

Replies: 10
Views: 3339

PostForum: zMUD General Discussion   Posted: Wed Apr 13, 2005 9:04 am   Subject: Find Button - Automapper
Is there a command or function which emulates this button?
  Topic: COM and the ZMudPlugin Interface
bozo65

Replies: 5
Views: 2570

PostForum: zMUD General Discussion   Posted: Fri Mar 18, 2005 2:05 pm   Subject: COM and the ZMudPlugin Interface
Embarassed all working now!

Ive said it before and ill saa it again

Youve done it again!!!!

Many thanks....
  Topic: COM and the ZMudPlugin Interface
bozo65

Replies: 5
Views: 2570

PostForum: zMUD General Discussion   Posted: Fri Mar 18, 2005 12:23 pm   Subject: COM and the ZMudPlugin Interface
Ok so now I need to do something useful with the plugin like add a command, but I need a tool called CMDEDIT.

Presumably this is part of the SDK and chargeable at $40. If so Ill resort to trying to ...
  Topic: COM and the ZMudPlugin Interface
bozo65

Replies: 5
Views: 2570

PostForum: zMUD General Discussion   Posted: Thu Mar 17, 2005 8:29 pm   Subject: COM and the ZMudPlugin Interface
Youve done it again!!!!

Many thanks....

Wow this interface is really neat, It's easy to add custom menus and VB forms to zMUD. This is definately the way to go for the DAO database and looking u ...
  Topic: COM and the ZMudPlugin Interface
bozo65

Replies: 5
Views: 2570

PostForum: zMUD General Discussion   Posted: Thu Mar 17, 2005 5:31 pm   Subject: COM and the ZMudPlugin Interface
Hi

I need the interface API for zMudPlugin interface ......

The Plugin documentation on Zugg's website states

go to the zMUD Developer's Kit page (click on it from the main www.zuggsoft.com ...
  Topic: Visual Basic DDE and ZMud
bozo65

Replies: 2
Views: 13544

PostForum: zMUD General Discussion   Posted: Mon Mar 14, 2005 8:25 pm   Subject: Visual Basic DDE and ZMud
Thanks for that.

I need to find out more about the VB DDE interface the MSDN documenation is'nt in depth enough.

Acuually the DDE interface has 4 main messages

WM_DDE_INITIATE
WM_DDE_ACK
W ...
  Topic: Visual Basic DDE and ZMud
bozo65

Replies: 2
Views: 13544

PostForum: zMUD General Discussion   Posted: Sun Mar 13, 2005 10:25 am   Subject: Visual Basic DDE and ZMud
Hi,

I've switched using the built in database to one using ADO and now need to send a variable from ZMud to a Visual Basic application (myapp.exe) that will display an item from the database on the ...
  Topic: Variables and ADO
bozo65

Replies: 5
Views: 1755

PostForum: zMUD General Discussion   Posted: Mon Feb 28, 2005 10:15 am   Subject: Variables and ADO
TARGET = @rs.fields( "Target").value

Hi nexela

Thanks for that youve solved it!

Im probaby pushing it a bit here but

This queryl works fine.

Sql="SELECT * FROM MobTbl WHERE Name='@str' ...
  Topic: Variables and ADO
bozo65

Replies: 5
Views: 1755

PostForum: zMUD General Discussion   Posted: Sun Feb 27, 2005 9:23 pm   Subject: Variables and ADO
Are you accessing it correclty?

Full trigger script is here. Its finding the row OK and printing the ECHO's out but TARGET is incorrectly assigned.

#VAR rs %comcreate( "ADODB.Recordset")
#VAR c ...
  Topic: Variables and ADO
bozo65

Replies: 5
Views: 1755

PostForum: zMUD General Discussion   Posted: Sun Feb 27, 2005 6:51 pm   Subject: Variables and ADO
hi,

When i assign a zmud variable to a ADO coomand i get this

%tmpcom35369034

eg

target=@rs("Target")

assigns %tmpcom35369304 to target

ie rather than storing the contents of the Tar ...
 
Page 1 of 1
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net