Visual Basic
Visual Basic was derived from BASIC and enables the rapid application development (RAD) of graphical user interface (GUI) applications, access to databases using DAO, RDO, or ADO, and creation of ActiveX controls and objects.
Application
Transaction
Remove
Platform
Any
License
Any
Well i thought of selecting the last inserted transaction id and probably add one to it when the form loads but its a client/server app running on several machines so i figured it wont be a bad idea...
Private Sub mnuFileSum_Click(Index As Integer)
If lblBal.Caption = "" Then
MsgBox "You can't get a summary if you don't first make a transaction! Please make a transaction before attempting to...
I am an amatuer programmer who has a small but challenging task of developing a clinic database using = ms access & vb 6 in a multiuser enivironment.
1. i dont know how to put make the database...
This message was edited by jbassmanp at 2005-5-11 10:11:55
I need to merge a small transaction table created each week into an general/archival table. The structures are the same. Have programmed...
Printer.Font.Name = "Sans Serif MS" ' Courier is Monospaced
Printer.Font.Size = 8
Printer.Print "SUM:" & Format$(x, "Currency")
Printer.Print "--------"
Printer.Print vbKeyTab & " ALL : " &...
Need help for printing a kind of receipt when enter sales transction. I need to print directly from a form (e.g. without previewing the print pages, etc. - just from the form where I enter the...
: : Need help for printing a kind of receipt when enter sales transction. I need to print directly from a form (e.g. without previewing the print pages, etc. - just from the form where I enter the...
: Need help for printing a kind of receipt when enter sales transction. I need to print directly from a form (e.g. without previewing the print pages, etc. - just from the form where I enter the...
Need help for printing a kind of receipt when enter sales transction. I need to print directly from a form (e.g. without previewing the print pages, etc. - just from the form where I enter the...
: : Hi,
: :
: : I'm hoping this is a simple(ish) question. I'm new to programming on a SQL-Server.
: :
: : I've got a VB.Net app that is importing/formatting records from a text file.
: :...
does jet provider support transaction concurrency over multiusers of my program?and should it not be a dsn connection?
This message was edited by tomex at 2004-4-12 23:24:54
HI GUYS HOW
i have created a client server application from which the client request info from the server end
but after the connection is...
Hi
I have been trying to sent text from one PC to the other using Winsock and I get the following errors: "wrong protocol or connection state for the requested transaction or request". Do you know...
0
: : no rows returned
: :
:
: So what your saying is, if i have 7 users of the app, i will need an array of 7 winsocks on my server?
:
Sounds like it, yes. Remember you can use a dynamic...
0
: no rows returned
:
So what your saying is, if i have 7 users of the app, i will need an array of 7 winsocks on my server?
:
:
What is class?
what is Object ?
What is MTS ?
What is Transaction ?
Why should used mts in three tier application ?
: Normally I do simple database related projects in VB.I want to implement a project in network environment where many users can share same tables of data.Please suggest me how to take care of issues...
: : I want my app to be able to login at my bank's website, retrieve the transactions of my savings and checking account, and then check it against a database in which I regular update any debits or...
Guys, guys, think simple. Your knowledge is more than I need. My atm is for homework. Im not getting money for this . Its not a big proyect. I have a form where the client have to enter his pin...