Hi all,
Can somebody tell me how to interface PABX system with the VB Code. thats whenever a call is made thru a PABX system, it should be captured and stored in the database. (Database can be either SQL Server or Oracle or even Access)... like it is there in a hotel system...Please help...
thanks chiph ,
I have installed Oracle 9i with cluster. But this time I want it without cluster since in cluster both the Server has same IP. While in my case I have different IP for Both the servers. Since the clients are TCP/IP connectivity to Server, it becomes very difficult if both the...
I want my SQL server to be set up like this.
Two separate NT Server onwhose SQL server is installed. Now the clients (on which VB Application is running connected to SQL Server) are making transactions to this server. I want to have a separate server so that if the first server gets down...
u can change font of menu items only by changing the conrol panel and display settings. Thru VB infact there is no other way ...not even at run time u can change...
have u ever heard about in process and out of process ???? exe's are all out of process applications. That means every time you excess it it opens a new instance of it. it doesnt get locked any time. Just you can make it read only thru' windows....
or else you can try this running into loop..although it will take more time to run the code then the conventional code.
dim Cnt as long
set rstCurrent = db.openrecordset("select * from EMP")
cnt = 0
do while not rstCurrent.eof
cnt = cnt+1
rstCurrent.movenext
loop
rstcurrent.close
JustinEzequiel, the style property is not 2 it should be 1 there are only 2 property of style...1 and 2 which is standard and checkbox respectively.
Also if not list box then you can use list view with checkboxes property as true.
Thanks
suppose 1st form is form1 and the 2nd one is form2
you have txtfrm1name for name in form1
and txtfrm2name for name in form2
before you write
form2.show
write this line
txtfrm2name.text = txtfrm1name
and then write
form2.show
You can use the same for even msgbox...
like..
screen.MousePointer = vbIbeam
msgbox "Here goes the message box"
screen.mousepointer = vbdefault
I want to have no. of command buttons or images Placed on the form depending on the actions performed by the user. I dont want to have list of them and play with the visible property of them. I want them to appear at runtime.
Pls Help, will be appreciated
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.