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

    how to code to delete empty rows

    Hi guys, Please help, i want to create a macro in excel, a button that would erase all empty rows. thanks in advance
  2. hex6007

    how to code to delete empty rows

    Hi guys, how do i create an erase button in vba in excel that delete all empty rows. please help. thanks in advance regards
  3. hex6007

    how to code to transfe data from excel worksheet to ms access database

    Hi guys, I want to transfer the data from a column in excel into ms access database. I need help. thanks in advance regards
  4. hex6007

    database connection

    How to code server and database connection, if the connection to the server fails, it will automatically redirect and establish connection to my local computer. pls help. thanks in advance
  5. hex6007

    authentication problem

    Hi, i have this problem with my login authentication. it cannot match the password from the database table field password to the input password in the login form. I used the md5 encryption.Please help me solve this... The Index page: <?php session_start(); $page = 'index'...
  6. hex6007

    mssql_connect() [function.mssql-connect]: Unable to connect to server:

    hi guys, pls do help me... problem when im trying to connect to my server im working in. below is the error that appear: Error: mssql_connect() [function.mssql-connect]: Unable to connect to server: I tried running all the services of MSSQL. still got same error. i tried also installing the...
  7. hex6007

    how to set path for working folder in php

    Hello guys, How to configure that my working folder in php will set to drive "D:\www\"... Anybody can help.. thanks in advance regards
  8. hex6007

    Help to code database connection using windows authentication method

    Hello guys, my problem is how to code connection to the database using my local MSSQL Server logging Windows Authentication method. thanks in advance. regards
  9. hex6007

    help connection to database using windows authentication

    Hello guys, my problem is how to code connection to the database using my local MSSQL Server logging Windows Authentication method. thanks in advance. regards
  10. hex6007

    how do i format my password field into md5 encryption

    hello guys, i created a users table. in the password field, how do i format it to md5? i use the datatype = varchar. pls help.. thanks in advance
  11. hex6007

    how to encrhypt password to md5 format

    hello guys, how do i code that my password would be in md5 format? pls help. thanks in advance
  12. hex6007

    How to dynamically choose database in the parameter field?

    Hello everybody, How can i add in the parameters field to choose the database i want to work with? pls help? thanks in advance.
  13. hex6007

    User login authentication

    please help how to check if the user or redirect the user to the login page first before going to my homepage. thanks in advance.
  14. hex6007

    Problem with connection

    Pls help i have trouble connecting to the database : error below. Warning: mssql_connect() [function.mssql-connect]: message: Login failed for user 'pd_user'. (severity 14) in D:\www\ppi\inc\inc.config.db.ppi.php on line 16 Warning: mssql_connect() [function.mssql-connect]: Unable to connect...
  15. hex6007

    Help &quot;Field cannot be summarize&quot;

    Please help, i want to summarize all the grouptotals i made. here is my formula: Whileprintingrecords; sum(Maximum ({@WeeklyDue}, {@AssignValueToProduct})) I got an error "field cannot be summarized". thanks in advance.
  16. hex6007

    How to update date field in table using another table.

    Please help me on this, I have 2 Tables A and B. I want to update the transaction date field in Table A where doesnt match the LAST transaction date field in Table B. thanks in advance
  17. hex6007

    How to do the loop by assigning value

    i want to do a loop from A to J to and assign a value from 1 to 10 respectively, Character AssignValue A 1 B 2 C 3 D 4 E 5 F 6 G 7 H 8 I 9 J...
  18. hex6007

    how to summarize a maximize group totals

    im making a daily collection report of clients group per product.wherein, there are clients with more than 1 product. Collection Date: August 15, 2008 Client Product Prin Due TotalPayment Group A Jorge B. XL 100 50 150.00 YL 100...

Part and Inventory Search

Back
Top