what happened to access.application -
in vb6 i used access.apllication to print reports from an access 2003 database
Seems that in access 2007 its no longer possible
Is there a way to do the same thing in access 2007?
thanks
what happened to access.application -
in vb6 i used access.apllication to print reports from an access 2003 database
Seems that in access 2007 its no longer possible
Is there a way to do the same thing in access 2007?
thanks
Strange behaviour in Access -
I am using Access 97 (created using VisData) with VB6 for a application that I am building. I once opened the Access file in Wordpad, and down somewhere in the middle was the source code that I had written in VB(not a Macro written in Access) verbatim. Initially I thought that it might
So what happened [ Drama] -
So every so often I'll see someone new post an executable asking us to help them with it and I always see a comment with a similar effect as "We don't download these. It happened before and we got burned".
So, what happened? I think I may have been banned when this occurre
has this happened to anyone else -
well I don't knopw whether you can see it clearly, but this is the second time it has happened. I am desigining an application, which is fine and create a form, then go to make an inherited form and get the message error loading object reference not set to an instance of the object, al
Window subclassing problem (or something) -
This is kinda funny... I got this code from someone a while ago that subclasses the form and helps me determine if the form gets the focus or not, but each time I quit my application, VB crashes, without ANY error message, the window just disappears and I'm left wondering what just ha
Can anyone explain why this happened. -
In my program, I had to display some data from my database(Access).
It just so happened that some of the data are optional, when I try to display that data and if there is nothing in the field it would give me an error saying "Invaild use of null".
What should I do to s
VBA database error messages and problems. Please help . urgent ! -
Hi
I am trying to sort a problem from our treasury dept.
They have a mde application developed in access. The database mde file is held on a server and people connect to it to use the application.
The person said that something happened to her computer yesterday and now when she
loading access application in visual basic -
Good day!
I have a vb project that calls for an access database application. When i call the access application from within my vb program,it is ok however i want to set the window(the access application window,not the startup form) with a specific height,width,left&top.
Is this
Client/Server Application With VB And Access -
Client/Server Application With VB And Access
I have created an application with VB and Microsoft Access. However
like most VB/Access applications its a desktop application. I want to
convert this application into a Multiuser application wherein more than
one user can acc
what happened to the others -
What ever happened to all of the people who used to be frequent posters:
Aaron Young
Serge
Boo
Razzaj
Yonatan
Carlos_Rey (whatever)
Does anyone else remember them? What happened to you guys?
(Sorry for th off topic post)
------------------
Regards,
Alexander McAndrew
VB Zone
http
Printing Report using MS Access2K on VB6 -
hello all. I found this code below how to print a report, using the report form from access, by using a vb form. it works on printing but it doesn't seem to work in preview. I even change the acViewNormal to acViewPreview. can someone help me pls.
What happened here is when i click
What is the best file storage to use -
I am new to VB.net. I've installed VB.net express. I,ve had a couple classes in VB6 and written a few programs. Most of my programing has been in VBA.
I want to write a design program to design sign structures. I will need to store design info in a file that the user does not ne
err what happened -
what happened?
Layout problem -
I got this when I was viewing my PM inbox, It never happened before. But it happened 3 times today
So what the heck happened to this site -
Why was it down for a week? It just went down, no explination or anything..Sooooo what happened?
What ever happened to... -
I just happened to notice this User:
(removed)
Never posted even once!
Arggggh! please help me!! -
I just created a simple enough VB application for my brother, I used the package and deployment wizard to create the setup.exe and cab files, I then zipped them up and sent them off to him.
He said he couldnt install it properly, when he ran setup.exe it said that some files/compone
Sharing Data via the Internet -
Me and my business partner were wondering if it was possible to do the following:
We have a PC based application written in Visual Basic .Net that uses ADO.Net to access (read/write) an .mdb database file.
We would actually like several people to use this database, but not via
Change of records -
I have an Access form with a sub form in it. If I change the record with the navigation button, is there any way to know if the event just happened? I am working on an application where I need to do something when that event occurs; but I don't think there is one pre-programmed.
Thank
Problem running App on an other computer -
Ok, here's the situation, I've created an application that print label. I have installed Framework and the application on an other computer using Admin rights but when I log as a simple user on that computer and try to run the Application, nothing happened.
Can someone help me?
T
Converting an AREV DB application to VB and ACCESS or SQL -
Hello everyone!
I am looking into the possibility of converting a DB application from AREV (Advanced Revelation) to a VB application that uses ACCESS or SQL (or both) as the database. I have worked with ACCESS (a lot) and VB(a little) over the passed several (3) years, but I had ne
Shut Down an Application -
Hi,
I have an application in Access. There is another application in VB that needs to close the Access one in order to perform some updates.
I have the handle to the Access window.
How do I shut down the Access application?
I tried DestroyWindow but didn't work.
than
what happened to .filetitle -
Hi,
What happened to the xxxdialog.filetitle property? is there an alternative the doesnt involve coding?
Cheers,
Lithic
What happened to Gingernut -
What happened to Gingernut ?
Did he get banned by one of the bad admins or did he get sick of the mundane banter and commit suicide.
share MS Access DB among network -
currently I am finishing my first professional project. It's a VB .Net application connects to Access DB.
the DB will be installed on a computer and the application will run from other computers in the network.
During Development, I used the location of the Access DB on my Hard disk
What happened that the form did not change -
I have little knowledge of VB.net but inspite of this I tried to help my son with a program he was doing. He sent me a copy of what he had done which loaded just fine. I mostly just moved the buttons around, placed some into a new group and changed the layout. I also reneamed a few o
Whatever happened to it -
What ever happened to it?
so what happened to ciberthug -
I heard something happened? about him getting mad at serge...can't find the post
hey, what happened -
hey can anybody tell me what happened to the avatars?
earlier the forum was down and then when it came back the avatars are gone.
so who pi$$ed off john/james?
Problem with ODBC in Client Access Express on AS/400 -
I am having a problem when trying an update an AS/400 file using ODBC from VB application ... SQL displaying data from that file properly , but when you trying to update - nothing happened.
Did somebody had similar problems in the past?!
[2005] Ending an application -
I remember the issue in VB6 where when you performed Unload or some other function that would close the application, sometimes, if done incorrectly, it would only close the form and the application would still be running in memory. You would have to open up the task manager and end the
Urgent--Multithreaded add ins in access -
I have this application in vb which uses multithreading.It works fine when i run it.
but if the application is made an add in and run from access--it says microsoft access has encountered a problem and needs to close
and then closes the application
Can anyone suggest how to run m
Help!!! Explorer caused an invalid page fault in Explorer.exe -
This happened when i installed an friends vb application on a new computer using a SAX Install. Anyone know what could cause this?? It got halfway through the install and asked me to reboot, and this is what i get for my trouble. Won't get into windows any more. the sax website rec
Open Access form in a VB application -
Hi,
I have created an Access application with a form.
I want to make that form available while using my VB 6 application. Ideally, the access form would be displayed inside my vb application's form without showing the rest of the access application.
Does anybody have the trick for d
Open an Access form in my VB application -
Hi,
I have created an Access application with a form.
I want to make that form available while using my VB 6 application. Ideally, the access form would be displayed inside my vb application's form without showing the rest of the access application.
Does anybody have the trick
Russell Crowe -
What happened? I heard that Russell Crowe's been bad lately? What the hell happened to him?
memory direct access -
what happened in VB6 with old functions 'peek' and 'poke'?
Weird Problem with Access Autonumber Field -
Hi, I had this weird problem with Access's Autonumber field in my application.. The set up I have is two Exes on two computers, but one is pointing to the other's computer mdb. The autonumber field generates invoice numbers, so some reason, something happened yesterday where for a wh
IE infected when using FireFox -
i havent been using IE in a long time, but i just browsed a warez site and it made firefox automaticly download a file, which happened to be a IE toolbar. i removed the tool bar but i was wondering if this has happened to any one else?
Access VBA to VB6 -
I don't know if this has been asked before, or makes sense but I need to aks. Is there a way to convert an Access 2000 application (Forms with VBA code) to VB 6?
I have an extensive application written originaly in Access 97, upgraded to Access 2000. Most of the Data Access, SQL's