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

    Xamarin c# deserialization

    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" }...
  2. yamyam

    vbSendmail issue with the RFC 821 1000 character limitation of a line

    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
  3. yamyam

    CR 8.5 Joining tables with no Join

    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...
  4. yamyam

    Connection to SQL Server over Wireless

    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...
  5. yamyam

    Sleep Producing Error

    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...
  6. yamyam

    Returning a Value back from an MS Access Function in VB Script

    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...

Part and Inventory Search

Back
Top