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

    how to insert a line break in a datagrip column

    Hi, im battling to insert line break that can make paragraghs on my column data. please i need help anyway how to.
  2. mxo

    starting hosting services

    Hi all, i have designed five websites and database applications for the five rural schools in the south africa, now I am thinking to provide them with hosting services but the problem is I am not sure what hardware capacity i must purchase for this type of service. Any information will help big...
  3. mxo

    Failed to generate a user instance of SQL Server due to failure in ret

    Hi guyz, Im about to give up on this subject and this project. I have created a membership database with user roles and uploaded to the hosting server and i have connectionstring to connect to this database, its been good couple of months trying to login to access admin pages and i have been...
  4. mxo

    Login failed

    hi all please any one who can help me Iam getting this error when i try to log on my site Thanking you in advanced Cannot open database "ASPNETDB" requested by the login. The login failed. Login failed for user 'NETWORK-SYHFY\IWPD_27(databasename)'.
  5. mxo

    ConnectionString error

    Hi pls help i have uploaded the site files to the server and when i try it I get the following error: I am using the Microsoft SQL Express as the database. Server Error in '/' Application. -------------------------------------------------------------------------------- Invalid value for key...
  6. mxo

    uploaded website

    Hi All, I just uploaded my website but its not working i am getting an error when i type the my website address in the address bar. Please see the error that I am receiving see below: Server Error in '/' Application. ----------------------------------------------------------- Runtime Error...
  7. mxo

    Using an array to sequence a series of images.

    Hi All Please help me with my code I keep getting an error as follow: Object reference not set to an instance of an object. Here is whole code: <SCRIPT Runat="Server"> Sub Page_Load If Not Page.IsPostBack Then '-- Load an array with image urls and save to View State Dim...
  8. mxo

    Code to export data from grid to excel in vb.net2005 or vb.net

    Hi all A while ago I wrote a code for an application that manipulate data using SQL query and displays the results on a grid now this time around i would like to have a button to export the results from the grid to excel see the code below: Imports System Imports System.Data Imports...
  9. mxo

    Code for Update button

    Hi all I have a table with records from access database but it won't allow me to edit records, Please see the InvalidOperation: Update requires a valid UpdateCommand when passed DataRow collection with modified rows. Please assist
  10. mxo

    Which Provider must i choose?

    Hi I just installed Microsoft office 2007 but when i want to create data connection in vb.net using a wizard from access database i get the following: an error in initializing provider. Unrecognized database format. your help will be highly appreciated mxo
  11. mxo

    Im learning to use eof looping through recordset with no luck

    Hi all i have created a dataset using the wizard and now i trying to loop through using eof and im getting an error. please see my code below: Private Sub btnFix_Click Dim conn As New ADODB.Connection() Dim rec As New ADODB.Recordset() conn.ConnectionString =...
  12. mxo

    Looping through

    Hi All I just cannot get this right basicly what Im trying to achieve: is I got dataset called "customer" (dataset_name) and it has a "NewCustomers" (table_name) and on this table i want my textbox: txtShipTo.text to be the same with txtCustAddress.text if the condition is true and it must do...
  13. mxo

    looping through a column data

    hi All How can i do a loop through the entire column in a form when executing the code below: if txtPaymentType.text = "Cash" And txtCustomerName.text = txtTradingName.text then txtShipTo.text = txtCustAddress.text end if also if there is better way writing this code i will gldly use it. MXO
  14. mxo

    looping through a column data

    hi All How can i do a loop through the entire column in a form when exwcuting this code below if txtPaymentType.text = "Cash" And txtCustomerName.text = txtTradingName.text then txtShipTo.text = txtCustAddress.text end if
  15. mxo

    How to block user from exporting data from the database?

    Hi all please help i have a database and i would like to block all the users from exporting data from this database. Please help me.
  16. mxo

    Error: Invalid urgument

    Hi all @ work i have been given a responsible to take over and support for Ms Access database that was developed by someone who no longer with the company and when i try to open one of the tables it gives me an error : Invalid urgument. please with me what could the problem. will appreciate Mxo
  17. mxo

    coping column data from one column to another

    Hi All. ThatRickGuy I tried the code similar to yours but with no luck see my code below: Dim dr As Datarow Dim InvalidTable as DataTable for each dr in InvalidTable.rows if dr("msisdn") = dr('epx_msisdn") Then dr("accountClone") = dr("epx_Account") end if Next dr and im getting runtime error...
  18. mxo

    how to copy column values to other column on one datagrid

    Hi All I am trying to play arround with datagrid and with this one Im not winning basicly i want to try i code that i can set up condition where if it is true the code must copy or replace all the column values to another columns. any tutorials or references will do good for me. thanx to all
  19. mxo

    how can i fix this runtime error?

    Hi all pls check my code i been trying to connect to access database with without a wizard but i keep getting the same runtime error "System.Runtime.InteropServices.COMException'occurred in LineSystem.exe also see my code below: Imports System Imports System.Data Imports System.Data.OleDb...
  20. mxo

    path not valid or incorrectly spelled

    Once again please help I have exported Microsoft Access database to VB.Net database and i worked fine but when i copy both of the databases one in Access and other on VB/net to a different workstation. When i try to load data it gives me an error: file path is invalid or the name of the file is...

Part and Inventory Search

Back
Top