3,842 Topics

Member Avatar for
Member Avatar for AlanWilhelm

Hello, I put together a small tutorial that I wanted to share. I found only scattered information on this and put a more complete tutorial together with code and comments. [URL="http://blog.ajwilhelm.net/archives/7"]Parsing Excel files with Python[/URL]

1
86
Member Avatar for weasel7711

I am have a small Ubuntu based file server running in a small business. I set up Samba and I can log in to the server and RW files to the directory on the server from the windows machines. There is, however, another folder within the shared directory which has …

Member Avatar for rch1231
0
2K
Member Avatar for Techwriter10

There was a a lot of news coming out Microsoft and Apple last week: * On Monday, Apple released its stellar [URL="http://www.apple.com/pr/library/2009/07/21results.html"]earnings report[/URL]. * On Monday, Microsoft opened up the [URL="http://www.mssharepointconference.com/"]SharePoint 2009 Conference[/URL] in Las Vegas * On Tuesday, Apple released its latest [URL="http://www.metro.co.uk/tech/article.html?Apple_launches_new_MacBook,_iMac,_Mac_Mini_and_Magic_Mouse&in_article_id=755089&in_page_id=150"]product lin[/URL]e * On Wednesday, Microsoft announced …

Member Avatar for Lecee Lery
0
521
Member Avatar for s_sridhar

Hi all, I'm working on conference room booking software with MS-Access as the back end. I need to retrieve the records which doesn't clash with the already booked dates. I have a table called conference_room_status which has the fields Conference_Room_Name | BookedPerson | DateFrom | DateTo | TimeFrom | TimeTo …

Member Avatar for dmarino1
0
160
Member Avatar for weasel7711

I have set up a Samba file server on linux that is hosting files for my windows dominant network. However, even though I've changed: [code]workgroup = WORKGROUP[/code] to [code]workgroup = ExampleWRKGRP[/code] Then I restarted Samba. It still shows up in the windows network in the workgroup "WORKGROUP" What am I …

0
130
Member Avatar for TiZo

Hi all, Can someone please help... I have a small youth football web site and would like to display the league table on a web page. What is the best way to display this information, so that it is not to manual when i come to update the results weekly. …

Member Avatar for TiZo
0
200
Member Avatar for RachelMarie

I read a post similar to my issue, but my situation's a bit different. See, my computer starts and then stops. I press the power button, the fan starts, the lights flicker and then nothing. I literally have to press the power button 15 to 25 times to finally get …

Member Avatar for RachelMarie
0
206
Member Avatar for happygeek

Most people seem to think that Microsoft is the most insecure vendor while Apple reigns supreme at the top of the good security league. However, a new security report would appear to turn that assumption on its head, claiming that when it comes to the vendor with the most vulnerabilities …

Member Avatar for aaln
0
578
Member Avatar for icntoaun

I need to move a chart from one sheet to another in an Excel workbook, and I am having issues with different versions of Windows and Excel. Here is the code I am currently using: (excelApp is declared correctly) [code]excelApp.Workbooks("Book 1").Sheets("Sheet 1").ChartObjects(1).Chart.Location(2, "Chart 2")[/code] This works perfectly and consistently with …

0
134
Member Avatar for patrickm129

Hello, I am making a *.vbs file and I need help putting two codes in. The first code is to make a .txt file named "Hello World", with the text in the .txt file "Time ... (your time)-Test123" Code: [CODE]myfilename = "\Hello World.txt" MakeHelloWorldFile myfilename Sub MakeHelloWorldFile (FileName) 'Create a …

Member Avatar for patrickm129
0
202
Member Avatar for Ziyanda

hi guyz! I've recently finished a database project in Access 2003 and have been asked to deploy it to network machines with Access 2007. the prblm i have is that the users r unable to add and update the records at the same time. how can i ensure that simultaneous …

0
66
Member Avatar for emsd123

Hello everyone, I am currently doing a treeview control in asp.net. I want to [B]load the database from MS Access into my treeivew[/B], but I don't know what should I type in my .apsx.vb file. [B]Please help me with the codes [/B]to make my treeview connect to the MS Access! …

0
93
Member Avatar for abbyo

I've recently downloaded the package that allows you to work an excel file using python at: [url]http://www.python-excel.org/[/url] I'm new at installing things from a programmer perspective... can anyone tell me how I'm able to determine if I have installed the programs correctly?

Member Avatar for ultimatebuster
0
100
Member Avatar for No1momof3

Hi I have a very simple database which lists students who have went on exchange both in and out of our university. I am able to do a simple user entered query along the lines of [Enter university] or 'between [enter year] and [enter year]' but here is where it …

