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

    How can I write te records of SQL table into mutiple csv file?

    Hi, I have a table named tblemployee in the sql2005 database MyCompany. I am trying to create a page that have a textbox which user can enter an integer 1-3 (number of csv file)and a button when clicked, it will connect to tblemployee table, obtain the number of records of the table and divide...
  2. mimitan

    Can not store value of a row that is checked?

    Greeting, I have a gridview with checkbox that allow user to check to select and when the user is done selecting, he/she click on Submit button and will be send to a different page. below is the click event code Protected Sub Button2_Click(ByVal sender As Object, ByVal e As...
  3. mimitan

    ListBox selectedvalue

    I have a listbox that display a select distinct field from SQL and I have a button when clicked, it supposed to copy the content of the listbox into a textbox, but it didnot, it seems like I have the select the value first then click copy. Is there a way to default it to automatically select the...
  4. mimitan

    Refresh Gridview

    Hi I have a page with several radiobuttonlist, ddls, textbox a gridview that display data from SQL DB, and when I click edit button, it will send me to another page (update page) to update data. when I am done I click Complete, it will then close the update page and I am now back to begining...
  5. mimitan

    How can I assign an userid stored in a SQL table as Session Var?

    Hi all, I have a page that capture the userid and assign it to session("currentuserid"). This current user can only update records in a sql Billing table that UserAllowed id field of that record match the session("currentuserid"). Now my question is how can I assign UserAllow id to a...
  6. mimitan

    Insert Data in SQL2005 table using ASPnet

    Hi everyone, I have a form page in ASPnet when the Submit button is clicked, a stored procedure in SQL is called and the pararmeters of data in this form (such as first and Last name and so on) will be passed and inserted into a SQL table of a UserInfo DB. Here is a segment of code in the...
  7. mimitan

    Button to open an Access form in Datasheetview?

    Hi, I am currently learning Access DB. I created a form with a button when clicked it will open another form. My question is when it open the second form, it default it to Form view, how can I change it to default to Datasheetview? Here is a few lines of the codes attached to the command button...
  8. mimitan

    How can I create a column in Excel that acts as autonumber?

    Hi, I am trying to create a column that displays number reflecting the row number and because of reflecting the row number the digits in the cells are automatically changed at any time a row is inserted or deleted. For ex: Rows 1-5 are headers F_Name L_Name...
  9. mimitan

    Database file properties change

    Happy Holiday season to All, I am very new to SQL server. I have a SQL 7.0 DB that has a file property set to file automatically grow by 1 percent and so is the transaction log. My question is can I change the growth to 1 MB by selecting the "in megabytes" option? will it hurt anything? Thanks...
  10. mimitan

    Excel Format is not working

    Good Morning. I have an Excel sheet with all columns formatted (text or number or date...). It was working fine until a user did something to it and now one of my column which is shown with format: number 2 decimal places but when I enter 1.00 it will automatically default to 1 but if it's 1.05...
  11. mimitan

    How can I require user to fill cell1 also if he/she fille cell2?

    Greeting to All, Question 1) I am trying to implement something like this: I have in Column A as Date and Column B as Quantity. Date Qty 07/25/05 1 if a user enter a number in the Qty field and go to different cell and left the Date blank, a message should pop up and ask the...
  12. mimitan

    Excel_Split data of a Cell into two

    I have a a Price Column that has data as this: Reg Price --------- 2/5.00 2/1.00 3/10.00 10/1.00 I can not do any calculation using this column. As a result I want to see if there is a way for me to split the data into 2 column as this Reg Price Unit Price...
  13. mimitan

    How can I save the Toolbars Setting in Excel

    Greetings All In Word, If I customize the toolbars, I can save a file with extension .dot and copy this file to a different machine, I will have the same toolbars setting. Can Excel be done the same? and what file would that be? The reason I want to do this is on my Excel I customized in...
  14. mimitan

    How can I lock or grey out a cell?

    Hi everyone I have 2 columns A and B (A progid, B Qty)as follow: Progid Qty Asid Hgid Bhid c grey out whid Anid c grey out Gtid and so on... I am trying to set up the Qty column with cell grey out when Progid is blank so that user can not enter data in these cells...
  15. mimitan

    Can not run a Macro on an Excel protected sheet

    Hello everyone. I have a workseet that has a command button that trigger a macro. When the seet is not protected I can press the command button and the macro run fine (autofilter) but when the sheet is protected from others to modify, it give a runtime error when pressing the command button. Is...
  16. mimitan

    Can I create a form that display data from 2 different sheets?

    Greeting to All, I have a Item sheet with a list of data like this Item progid StartDate EndDate ..... ------------------------------------------------------ 11223 AA 01/25/05 03/25/05 24555 AB 02/01/05 05/15/05 ...etcetera My goal is...

Part and Inventory Search

Back
Top