Any advice?
Type: Posts; User: jbailey01
Any advice?
Okay so when I pull the data I have it going to a richtextbox and the contents are
{
"response": {
"version": "0.1",
"termsofService":...
Could you recommend a good example of how to use one?
Hello all,
I'm a fairly newer programmer. And I don't quite understand how API's work exactly and I can't find any easy to understand tutorials(I've been looking alot today). I am hoping to use a...
haha It's something for work I am trying to figure out a new way we do stuff. But we have a small call center.
Alright, lets say I have a headset connected to my computer. Is there any thing I can program to record both what I am hearing, and what I am saying....if I was making like a internet phone call.
Wow. Your good. I didn't even notice that. Much appreciated!!!
You were correct. Once I removed all the spaces from both database and code it ran without issue. Thank you stanav!!!
Still getting the same error...
Try
For i = 0 To WelcomeForm.CallerDataGridView.RowCount - 1
If...
thank you, i will give it a try now
Hello, I am just trying to pull information from my datagrid and save it as a new record in access but having a hard time. Any recommendations would be appreciated.
Try
For i = 0...
Hello all,
I am currently stuck. What I am trying to do is have my program find a file and rename it. The only issue is that the files names are unpredicatable. I can guarentee every file will...
Is there any way to use the store number combobox that has been filled as a "row selector" and auto fill the city, state based on the StoreNumber selected?
Thank you, Microsoft usually makes it harder when i read their pages but ill give it a go. Much appreciated!
I am just curious if someone can direct me to the best place to learn as much as I can about working with time. I need to add, subtract, and divide it. Google isn't really sending me to anywhere...
I changed the source table and didn't rename the fields just kept them Field1, Field2, etc. and it works fine. I think you both are right, the field names were the issue I appreciate the help! Thanks
Works like a charm! Thanks. And how would I have the StoreNumber refernced in the ComboBox bring the associated City and State with it?
Thank you i will give it a shot.
Thank you both i will try both and update.
I have an autonumber and i let access handle that. Haven't had a problem with that. Like i said in begining with only 10 columns it was running okay for a "test" run. The only thing i can think of is...
I deleted Item(26)
newRow.Item("Caller") = Caller
newRow.Item("Associate Name") = Associate
newRow.Item("Store Number") = "1"
newRow.Item("Number of Rings") = Ring
newRow.Item("Time...
Please explain this is my first time ever doing this and i've kinda just peiced everything together
The form housing the little information I need from the datagridview is exported into another database. The database that I link the grid to changes everyday. So within their tasks on the form that...
The program runs a series of survey's. The datagridview is populated when the user signs in on the login screen that sends them to the welcome screen. I found it easier to do this because the list...
Thank you guys. I thought my code was wrong, but it was another peice of the pie. Very much appreciated!!
Nevermind
Sorry i dont have an example because i dont know how to do this and haven't found anything regarding this in my various searches I have attached pictures
89997
what i want to do exactly is if the...
Dim dt As New DataTable
02 Dim ds As New DataSet
03
04 con.ConnectionString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source= C:\Test.accdb"
05
Hello,
Trying to figure out a problem just hoping someone might be able to help or point me in the right direction.
What I am trying to do is have a ComboBox's contents and some text boxes be...
I think i need to rethink my strategy on this one. Thanks for the help everyone
This is the error i recieve Conversion from string "00:00:22.0791017" to type 'Integer' is not valid.
This all happens on a click event
Sorry.
What I am doing is having a timer running called TotalTimer. I have this output to a non-visable textbox called TotalTimerBox. What I want to do is convert that value to a int or dec to be...
Hello,
I've been having a hell of a time trying to find this anywhere on the web done proper. Just curious if there is a way to convert a timer to a decimal or int. ?
Thanks for any help!
Thank You .paul.
Thank you both very much.
I think I might have not properly said what I was trying to do because you both answered me perfect.
I guess my goal is to track an employee's production. So the...
Hello,
What I am trying to do is find a method to find out how often something happends within a time frame. What I have is a TotalTime (total spent on form). And a CompleteButton. What I want to...
Thanks, I'll look into it now!
Hello,
What I am trying to do is have a combox box on form 2 that is linked to a DataGridView on form 1. What I would like it to do is auto-populate the combobox with contents from column 2 if...