3,842 Topics
![]() | |
Hi Daniweb guys, This is my problem: My .mdb (microsoft access 2003 file) is containing pricing table and client table. (I used visual basic 6 to create an application) The user can install my application in their own pc and record their client into a provided client table. But, the … | |
I want to create a data base so that i can keep record of individuals and search their record easily Students under go different personality tests and checked by three different teachers of differnt departments. After their test these three teachers sit in a meeting to discuss each student in … | |
long story short i cannot connect to microsoft or other antivirus/spyware sites. all other sites are ok it seems i visited a site that was under attack and opened a podcast and my computer locked up and after restart it would not work. pretty much just a black screen. i … | |
I am trying to do something I think should be fairly simple. Basically, I was going to do a multiple if statement, but there are 30+ values. I was wondering how I could have a text field and if someone types in a value, it searches a table to see … | |
Hi guys, I have a question, but first I'll explain my scenario. So I've got this datagridview where I use it as a look up for a certain table in Ms Access and I want to update just 1 field in that table. My question now is that, [B]can I … | |
Reports are starting to emerge online that Microsoft may have initiated a cull of Xbox Live accounts belonging to users of modified games consoles. One [URL="http://pinoycosplay.blogspot.com/2009/11/microsoft-bans-600k-xbox-live-accounts.html?zx=e10c0b0fc532dc57"]claims[/URL] that a "trusty source" working in a call centre which handles Xbox 360 accounts has had an influx of "screaming teenagers who don't don't … | |
Far from being made superfluous by the Internet, a [URL="http://www.ala.org/ala/research/initiatives/plftas/2008_2009/index.cfm"]recent study[/URL] by the American Library Association finds that the library is often the only source of free Internet access in a community. More than 71 percent of all libraries (and 79 percent of rural libraries) report they are the only … | |
Hi I was wondering... how can I publish a web service but only to few client programs? I thought maybe a solution is simple apache access (for restful service) but maybe it's another way..? thanks in advance | |
Hello everyone. I need to learn how to do it? Suggestions, any site tutorials that you find it useful or anything related to it would be very useful. Need this until 8 September! Help. | |
I am considering how you can give access to support teams (service desk / second line) without allowing them on the server. How do you do it? | |
Hey guys, Does any of you have a clue how can I install the sqlite3 library on my computer? I'm using netbeans for building my application which now needs to handle a database. I already tried to compile the sqlite3 source code but the make command ends into a huge … | |
hi,i am making trees and i want to draw the structure of the tree in windows forms applications.since the class tree has the access to the trees root pointer.so only a member function of the class can draw the nodes of that tree. but i cannot use the graphics pointer … | |
Microsoft on Tuesday is set to release six security updates, three of which it has deemed critical and apply only to versions of Windows other than Windows 7. Microsoft released advance notice of its [url=http://www.microsoft.com/technet/security/Bulletin/MS09-nov.mspx]Security Bulletin for November[/url], on Nov. 5. The bulletin itself will be released on Tuesday along … | |
[URL="http://www.ubuntu.com"]Ubuntu[/URL]'s CEO, Mark Shuttleworth fired one over [URL="http://www.microsoft.com"]Microsoft[/URL]'s bow with a statement that the soon to be released Ubuntu 9.10 is ready to go head-to-head with Windows 7 on Netbooks. He also said that Windows XP is still hanging around on some Netbooks as a "ghost." Shuttleworth wants another shot … ![]() | |
It would appear that Ask.com, the search site which used to be known as Ask Jeeves, [URL="http://news.yahoo.com/s/cnet/20080704/tc_cnet/830110784399841617"]has purchased[/URL] Dictionary.com Dropping the 'Jeeves' branding after 10 years, the search engine retained the same 'ask a straightforward question' approach to Internet searching. With the acquisition of Dictionary.com, Thesaurus.com and Reference.com that concept … | |
i am using SSRS 2005. In my dataset there are some blank rows and in SSRS is showing blank rows. Is there a way that i just show rows with data and ignore blank rows. i set the visibility property but it is showing blank line. dataset: a b c … | |
Does it seem to you that Linux distributions have fallen into to a [I]well[/I] or other deep support chasm that defies the space-time continuum? It seems so to me. Linux distributions are lagging behind Windows and Mac in significant ways. Well, it doesn't work for this chipset. Well, it works … | |
There was a good analysis [URL="http://bits.blogs.nytimes.com/2009/10/26/microsoft-google-and-the-bear/"]in the NYT yesterday[/URL] regarding the Google Android strategy, which according to author Saul Hansell, is intended not to make money for Google, but to block Microsoft from getting traction in the mobile space. Given that Google is giving Android away, it's a theory that … | |
Some people like to get their free Microsoft products by adopting the [URL="http://www.daniweb.com/blogs/entry4255.html"]eye patch and a parrot approach[/URL] via sites such as The Pirate Bay. Some of us, however, rather like the idea of getting Windows 7 totally free, totally legally, and direct from Microsoft for good measure. Yes, I … | |
The Los Angeles City Council voted unanimously earlier this week to outsource its e-mail system to Google Inc., according to an [URL="http://latimesblogs.latimes.com/technology/2009/10/city-council-votes-to-adopt-google-email-system-for-30000-city-employees.html"]article[/URL] in the Los Angeles [I]Times[/I]. The contract is worth $7.25 million and covers 30,000 employees. In June, Washington, D.C. made a similar decision, signing a contract worth almost … | |
![]() | I brought a new Philips 20" LCD Monitor. When I plugged in the monitor, the screen resolution was 1024X768. After I installed the nvidia card 7100GS driver, the resolution became 640X480. I am not able to increase it to any higher resolution. Every thing in the computer appears really big! … |
It's supposed to be Windows 7's big week, but other news just seems to keep getting in the way. And it's not just competitors like the news coming out of Apple this week, it's big announcements coming from inside Microsoft too. You would think that Microsoft could at least keep … | |
Unrecognized database format <Faculty of Science>. (Error 3343) | |
How do I Load an excel file to the PrintPreviewDialog? [CODE=vb] Imports Excel = Microsoft.Office.Interop.Excel Private Sub btnPrintPreview_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnPrintPreview.Click Dim xlApp As Excel.Application Dim xlWorkBook As Excel.Workbook xlApp = New Excel.ApplicationClass xlWorkBook = xlApp.Workbooks.Open(Application.StartupPath & "report_summary.xlsx") MyPrintPreviewDialog.Document = xlWorkBook If MyPrintPreviewDialog.ShowDialog() = … | |
Help! I think that this should be easy but I have not been able to find the correct VBA code to get the Form to print only [U]the current record [/U]not all 1651 records. I have a command button (Print) and walked through the wizard correctly to print "only the … | |
Hi , I'm getting the below error when i'm trying to create a excel boject in my ASP page. Please help me. Error Type: Server object, ASP 0178 (0x80070005) The call to Server.CreateObject failed while checking permissions. Access is denied to this object. | |
i want to create student information system. but i have not a single idea regarding this problem. the requirment is thatit should have tables, forms,subforms,relationships,switch board manager,macros, main form. queris,(DDL and DML),SQL functions of the following entities STUDENT,TEACHER,DEPARTMENT,COURSE. u can also contect me on my ID. <EMAIL SNIPPED> please i … | |
Hi all, I am a perl newbie. I am using a perl code to read a column full of data from 1 field into an array [CODE]for(my $i=2;$i<table->last_record;$i++) my @data = $table->get_record($i,"Date"); [/CODE] Now for example if my @data[1] consists of list of numbers, I need to find the diff … | |
Some Twitter postings just demand you read them two or three times to take in what is being said in 140 characters. One such posting was made today by Mozilla CEO John Lilly which simply said: "Firefox user growth has been amazing last 8 weeks or so. +30M or so … | |
Hello, I represent a company developing software in Brazil. I wonder why my program (VB6) reading a number stored in the notepad, it reads the decimal number. for example if the value is stored 30.5 will display the value in textbox 305 how to make it understand the point. Thanks |
The End.