Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: harmmeijer
  • Content: Threads
  • Order by date
  1. harmmeijer

    Freebase result has forward slash in variable name

    I get something back like this from freebase: var result = { "/location/location/containedby" : "the value", otherval : 22 } // result./location/location/containedby gives me syntax error (suggested by // jsEclipse auto suggest // result.location.location.containedby not working either...
  2. harmmeijer

    Adding 2 floats as strings

    Hello all and thank you for reading my question. I have 2 float fields lat and long and want to have the rows collapse where both lat and long are the same. I want to add the lat and long as strings and group them by that select lat, long, count(lat + ' - ' + long) from ... group by lat + ' -...
  3. harmmeijer

    change aspnet on a per application basis

    We ran into trouwble when lots of files need to be uploaded and saved on a file share on another server. Becase webserver\aspnet is a local account I cannot give it write rights on the share since that server does not have that account (it is a local account of the web server). Changing the...
  4. harmmeijer

    Save appointment item in additional added folders

    I have opened an additional folder in outlook 2000 that is used as a goup mailbox. In outlook I can open the calendar and add appointments here but with automation I haven't got a clue on how to do this. I can get the folder and add an item folder.items.add(1) but when I save the item it ends...
  5. harmmeijer

    IE 6 Jscript date ignores regional settings

    Here is some code checking the Outlook date format: this.checkDateFormat = function(){ out = new ActiveXObject( "Outlook.Application" ); var aItem = out.CreateItem(this.ItemType); aItem.Start = "5-31-2005 20:30"; if(aItem.Start.startsWith("31")) { return "dmy"; }else{ return...
  6. harmmeijer

    Unable to install pfx

    Doesn't work on our company's standard PC. I made sure I have the IE 6 128 bit versrsion The registry is what it should be (same as a PC where it does work) so the following does not apply http://support.microsoft.com/kb/q182054/ My account belongs to the local Administrators group. I can...
  7. harmmeijer

    radiobuttonlist in a table with flow layout

    I cannot get this to work with a radiobuttonlist. Radiobuttons have to be inbedded in a table. page has to look like this: Anoboy got an idea on how to do this? <table style="width:700px"> <tr> <td style="width:700px:" colspan=3> Main question can be answered yes or no. </td> </tr>...
  8. harmmeijer

    datalist dynamic edititemtemplate and update a record

    My datalist loads its edititemtemplate dynamically because it lists an array of documents. There are about 10 classes that inherrit from document (like passport or driving licsence). The datasource of the datalist is an array of documents (so they could be passports or driving licsence or ...)...
  9. harmmeijer

    automate installing kb files

    I have written something that takes all the exe files from a cetain directory and installs them. These exe files are kb articles (critical updates) to be installed before connecting to any network. I create a task (c:\winnt\tasks) that executes under local admin when the computer starts (that...
  10. harmmeijer

    Download and install later of rpm packages

    Downloaded any xmms package I could find from fedora.us on a w2k pc because my adsl (sagem f@st 800) doesn't work with fedora. xmms-crossfade-0.3.8-0.fdr.1.1.i386.rpm xmms-flac-1.1.0-0.fdr.16.1.i386.rpm xmms-modplug-2.05-0.fdr.1.1.i386.rpm xmms-sid-0.7.4-0.fdr.3.1.i386.rpm...
  11. harmmeijer

    Cannot urn automatic update

    I installed wn 2k profesional and sp4 without connecting to network or internet then installed avg (anti virus). Tryd to run the update from ms site but after 5 minutes my avg gives several warnings (winole.exe, blaster, welchia). Before IE6 sp1 is finished my PC brakes down lsass windows will...
  12. harmmeijer

    asp:Checkbox in TemplateColumn OnCheckedChanged not get called

    I have an asp:checkbox in a templatecolumn but no matter how many times I check and uncheck the box the OnCheckedChanged never gets called. yes it is runat="server" here is some code of the aspx file: <asp:TemplateColumn HeaderText="Register"> <ItemTemplate > <asp:CheckBox runat="server"...
  13. harmmeijer

    count records in a left joined table where ...

    I have 3 tables: course having CourseID -> int auto incr CourseDescription -> varchar CourseInstance having CourseInsanceID -> int auto incr CourseID (foreign key to course) -> int start -> date and time this instance of the course starts end -> date and time this instance of the course ends...
  14. harmmeijer

    USB 2 HD case verry slow in 2000

    I've bought a target usb case with a 120 Gig harddisk and formatted it to NTFS, gave everyone full control on all the partitions (4 in total). When connecting to any 2000 machine from P2 to P4 it takas a minimum of 40 minutes to transfer 1 gig. I took the disk to a friend who has got XP and it...
  15. harmmeijer

    Can's see my methods in component services

    I have created a serviced component with 2 public subs, after installing it the application shows in component services but the public methods don't show. I am not able to add or remove roles to or from methods here is some code: assamblyinfo.vb Imports System.Reflection Imports...
  16. harmmeijer

    use UrlEncode in windows application

    I need to urlEncode and urldecode (escape and unescape in javascript) some strings. Problem is that the methods used in .net (UrlEncode UrlDecode) are methods of the HttpServerUtility...
  17. harmmeijer

    Multipart form data lozing data

    When I browse around my localhost and then open a html file on my destop that submits multipart form data to an asp file in the scripts directory I get a content length of 0 (all information on the form is gone). here is the test.htm that is on my desktop <form method=post...
  18. harmmeijer

    Multipart form data lozing data

    When I browse around my localhost and then open a html file on my destop that submits multipart form data to an asp file in the scripts directory I get a content length of 0 (all information on the form is gone). here is the test.htm that is on my desktop <form method=post...
  19. harmmeijer

    Losing values with multipart/form-data

    This seems to be a problem with some folders but I can't find out any differences between the folders. I have 3 files: web.config test.aspx and test.htm, test.htm contains a form with 3 text fields and a file, this is submitted to test.aspx which will list the contents of the form submitted by...
  20. harmmeijer

    Applet security (signing/policy)

    The following examples are for a win 2000 machine, for linux you have to use alternative paths but for linux the paths will be different but I think the commands are about the same. The SUN jre doesn't care about IE settings, if an applet is signed it will ask the user "do you trust", if the...

Part and Inventory Search

Back
Top