I have developed a DLL to do some basic routines like searches and catalog maintenance, however I can only use it on a non MDI environment.
Inside the DLL I have some forms with the MDI child property set to TRUE, but when I call them from a MDI Project they can't be loaded because they are not...
PLEASE!!!! I NEED HELP.
I have this application made in VB6 that connects a PostgreSQL DB via ODBC and I need to use Crystal Reports as the reporting tool.
Here's the deal:
Every time the application does a query or executes an INSERT, DELETE or UPDATE, it uses a connection string (including...
I'm new in this stuff.
I have a program menu created in Flash 5 and I would like to start some programs from it.
I have used the FSCommand in the actions menu of each item,
but it doesn't work at all, I writed in this way:
on (release){...
Can I Do this In VB DataReport and How?
Doc....Date.......InAmt......OutAmt......Balance
001..01/01/2001....150.....................150..
002..02/01/2001.................80..........70..
003..03/01/2001.................40..........30..
004..04/01/2001.....50......................80...
Hi fellows, I have this Stored Procedure on SQL Server 2000:
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
Create Procedure Kardex @InputID varchar(10)
AS
Create Table #tmp (Doc varchar(10), Date datetime, InAmt int, OutAmt int, Balance int)
Insert #tmp
Select DepositID as...
I want to do this
Doc. Date IN OUT Balance
001 01/01/2001 1200 1200
002 01/01/2001 300 800
003 01/01/2001 400 400
004 01/01/2001 150 550
I want to get the Balance Column directly in a SQL Sentence.
Is this...
I want to do this
Doc. Date IN OUT Balance
001 01/01/2001 1200 1200
002 01/01/2001 300 800
003 01/01/2001 400 400
004 01/01/2001 150 550
I want to get the Balance Column directly in a SQL Sentence, to use it...
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.