14,025 Topics
![]() | |
Right, I'm new here so many appologies if this is a duplicate thread. I cannot open McAfee, MSN and various sundry programs. I've done the normal with SpyBot (love that program) and have no positive result to speak of - basically, I'm flumixed. It may be down the amount of … | |
How do I open a .mim file? Recently, I sent an email from work to my home. The file was a Microsoft Word document. The file was sent through Internet Explorer. After downloading the file there was a prifex of .mim I only have Stuffit Deluxe from Aladdin Systems and … | |
Hi, I am having trouble with a question and am wondering if someone knows where I am going wrong. I am to list the patients of a hospital (persons that have been admitted) that have a next of kin listed as a staff member. I am to list the patient's … | |
i need help, i am making a web browser in vb 10 and i have a built in media player and i want to make a play list. i got it to work with a listbox but not anything else. For the menustrip [CODE] Private Sub PlaylistToolStripMenuItem_DropDownItemClicked(ByVal sender As System.Object, … | |
HI I am trying to write data to an access table from vb.net. The code all seems to run fine but no data is being sent to the db though! the code i have got is [code] Dim itemcount As Integer Dim MyCn As OleDbConnection Dim sql As String 'Dim … | |
I'm not sure this is even a security issue but..... when I click on a link that is coded to open a new IE window, the new window opens but always displays "Page cannot be displayed". Trying refresh or copying the address over doesn't work either. I've tried - clearing … | |
Hi, I have a java program with quite a lot of classes. I'm facing a problem with accessing some variables from another class. May I know how to I access it? Is it possible? | |
Hi. i get this blue screen when starting my PC very often. Here are my PC specs (report from everest) [QUOTE]Operating System Microsoft Windows XP Professional 5.1.2600 (WinXP RTM) Date 2010-08-25 Time 19:24 --------[ Summary ]----------------------------------------------------------------------------------------------------- Computer: Computer Type ACPI Uniprocessor PC Operating System Microsoft Windows XP Professional OS Service … | |
i can't start task manager on my xp sp2, i think it's due to a virus. when i try reg editor it enables, but if i close task manager, again the value in registry changes from '0' to '1' automatically !!! please help me... it's my trend micro hijack report … | |
So i've been having my pc for 2 years now.Here is it's speccs: OS : Microsoft Windows Xp HE SP3 CPU : Intel Core 2 CPU 4300 @ 1.80Ghz Ram : 1gb Graphic Card :Nvidia GeForce 8600 GT 250mb MB : Asus P5L-MX When i got my pc i could … | |
I'm working with microsoft report in asp.net. I recieve error message saying "An error occurred during local report processing". I've cross-checked and cant figure out where the problem is comming from. Here is my code: [code = vb.net] Dim params(0) As Reporting.WebForms.ReportParameter params(0) = New Reporting.WebForms.ReportParameter("RateId", caption, False) rv.LocalReport.SetParameters(params) [/code] … | |
Hi, I just upgraded from Windows XP to Windows 7 Home Premium in my virtual box so that the operating system could recognize all of the cpu. My Virtual box setup is a 5 core 1 thread per core setup and XP Pro only sees 2 cores (dual core). Then … | |
Can I get some assistance with the T SQL syntax required to use the contents of this combo box in a pass thru query in order to improve performance response time over the LAN [CODE] [Forms]![WELCOME]![FILTER_BUILDER].[Form]![Combo28] [/CODE] Apparently TSQL doesn't like the "!" from Access: [CODE] SELECT dbo_A_VIEW_LOWEST_LEVEL.contract, dbo_A_VIEW_LOWEST_LEVEL.[Profit Center … | |
HI All, My name is s0ur and I am not a programmer. Isn't that the first step to recovery? I am hoping that the experts can help a noob. I am trying to write a python script that will run on windows login. it should do the following: 1) ping … | |
Hi, I have a table Employee that has a coloumn EmployeeID, SupervisorID, and Active(values Yes or No).. I need to find the number of Active Employees(with Active as Yes) under each supervisor.. how can I write the query? I am using Access 2007. Thanks! | |
Hi I have 2 tables say A and B. Table A has EmpID, First Name and Last Name. Table has Award Recipient, Award Presenter ID(EmpID format). I want to write a select query where I want to fetch First and Last name of the Award Presenter from table A based … | |
i have a problem in connecting in access 2003 here is my code Module Module1 Public cn As New ADODB.Connection Public rs As New ADODB.Recordset Public Sub connection() cn.Open("[B]Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:\Project Management\pm.mdb;Persist Security Info=false[/B];") cn.Open() End Sub Public Sub OpenRecordset(ByVal sRecordset As ADODB.Recordset, ByVal sString As String) sRecordset.CursorLocation = ADODB.CursorLocationEnum.adUseClient sRecordset.Open(sString, … | |
Is it possible to check which version of Excel a user's computer will open while in a VB6 application? Some users will be using Excel 2003 and some will be using Excel 2007 and, in theory, a single command button will open one of two excel sheets based on which … | |
Hi, I have to write an address book using structs for a class. I have 90% of the code done, but I am having trouble ordering it. It is supposed to read in 10 entries from a file and then sort them by last name. All the information also has … | |
Hi all...need help from u all...i already develop system using VB.net with Microsoft Access 2003 as my database. when i running in Windows XP it's working great but when running in Windows 7, i can't insert into it...can anyone help me plz | |
I am having a small problem with dataset problem defination is: _____________________________________________________________ System.Data.OleDb.OleDbException was unhandled ErrorCode=-2147217843 Message="Not a valid password." Source="Microsoft JET Database Engine" ________________________________________________________________ and My connecting string is: _______________________________________________________________________________ "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="D:\Shop Inventory\database\DATABASE.mdb";Persist Security Info=True;Jet OLEDB:Database Password=123456789" ________________________________________________________________________________ WHERE the password I added is right but whenever I try … | |
I have windows XP version 5.1, SP 2. Tried installing Turbo C, on ruuning the install.exe, it does not take any input from keyboard. e.g. it says press Enter to continue. When I press Enter nothing happens. CAnt even close the install window. Have to kill it to close. | |
I saw this article yesterday titled, "[URL="http://tech.yahoo.com/news/pcworld/20090220/tc_pcworld/studyfederalgovtcansavebillionsinitspending"]Study: Federal Gov't. Can Save Billions in IT Spending[/URL]," and feel compelled to comment. The gist of the article is that by switching to open source software, like Linux and OpenOffice.org, the federal government would save billions of dollars in IT costs. This is … | |
Anyone please help me! I would like to learn and create a crystal report with ms access database and view it with crystal report viewer for our special project in school, I have no idea and I tried to look for some tutorials in web but I didn't saw a … | |
I have just started writing C code in dev-c++. The programs are running fine, but each C program shows me the following warning: [QUOTE] [Warning] command line option "-fno-access-control" is valid for C++/ObjC++ but not for C[/QUOTE] The test program I used was: [CODE] #include<stdio.h> int main(){ system("pause"); return 0; … | |
Hi Rik, (if you are there) Some chinese webpage opens up automatically.. and that too sometimes in midst of my presentations.... ran malware bytes.... cleaned up but still today it opened up.... Attaching Hijachthis log for your viewing. Please help. Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 12:59:12 … | |
I wanted to make Win32 API applications to get the natural look and feel of the operating system's visual styles. someone suggested i include [code=c] #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"") [/code] in my code but he is using visual studio while am using codeblocks which just ignores the … | |
I originall y had XP isntalled on my system I partitioned my drive and set up a partition so i could install windows 7. Everything worked fine. smooth as silk. I noticed my xp was running odd so i then decided to reinstall xp on the xp partition(C:). Well now … | |
Here is the copy of the log file from hijack this. I can access exe files, task manager etc. IE opens but the searches open up spam sites and other search sites. I ran malware bytes and cc cleaner. please advise: Logfile of Trend Micro HijackThis v2.0.4 Scan saved at … | |
My name is Steve and I am a GIS freak and geek from the days of actually using a pencil and paper but have graduated to the digital age. Look forward to getting and giving some help. My strong points are ArcGIS Models, MS Access, and other Microsoft stuff, my … | |
Is it safe to purchase MS Office 2007 or 2010 on Ebay. Why can I buy it so much cheaper then the regular retail price? Is it legal? | |
I've been building a commercial website and I'm ~30% finished, but there's a little problem I've been dealing with that I think I can stop but before I do all that I want to know if it works. So here's the deal. Right now I'm running Apache on my machine … | |
hi i wanna combine all three column values in column... i want some thing lik this PartNo Stock Obsolute Replaced order part no 12345 10 12345 12346 10 12346 12347 11001 11001 12348 11002 11002 12349 12349 Empty 12350 12350 HELP ITS URGENT!!!!!!!!!!!!!!!!! | |
How do I configure the PasswordRecovery object so that I can pull the password from the webservice rather than allowing direct access to the sql server database? Where does PasswordRecovery even do the sql for getting the users password from the database? All the examples I've found show the PasswordRecovery … | |
Hi All, I would like to create navigation menu where all related links display in a small window like [URL="http://www.microsoft.com"]Microsoft website[/URL]. Is this CSS or JS? can you help with direction where to start from? Thanks... Perry | |
Hello everyone, I have an issue with an installation of Outlook 2007. I am also running Exchange 2007. On this client PC whenever I authenticate (it asks for username and password since this PC is not a member of the domain) Outlook freezes. I have other non-domain PC's that work, … | |
[FONT=Arial]undefined[/FONT][SIZE=3]undefined[/SIZE]I have been using Microsoft Office 2003 for 2 years with no problems. 2 nights ago I tried to get into excel. all I got was an error. I messed with it for awhile. Then removed it with the intension of just reinstalling it. The file MSOHEV.DLL will not delete, … | |
Hey all, I am currently fiddling around with SQL/Access statements in C# and created a very simple dictionary program that will search for the words depending on the length of each text entered in one text box. So when the user presses the search button it the program will search … | |
Hi all, Win xp pro sp3, ie8. Firefox connects and is functional, internet explorer will not connect. Malwarebytes connects and updates no errors found in safe mode scan. Mcafee update fails with connection error and windows update will not connect. Below are associated logs, any help is greatly appreciated. Thanks … | |
Training management system: Hi, I want to build a webpage in a plain HTML, JavaScript, CSS. In this webpage, I want to build a TRAINING MANAGEMENT SYSTEM. Requirements: 1. A form which should take the trainee's unique id and process it. If the entered trainee ID matches with any of … | |
I need help for connecting my 'Access' database to asp.net website. Coding is in C# . I was working on making a registration page, but since i was unable to connect, I tried a test code for login and it ain't working :icon_cry: I am using the following code for … | |
i am new with vb and this is my code that i work with.. there are errors in my code to view data from ms access into data grid.. can anyone help me to solve this problem? thanks... Imports System.Data.OleDb Public Class frmView Inherits System.Windows.Forms.Form Dim DB As OleDb.OleDbConnection Dim … | |
I am on a trip away from home and have my Toshiba laptop with me. The past week or so I have been getting redirected to random sites when I do a search and click on a search result. I am assuming I have picked up a Trojan or something, … | |
[ATTACH=RIGHT]16891[/ATTACH]After a 2009 to forget, the server business is rebounding well, although some segments are doing better than others. [URL="http://www.idc.com/getdoc.jsp?containerId=prUS22467210"]According to market researcher International Data Corp. (IDC)[/URL], worldwide factory revenue for servers grew 11 percent year-over-year in the second quarter of this year to $10.9 billion and unit sales grew … | |
Hi Hi, Please find the attached HTML Source Code. I was able to achieve Collapsing/Expand at Project Level but not at the vendor level. However, same HTML works fine with IE 8 and FF. The Expand/Collapse at the Vendor Level fails with XHMTL Strict 1.0 and IE 7. Can any … | |
Hi, I have been referred here by a good friend of mine. I hope you can help I have an annoying problem with my browser (Chrome, Firefox, Explorer) redirecting to random sites and more often than not to a blank page. but Yesterday I started having problems with my wireless … | |
hi all! I need to make a form in Ms-Access as EXE file. So that the file can be runned without opening Ms-Access. I know that, it is possible in Vbasic but whether it is possible to do in Ms-Access. Thanks | |
Hi, I am currently using ms word template .dot to create a ms word document. My current goal is to create .xml file to be used for quickbook sdk input (qbxml). I am using ms word 2003 and I can save those .dot as a .xml document, but it is … | |
Hi to all, I currently need help ,we have a case study assignment , so far i need some information on how to implement this kind of network plan, for example what hardware and equipment would be necessary to satisfy the network needs.any info would be helpful thanks So far … | |
hi there, my name is brian. i am doing a final year project for school and i need to come up with a school databse using microsoft access. can u al give some ideas as to what should be included in the database. eg. what it should be used for...eg … |
The End.