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 Wanet Telecoms Ltd 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: *

  1. faxpay

    HOW TO Update Access database from DataGridView using OleDbDataAdapter & OleDbCommand

    Hi jebenson, I have been away for awhile. Your last reply showed me my sloppy programming. Thank You for your input. faxpay
  2. faxpay

    HOW TO Update Access database from DataGridView using OleDbDataAdapter & OleDbCommand

    I have been struggling with the below code trying to get it to work. I have never used the OleDbDataAdapter & OleDbCommand and am not sure what I am doing. Keep getting this err msg at the high-lighted code, "Object reference not set to an instance of an object". I must have more than one thing...
  3. faxpay

    Redirect DGV Binding in App to New Installed Data Dir Location for db

    I have a DataGridView that is bound to a db. When I package the App the db is installed in a subdirectory of the App directory. The user is allowed to install the App in the default dir or a dir of his choosing. When I install the App and start it I get an err saying the db cannot be located...
  4. faxpay

    Trying to find paths for .exe and an Access db for use on install

    Hi jebenson, Where do I use or put Application.StartupPath() & "My.exe"? I can see that I use Application.StartupPath() & "\AppData\Database1.accdb" when I want to point to the db, such as: "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=Application.StartupPath() & "\AppData\Database1.accdb"...
  5. faxpay

    Trying to find paths for .exe and an Access db for use on install

    Hello All, I am in VS 2013 Express writing in Visual Basic. I am trying to write to allow for Installation by the user of my project package to any directory they so choose. I am a novice programmer. When the project is opened by the user it needs to find the .exe file absolute path to start...
  6. faxpay

    Access 2010 db getting err using INSERT INTO stmnt

    Hi MajP, I see what you mean now. My SQL stmnt was constructed all wrong. I should have seen that when I looked at the Text Visualizer and saw that neither variable was being resolved. I am a sometimes novice programmer. Thank You Very Much for your help. Tom De
  7. faxpay

    Access 2010 db getting err using INSERT INTO stmnt

    Struggling with this one. I have the below INSERT INTO statement. Using vs2013 Express Visual Basic. SQLStr = "INSERT INTO Clients " _ & "(ClientID, EIN) VALUES " _ & "('Name', TIN);" My err msg: "A first chance exception of type 'System.data.oledb.oledbException"...
  8. faxpay

    Need help. Using INNO script to create an install package

    I am using INNO to create an install package. The install goes fine except the installed .exe is not looking for the application files in the installed app directory. It looks in the dir that Visual Studio created when I designed the app. I understand that I have to write code within my app to...
  9. faxpay

    Can anyone suggest Package and Deployment software ?

    Hi Jebenson, I downloaded INNO. I will give it a try even though it is a complete mystery to me. Looks like you need to know what files are needed and insert them into a script file. Then build the script into a distributable .exe file. Is that pretty much it? Thank You for your reply. faxpay, Tom
  10. faxpay

    Can anyone suggest Package and Deployment software ?

    I am programming in Microsoft Visual Studio Express 2013. I understand there is no longer a Package & Deployment Wizard in this software. I have looked at Flexera but the free version is not sufficient and the pay version is way too complex, costly, and much more than I need. Any suggestions...
  11. faxpay

    Good Add-in VB2010 for designing reports ??

    Hello All, Has anyone found a good Add-in for VB2010 for designing reports? I am relatively new to VB2010 and am looking for a flexible ADD-in that would make report designing easier. I remember when using VB6 that there was one but can't remember name. As I recall it wasn't that good...
  12. faxpay

    Unable to size combobox in design view vb2010 Express

    Hope I have the correct Forum here. I am using vb2010 Express. When I draw a combobox or listbox I am unable to size in the design mode. In properties there is no Autosize property to select true or false. In the size property it will not allow me to change sizes. When I look up the...
  13. faxpay

    Unable to size combobox, listbox in VB2010 Express

    I am using vb2010 Express. When I draw a combobox or listbox I am unable to size in the design mode. In properties there is no Autosize property to select true or false. In the size property it will not allow me to change sizes. When I look up the properties for these controls there is an...
  14. faxpay

    Access 2010 format a field in a table.

    Andrzejek Hi Andy, Your right, I see that. Missed it. Thank You Tom tnfaxpay
  15. faxpay

    Format of the initialization string does not conform to specification starting at index 0.

    Hi MakeItSo, Stupid mistake! The obvious is many times not so obvious. Thank You, Tom tnfaxpay
  16. faxpay

    Format of the initialization string does not conform to specification starting at index 0.

    Below is my code. Getting Argument Exception(see subject) at "Using connection....." line. Looks like the connectionString is causing it but I can't see anything wrong with the string. This is the string: "C:\T&NDevelop\EFTPS_Access_TestSQL__App.vbp\database6.accdb\" Where might I look? Public...
  17. faxpay

    Access 2010 format a field in a table.

    Hi PH, I missed that timestamp thread "Did you try my suggestion timestaped 29 Aug 14 19:12 ?" That fixed it. I did not know you could use Format in a SQL. Thank You. Learned a lot. Tom tnfaxpay
  18. faxpay

    Access 2010 format a field in a table.

    I am going to get a total from the resultset and display a Total in my vb2010 project. It would just be more readable for the user. Tom tnfaxpay

Part and Inventory Search

Back
Top