| Author |
Message |
Topic: [3.19d] Two changes after update |
Fidel
Replies: 5
Views: 8047
|
Forum: CMUD Beta Forum Posted: Tue Jun 22, 2010 9:56 am Subject: [3.19d] Two changes after update |
I have to return to this topic.
In version 3.19d and 3.19f it worked fine, but now calling %dbkeys(@dbvar) gives rows in different order than it is in variable (hashing?). Is there any way to get ... |
Topic: [3.19e] Database query problem |
Fidel
Replies: 9
Views: 12428
|
Forum: CMUD Beta Forum Posted: Fri Jun 18, 2010 10:06 am Subject: [3.19e] Database query problem |
Of course I can give you my script.
but if it's not finding the existing variable, that still sounds like a problem
I don't think cmud has a problem with finding this variable. It looks more like ... |
Topic: [3.19e] Database query problem |
Fidel
Replies: 9
Views: 12428
|
Forum: CMUD Beta Forum Posted: Thu Jun 17, 2010 11:25 pm Subject: [3.19e] Database query problem |
Thanks for this explanation it helps to understand that and should help in future :)
I have only one instance of variable resultSetLicznik, so I thought that I don't have to give full path (and it ... |
Topic: [3.19e] Database query problem |
Fidel
Replies: 9
Views: 12428
|
Forum: CMUD Beta Forum Posted: Thu Jun 17, 2010 8:40 pm Subject: [3.19e] Database query problem |
I have created new package "Licznik", which is Global
In this package I have created a trigger (without a class) which calls a function existsInDatabase(string) from class ConnectionLicznik (same p ... |
Topic: [3.19e] Database query problem |
Fidel
Replies: 9
Views: 12428
|
Forum: CMUD Beta Forum Posted: Thu Jun 17, 2010 7:46 pm Subject: [3.19e] Database query problem |
After update I still have the same problem.
But I have found something that migth be helpful:
After calling
#CALL @resultSet.Close
When I use:
#VAR resultSetLicznik @connectionLicznik.Exec ... |
Topic: [3.19e] Database query problem |
Fidel
Replies: 9
Views: 12428
|
Forum: CMUD Beta Forum Posted: Wed Jun 16, 2010 8:26 pm Subject: [3.19e] Database query problem |
Hi,
After updating to 3.19e I have a problem with database queries. Every second query is not valid.
I'm using COM object to connect to Microsoft Access database file.
To create a connection I ... |
Topic: [3.19d] Two changes after update |
Fidel
Replies: 5
Views: 8047
|
Forum: CMUD Beta Forum Posted: Mon Jun 14, 2010 10:21 pm Subject: [3.19d] Two changes after update |
Great!
Thanks for your reply |
Topic: [3.19d] Two changes after update |
Fidel
Replies: 5
Views: 8047
|
Forum: CMUD Beta Forum Posted: Mon Jun 14, 2010 10:04 pm Subject: [3.19d] Two changes after update |
Hi,
I have just updated cmud to newest beta version and some of my scripts are not working.
First is that calling a function using
#NO function()
or
WindowName:#NO function ... |
Topic: #echo variable with %cr |
Fidel
Replies: 2
Views: 5386
|
Forum: CMUD General Discussion Posted: Sun Oct 25, 2009 10:07 am Subject: #echo variable with %cr |
It works :)
Thanks!
Pawel |
Topic: #echo variable with %cr |
Fidel
Replies: 2
Views: 5386
|
Forum: CMUD General Discussion Posted: Sat Oct 24, 2009 7:14 pm Subject: #echo variable with %cr |
Hi,
I have a list @arrows with texts containing %cr.
#echo %ansi($fore, $back)%expand(%db(@arrows, sw))
Shows output:
# #
# #
# #
##
#####
But I want to u ... |
Topic: #CW with HEX colors bug? |
Fidel
Replies: 2
Views: 5203
|
Forum: CMUD General Discussion Posted: Wed Oct 14, 2009 10:47 am Subject: #CW with HEX colors bug? |
Also with with "" doesnt work #CW "#000000,#FFFFFF"
Pawel |
Topic: #CW with HEX colors bug? |
Fidel
Replies: 2
Views: 5203
|
Forum: CMUD General Discussion Posted: Wed Oct 14, 2009 10:44 am Subject: #CW with HEX colors bug? |
Hi,
Using "#CW blue,white" in trigger, text background color is white.
Using "#CW #000000,#FFFFFF" only foreground color is set. (Also tried $000000,$FFFFFF - as in documentation is written to use ... |
Topic: Trying to dip my toes in %db. needing some help please! |
Fidel
Replies: 2
Views: 4705
|
Forum: CMUD General Discussion Posted: Wed Oct 14, 2009 10:28 am Subject: Trying to dip my toes in %db. needing some help please! |
Hi,
I don't know if I understood you properly but if you want one list with key containing two values you can either use Database Module where you can store Key, Val1, Val2 in 3 columns.
Or simpl ... |
Topic: Removing end-of-line characters from string end |
Fidel
Replies: 1
Views: 4162
|
Forum: CMUD General Discussion Posted: Wed Oct 14, 2009 7:45 am Subject: Removing end-of-line characters from string end |
Hi,
I'm using COM objects to access MS Access database. I get RecordSet using SQL Select statement and then using GetString on it, the returned string has end-of-line character in the end. What is th ... |
Topic: Functions and local variables between windows |
Fidel
Replies: 1
Views: 4229
|
Forum: CMUD General Discussion Posted: Wed Oct 07, 2009 9:19 pm Subject: Functions and local variables between windows |
Hi,
I have two windows win1, win2.
in win2 i have declared function
string f1(string) - returns string, and have one string parameter
is it possible to call this f1 function from win1 and ... |
Topic: Catching end of MUD response |
Fidel
Replies: 2
Views: 5234
|
Forum: CMUD General Discussion Posted: Wed Oct 07, 2009 7:44 pm Subject: Catching end of MUD response |
It works.
Thanks
Pawel |
Topic: when i try and reverse this path it puts it in parens and doesn't reverse |
Fidel
Replies: 1
Views: 4264
|
Forum: CMUD General Discussion Posted: Wed Oct 07, 2009 9:14 am Subject: when i try and reverse this path it puts it in parens and doesn't reverse |
Hi,
Do you have reverse direction for g set?
Pawel |
Topic: decimals and math |
Fidel
Replies: 4
Views: 8762
|
Forum: CMUD General Discussion Posted: Wed Oct 07, 2009 9:12 am Subject: decimals and math |
Hi,
@testvar is integer so before / You have to cast it with %float()
#MATH testvar2 (%float(@testvar)/100)
#PRINT @testvar2
Pawel |
Topic: Catching end of MUD response |
Fidel
Replies: 2
Views: 5234
|
Forum: CMUD General Discussion Posted: Wed Oct 07, 2009 9:08 am Subject: Catching end of MUD response |
Hi,
In MUD which I use, after sending any command MUD responses with text + "> " chars in new line. Is it possible to catch > or some other way know when response for command is finished?
... |
| |