Hi
kamalsawhney at thread330-107430 said that we shoud not pass objects ByRef or Collections as parameters to MTS objects.
Can anyone explain me why?
regards,
Bruno Loureiro.
Hi Strongm,
why is that?
I don't know the project that KGB007 is working with, but if that project uses txtDateBox in many forms, perhaps the better solution is to build an ActiveX control to deal with dates (by the way KGB007, why don't you use a control like DTPicker - Microsoft Windows...
Hi,
try to use Regular Expressions to create your one control, or use them to control the data of the TextBox.
You have to set the reference Microsoft VBScript Regular Expressions (vbscript.dll -> System32) at the project references.
Let's assume that you use the RE...
Hi scarfhead,
the thing is that my clients don't want the buttons text of msgbox in english (although the English OS). I have to get a way of display them in Portuguese: instead of Yes or No I have to display Sim or Não.
I thought that perhaps a API made the work...
regards,
Bruno Loureiro.
(Sorry about last one - no title...)
Hi,
try to run this code:
'------------------------------------------
Private Sub Form_Load()
Dim a As Double
Dim b As Double
a = 6.3
b = 1.1 + 2.1 + 3.1
Debug.Print "a = " & a 'a = 6,3
Debug.Print "b = "...
Hi,
try to run this code:
'------------------------------------------
Private Sub Form_Load()
Dim a As Double
Dim b As Double
a = 6.3
b = 1.1 + 2.1 + 3.1
Debug.Print "a = " & a 'a = 6,3
Debug.Print "b = " & b 'b = 6,3...
Hi,
I have a VB project that uses a ocx, and I need to:
1) from inside the ocx, perform an action on the project.
2) unload or set the ocx invisible from the ocx.
3) don't let the ocx losses his focus.
is this possible???
regards,
Bruno Loureiro.
Hi,
I have a little problem with MTS transactions. Here's the scenario:
A - VB client
B - MTS server with time out set to 60 seconds
C - MTS server with time out set to 0 seconds
Actions: (both components are set to 'Require Transaction')
1º - A calls B component
2º - B component calls C...
Hi,
when I try to put a new component on the MTS console, the following error occurs:
Window title: "OleChannelWnd: mtx.exe - ordinal not found"
The ordinal 57 could not be located in the dinamic link library ATL.dll
why?
regards,
Bruno Loureiro
<brunoloureiro@usa.net>
Hi,
- sorry about the last subject -
As far I know, tha best way the client has to comunicate with MTS server is using TCP/IP protocol, at least it was what Microsoft suport told me.
But what is the best way for an MTS server to comunicate with another MTS server? TCP/IP or UDP/IP protocols...
Hi,
As far I know, tha best way the client has to comunicate with MTS server is using TCP/IP protocol, at least it was what Microsoft suport told me.
But what is the best way for an MTS server to comunicate with another MTS server? TCP/IP or UDP/IP protocols?
Can anyone tell me the major...
Hi,
In VB the TextBox raises an Change event each time one caracter is inserted or removed from the control.
In HTML the onchange() event is just raised when the control lost the focus.
can anyone tell me why?
is there a way to do the same thing that VB does?
regards,
Bruno Loureiro...
Hi,
In VB the TextBox raises an Change event each time one caracter is inserted or removed from the control.
In HTML the onchange() event is just raised when the control lost the focus.
can anyone tell me why?
is there a way to do the same thing that VB does?
regards,
Bruno Loureiro...
Hi,
I have an VB application that calls MTS methods (written with VC++).
Now I have to migrate the clients from VB to HTML, but the calls to the MTS components don't work, the out parameters always return indefined.
An practical example:
VC++ method:
HRESULT getName(/*[in]*/long cust_id...
Hi,
I have an VB application that calls MTS methods (written with VC++).
Now I have to migrate the clients from VB to HTML, but the calls to the MTS components don't work, the out parameters always return indefined.
An practical example:
VC++ method:
HRESULT getName(/*[in]*/long cust_id...
No, I don't want any sort of rfc for AS400. I'm working with NT, and have to get the user name through API (or something else).
To get the user name is just one functionality among others that I actualy do with my application in VB 6.0 using API's.
I'm migratting the VB clients to HTML clients...
Hi,
I'm trying to use an AxtiveX control (written in VB 6.0) in my web page, but I keep getting this warning:
Some software(ActiveX controls) on this page might be unsafe. It is recommended that you not run it. Do you want to allow it to run?
How can I prevente this message from being...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.