Hello,
For a new app I am trying to get our twitter feed in it, So far I have got a JSON Parser for search, but this just searches twitter for any tweet of any user with the name you supply. I just want to show the tweets I did place on my account in a UITableView.
Can someone help me point in...
Hi All,
For a urgent work project I need to create an XML file from a c# program. In my access database there is a table called tblparcels.
it contains all parcel information.
not only the table information needs to be added, 2 fixed fields need to be added.
the XML should look like this...
Hello,
Im trying to setup a one way sync between 2 different MS ACCESS files.
The first SQL query runs fine, If I add a record, it gets deleted.
The problem occurs at the second SQL query.
the error is: Invalid Argument.
selectSQLL = "INSERT INTO table1 SELECT * FROM [MS Access;DATABASE=" +...
Hello,
In my Treeview, the bindingsource for my Datagrid must be updated with a filter. Currently I have this piece of code that must do that
// Get Storenumber from Storename
string command3;
string cmdemailasm3 =...
Hey Guys,
I have tried looking it up on Google but I cannot find what i'm really looking for, Im hoping someone might point me in the right direction;
I have a MS access database with the following tables;
tblStores
tblTickets
tblOrders
What I want is a treeview where I can see if there are...
Hello,
I have got a strange thing in MS Access, When i use the following rule;
IIf([Count]>="2","True","False")
If Count is 1 it will show "False" = Correct!
If Count is 2 trough 9 it will show "True" = Correct!
If Count is 10 trough 19 it will show "False" = NOT CORRECT!
If Count is 20...
Hi all,
When Form2 is loading, a background worker is doing the following:
// TODO: This line of code loads data into the 'iT4DataSet.tblGebruikers' table. You can move, or remove it, as needed.
this.tblGebruikersTableAdapter.Fill(this.iT4DataSet.tblGebruikers);
//...
Hi all,
Im trying to export a access report to HTML, so far that is working with with the below code. However, on a specific time, a mail must be sent to some people with this HTML file.
THIS is going fine aswell!!!
The actual problem is, this report is larger then 1 page, it seperates into...
Hello all,
Bit of a difficulty here,I have a slow network. when my application opens it runs very fast on my Development machine,but thats because the database is local.
when on the clients and the database is on de server the program starts very slow, that is because when it starts, its...
Hi all,
Im trying to mail a attachment from C# to multiple users, now im using this:
mail.To.Add("email@internet.com");
mail.To.Add("email2@internet.com");
What i want is to select the email addresses from a table.
the addresses are all in 1 record. so the...
Hello,
Im trying to update a record with a new value,
short explanation: Ive got a table tblItems, which contains all my items which are on stock. when i send 1 product, the amount must decrease by the amount im sending in the transaction.
this part is working, ive made a textbox visible on...
Hi all,
Im actually looking for something which is free and can be used for opening Access reports in Visual C# 2008. since i cant find it, im going to try it with PDF but for this, the reports must be exported to PDF format and saved somewhere.
Can someone help me with this, From the Main...
Hi,
This is probarly something simple.....
Ive got a Datagridview which gives me all open calls in the table.
It got 7 Columns which the 7th is the State column containing the SLA Calculation (which is done in a query in Access)
It can have 3 values: "Overdue!", "Warning!", "OK!"
each row...
Hello,
Im creating a simple helpdesk program in Visual C# 2008. im a beginner and i find this a good start to learn the C# Programming, but im a bit stuck now!
ive got 2 tables, tblTickets & tblNotes
these tables are related on field Ticketnumber.
now in Visual C# ive got a form with some...
Hi All,
Im very new to C#, trying to learn, but there is something i cant get to work, im sure im doing something wrong but i cant find what, little help in the good direction is very welcome :)
string constr = @"Provider=Microsoft.Jet.OLEDB.4.0; Data Source=C:\Users\Patrick...
Hello all,
I want to make a cron job, that selects all records from a table, Looks if the Date is longer then 23 months ago (ex. Record 1 = date; 16-4-2009 | Record 2 = date; 16-4-2004, Cronjob must select record 2 (and all other records with a date longer then 23 months) and update a field in...
Hello,
Im trying to setup my 4602 from outside my network.
Ive portforwarded 1719 to my IPoffice IPaddress.
my phone settings are:
IP: 192.168.XX.XX
Callsrv: XX.XX.XX.XX (My External IP Address, where IPO is located)
Callsrvport: 1719
Filesrv: 192.168.XX.XX (wich is in the internal Network...
Hello,
At home i have a Network with few devices and a server.
From my external location, i want to access that trough VPN.
ALSO, On my external computer, at 2nd NIC theres another Laptop connection Wich also MUST be able to connect to the VPN network to access my server.
What i have now...
Hello all,
I have a home network with a IP Office, what i want to do, is to plug in my laptop everywhere on the internet, Connect to my VPN network, and Call :)
What the problem is, I CAN connect to my VPN, and i can ping to the IP Office, but my Phone doesnt want to work :(
What i did; I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.