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

    Changing the "view" order

    I'm trying to change the order in which my "views" are listed but for some reason, I'm confused. When i go into my documents library, the 'all documents" view is the 3rd on the list and I want it to be number one. Does anyone know what to change in the <WebPartPages:ListViewWebPart> code in...
  2. knaya

    updating lists

    Hello Everyone, I have a problem that i beleive i know the answer too but want to verify. Problem - I have a list of members on my sharepoint site but this list changes as new employees are been hired, terminated etc. To make sure the information on the sharepoint site is correct, I receive an...
  3. knaya

    oracle and sharepoint

    need helpppp.. Is it possible for share point to pull data straight from an oracle database and store the info on an sql server? .. thanks
  4. knaya

    internet connection sharing

    this is driving me crazy.. pleaseee helpp.. i'm trying to share an internet connection but it aint working.. when the cable from the host p.c is connected to the client (a friends p.c), it works and everything is fine but when i connect the cable to my p.c (as the client), the flikkering lights...
  5. knaya

    delete button not working

    yup, stuck again.. helppp.. i have a simple datagrid, no paging, its has 3 columns, a author, booktitle and price and it loads data depending on if the user has books posted.. what i'm trying to do is allow the user to delete his books if its been sold.. i have a delete button in the datagrid...
  6. knaya

    posting textbox value to aonther webform

    i'm running into one problem after the other.. helppp.. i'm trying to post the value from textbox A on a login page to Textbox B on a members page.. I'm using Server.Transfer("members.aspx", true) on the login page and Response.Write(Request.Form("txtuser")) on the members page and it works...
  7. knaya

    performing search using value from textbox control

    guys, this question must be so simple casue i cant find the solution anywhere..basically, i have a textbox that after a user enters a keyword and presses the submit button, it display all records matching the keyword.. the problem is i cant get it to work when a word is entered into the...
  8. knaya

    Operation must use an updateable query??????

    how can inserting new records into an access database be so hard from an asp.net page..first i had major problems connecting to it and now i can read data from it but i cant insert new data in any table, it keeps saying "System.Data.OleDb.OleDbException: Operation must use an updateable query."...
  9. knaya

    inserting new record

    This is driving me crazy, someone please help.. i'm trying to insert new records into a table in an access database and what i have done so far is set up a connection using the data link property (oleDB connection), i've set up a oleDB command and on my button (which when users click, it'll...
  10. knaya

    connecting to an access databse on a server

    this sound so simple but its driving me crazy.. i'm trying to connect to an access database on a server using oleDB connection but its not working.. it either says it cant connect to the server or the database is already open by someone else etc.. i'll appreciate any help, i've already spent...
  11. knaya

    transferring folders

    this is driving me crazy, basically i created a project with multiple files etc on a server but now i'm trying to transfer the folder to another server becasue the initial server is being disconnected. What i did was copy the folder and just dropped it into the new webspace i have on the new...
  12. knaya

    opening new project

    so this might be a dumb question but i just got vs.net and heres my problem, i'm trying to open a new asp.net application, is it possible to open it on my local drive as opposed to a server and if no, why?
  13. knaya

    simple report question (i hope)

    i want to be able to do a report based off a table but i want to be able to select what records to print basesd on the date i enter.. e.g if i enter 1/01/03 to 30/01/03, i want the report to show all transactions for that day.. how can i do this?
  14. knaya

    sum in continuos form

    i have a continuos subform and i have a textbox on the main form that calculates the sum of all values from the sale textbox.. my code is: =Sum([sale]) buy immediatly i view it the value shows #error.. how can i solve this..thanks
  15. knaya

    deleting all records

    on a click of a button from a form, i'm trying to delete all rows in a table.. i'm using: DELETE FROM tbldumptable (the table name is dumptable) but after i click the button it keeps saying compile error, systax error. . can someone please tell me what i'm doing wrong?????? Thanksss
  16. knaya

    moving records from continuos form to table

    it's always one problem or the other.. so i have a continuos form which contains 3 fields..e.g fname, lname, and ssn..now this continuos form is a subform.. what i would like to do when i click a button, i would like the s.s.n number/numbers (depending on how many) and date field from the main...
  17. knaya

    guys, i have a form with txtboxes o

    guys, i have a form with txtboxes on it and on the click of a button, i'm trying to get values from the txtboxes to post to a new table.. The table is called dunptable(which has 3 fields namely productid, productname and cost) and the txtboxes on the form (called sell) are text4, prod and sale...
  18. knaya

    saving searched items on form

    I am beyound confusion right now and i really need ya'lls help.. heres the problem.. i have a from where i am able to search for products.. 1. when i enter the prodid and hit the search button, the prodname, price etc comes up.. 2. now i have another button that when i hit, i woud like for it...
  19. knaya

    search using form

    i might have been explaining this the wrong way..i'm dieing here, i have a table, it has 5 field names e.g prodid, prodname etc..what i want to be able to do is enter the prod i.d and click a command button and have the rest of the fields appear below (that is if the prodid is valid).. someone...
  20. knaya

    search

    and i thought i knew access..NOTTT... so i'm stuck again, all i want to do is have a user enter an i.d, click on a search button and this should diplay the remaining info associated with this i.d (all from one single table).. Howww.. someone helpp.. Thanks

Part and Inventory Search

Back
Top