Member Avatar for ans025
0
144
Member Avatar for EricMack

[ATTACH=right]15786[/ATTACH]At Microsoft's [URL="http://www.digitalwpc.com/"]Worldwide Partner Conference[/URL] in Washington, D.C. this week, the digital diplodocus will announce its lumbering movement into the cloud along with an appeal for its partners to hold hands and make the leap as well. For those partners that are still a little hesitant to make the jump, …

0
196
Member Avatar for wkalo
Member Avatar for gbudiman

So this is the scenario. I provide a link to an Excel file. All the users are intranet user, so security is not a concern here. When the user clicks the link, it will pop up dialog to open/save with Microsoft Excel. Users are currently able to open file correctly. …

Member Avatar for chrishea
0
179
Member Avatar for Techwriter10

Microsoft and Apple haven't had a great time of it recently with mobile consumers. For Microsoft, the market roundly rejected the Kin, which just about anyone who follows the cell phone market knew would happen. Meanwhile, Apple is taking it on the chin about how they are handling the iPhone …

Member Avatar for Techwriter10
0
638
Member Avatar for Rider570

Private Sub cmdsummery_Click() Set wss = DBEngine.Workspaces(0) Set dbs = wss.OpenDatabase("Gagedetails.mdb") Set rss = dbs.OpenRecordset("tblGage") 'Set rss1 = dbs.OpenRecordset("tblopeName") Do While Not rss.EOF OSQL = "SELECT DISTINCT OpeName1 FROM tblGage WHERE Date =" & SQLDate(txtdate.Text) Set rss = dbs.OpenRecordset(OSQL) MSQL = rss("OpeName1") NSQL = "INSERT INTO tblOpeName (name)" & " …

Member Avatar for asaukani
0
176
Member Avatar for lross1309

Hello, I am system administration newbie. I am responsible for installing and configuring Windows XP on 14 computers that need to be 100% identical. What I want to do is install XP and configure it based on what I need (usernames and passwords, no firewall, no windows search, set the …

Member Avatar for rch1231
0
215
Member Avatar for Expo_Rob

Some background: I'm a programmer, not a network administrator, who has been asked to migrate some accounting software ([url=http://ioasoftware.com]Integrated Office Accounting[/url] version 3.2) from an existing domain (OLD_NETWORK) to a new domain (NEW_NETWORK). No-body at the office knows how it works under the hood. It is a split Access 2000 …

Member Avatar for dmarino1
0
168
Member Avatar for qcdennis
Member Avatar for klavier

Hi, I've been puzzling over how to connect these tables on Filemaker for hours, and hopefully someone can point me in the right direction. I'm trying to connect the tables in such a way that when I select a student, and a specific course, I will get all of the …

0
63
Member Avatar for cleigh

Hello, I created a database in Access many years ago before I realized what a mess lookup wizards would make. Does anyone have any good ideas or resources of how I can keep the information but undo the lookup wizard? I have created new tables with the same information and …

0
75
Member Avatar for Zinderin

So, a single user application, all data is local, no remote access .... If a go with an Access file (DB), from the user's perspective, they simply install the app and they are good to go. Is it the same if I go with a SQL DB, or do they …

Member Avatar for Zinderin
0
166
Member Avatar for DaJ4ck3L

I was wondering what all files this program accesses, and any other info you could tell me about this program.. The program is in the link below. [url]www.thelandofoz.net/help/program.rar[/url] Mucho thanks in advance!! -DaJ4ck3L

Member Avatar for Excizted
0
160
Member Avatar for ozone_tom

I have a spreadsheet (roughly 200x200 in size) that is a matrix of 0's and 1's that define rules. These rules cannot be expressed in procedural logic because they need to be easily accessible for change by a user for modification. The first row are header value strings and the …

Member Avatar for ozone_tom
0
298
Member Avatar for petrelutza

Hey, I tried to change the size of a label from 2 text boxes, but doesn't work. Here is my code: [CODE] Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click y = TextBox2.Text x = TextBox3.Text Form2.Label1.Size = New Size(y, x) End Sub[/CODE] textbox2 is width …

Member Avatar for trpsjt2008
0
2K
Member Avatar for gurpreet_ka

Hi all, i have a link that opens .doc files, .docx files, csv files or .xls or .xlsx files. i want silent printing of these files. Only one file opens at a time. If silent printing is not possible then atleast print dialog box should open up along with the …

Member Avatar for fxm
0
177
Member Avatar for mitsuevo

hey, I have a table say 'Student' and it has the regular fields and a PK called 'stNo'. I ahve made a form to view/enter data for this. This is what I want it to do. When you enter a value into "stNo" if its not present in the table …

1
76

The End.