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 bkrike 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: f0z
  • Content: Threads
  • Order by date
  1. f0z

    Another Safari Form Element Question

    Ok, i recently asked about the styling of input text boxes but couldnt get a working solution. I'm now trying to apply some style padding to an input text box but alas it's not working. Is it that the MAC OS takes over the displaying of all form elements in safari? or is there some styles that...
  2. f0z

    Safari - Input Text Box Styling

    Hi, I'm working on a cross browser solution that involves setting the border width of a input type="text" element to 0px. It works fine on most browsers but doesnt seem to take effect on safari. I've read on a few sites that this mightn't be possible to do on safari but i dont believe that for...
  3. f0z

    IE for MAC Div positioning

    Hi this has been bugging me most of the day, should be nice and simple but I must be doing something simple wrong. Or maybe it's IE. I've created a function that returns the xy coordinates of an element. Then a div is positioned using these xy values. I've got it working for most browsers. But...
  4. f0z

    Query Question

    I've a db with a many-many relationship. Very simple implementation with just 3 tables. tblSoftware[smallint sid, varchar sname] This table just holds all the software titles. tblImages[smallint iid, varchar iname] This table just holds all of the different images that we have in the company...
  5. f0z

    Programatically Delete Documents

    I'm trying to get a part of an app that I'm creating in c# to delete a document from the document store. Has anyone tried and got this to work?
  6. f0z

    Delete documents from sharepoint using PKMCDO

    Hi, I'm trying to delete a document that's in the sharepoint document store but I'm having difficulty with the parameters that the PKMCDO.KnowledgeDocument.Delete() function requires. It's asking for a (ref object pvarChildernUrl) This variable is used to specify children of the document that...
  7. f0z

    File Upload Problem

    I'm sure this has been covered before so I'm hoping that some one has a quick and easy answer ;) Basically I have a web application that lets a user publish a document to sharepoint. It's a fairly basic application, user just fills in a few fields chooses the file thats to be published via a...
  8. f0z

    Setting category when dynamically uploading a document

    I'm sure that I'm just looking at this so long that I'm staring right at the answer but I just cant see it. I just need to specify which category a document will belong to. The VB.Net Code is as follows: KnowDoc.Categories = Array(":Vehicles") But I just cant get the damn thing to work...
  9. f0z

    Setting Category When Publishing A Document To Sharepoint

    I'm sure that I'm just looking at this so long that I'm staring right at the answer but I just cant see it. I just need to specify which category a document will belong to. The VB.Net Code is as follows: KnowDoc.Categories = Array(":Vehicles") But I just cant get the damn thing to work with...
  10. f0z

    How to publish a document to sharepoint using a web form

    Not sure whether this should go here or in the sharepoint section. Basically I want to create a web app that will allow the user to browse (using the input type="file") the local machine, select a document, click a button and the document selected gets published to our sharepoint server. I've...
  11. f0z

    How can I get the filename

    What I am wanting to to: I have a web application, and in this application I want to allow the users choose what database queries are going to be run against. What I'd planned to do was use a <input type="file" id="filename" runat="server"><br><asp:button id="btnUpload" runat="server"...
  12. f0z

    Resizeable webpart

    I'm not sure if this is a question with a simple solution but I know that there is a solution. When creating a new webpart, most often in C#.net, I create a new webpart in Sharepoint and set it's content link to the particular .net page and everything works fine - almost. If a dynamic page...
  13. f0z

    Word 2000 Prompting to save

    I'm not a word expert and I've just been handed this problem and asked to fix it. Basiscally when a user opens a word document, then closes it down again they are being prompted to save the document. "This document has been modified. Do you want to save the changes.". I've been working just...
  14. f0z

    Adding Web Control at runtime

    Hi, I have a basic search function that retrives information from a database based on information that is supplied in one or two supplied textboxes. The information that i get back is being put into a asp:table using TableRow.Cells.Add(TableCell) method. Like I said this is pretty basic, and...
  15. f0z

    2D Arrays

    how do i define a 2d array in a crystal formulas? or is it even possible. any help is greatly appreciated. foz
  16. f0z

    On click update command not taking new values

    Hi all, I'm using a datagrid that connects to a sql server database. The datagrid has paging enabled and has an edit column aswell. The problem i have is this, when I click on the edit link the text box appear and i'm able to change the information but when I click on the update link the value...

Part and Inventory Search

Back
Top