Hi,
Please help - How would I deserialize the following JSON into a Xamarin List using c#
[
{
"JobID": 397597,
"CustomerId": "ENV"
},
{
"JobID": 397694,
"CustomerId": "UNI015"
},
{
"JobID": 397836,
"CustomerId": "AMA003"
}...
Hi,
Does anyone know how to get around the 1000 character line limit using vbSendMail? When I send a line of a 1000 characters asHTML the email message has a ! in the message?
Thanks
Hi,
I am trying to join to tables with no key.
The tables are employees and bonus.
employees
Surname Start Date
smith 01/09/1998
jones 09/11/2010
brown 08/08/2009
bonus
01/01/1970 0.1
01/01/2009 0.075
01/04/2010 0.05
based on the start date I wish to give...
I am trying to connect to a SQL server on a PPC using wireless. Most times the wireless is connect and the program connects to the db happily.
On certain occasions it fails and I get error message Server does not exist.
I tried to catch the connection.open command
connDB = New...
The following command is producing an error on the sleep line. This is vbscript executed from within sage Act.
do until accessapp.run("IsFinished") = "True"
wscript.sleep(1000)
loop
Please help...
I am trying to use the returned code from a function in MS Access to determine what futher events i need to act upon with my vb script code.
set accessapp = createobject("access.application")
accessapp.run "GetCurrentPrice"
GetCurrentPrice returns the current price of an item
if > 50 then...
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.