Giter Site home page Giter Site logo

Comments (10)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024
use this

#If Win64 Then
Private Declare PtrSafe Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" _
      (pDst As Any, pSrc As Any, ByVal ByteLen As Long)
#Else
Private Declare PtrSafe Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" _
      (pDst As Any, pSrc As Any, ByVal ByteLen As Long)
#End If

Original comment by [email protected] on 11 Mar 2014 at 4:01

from vba-json.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024
Hi I am trying to parse the below but I am getting an error that Object Not 
Found.
{"schedules":[{"summary":"Sign in","executedOn":"10/Oct/12 1:50 
PM","cycleName":"asdf","cycleID":15,"label":"1, 2, 3, 4, 
5","issueId":123,"versionName":"asdf","issueID":123,"defects":[{"key":"124","sta
tus":"Closed","summary":"Title"},{"key":"asdf","status":"Closed","summary":"asdf
asdf"}],"executedByDisplay":"Name of 
person","executionStatus":"2","htmlComment":"asdfasd","projectID":"asdf","execut
edBy":"asdasg","component":"","versionID":"adasd","issueKey":"asdf","scheduleID"
:73,"comment":"adsfasdf"},{"summary":"asdf","executedOn":"10/Oct/12 1:17 
PM","cycleName":"asdf","cycleID":15,"label":"1, 2, 3, 4, 5, 6, 7, 89, 5, 
34","issueId":10012,"versionName":"sdf","issueID":10012,"defects":[{"key":"asdf"
,"asdf":"asdf","summary":"asdf"},{"key":"asdf","status":"Closed","summary":"asdf
"}],"executedByDisplay":"asdf","executionStatus":"2","htmlComment":"asdf","proje
ctID":10002,"executedBy":"asdf","component":"","versionID":10001,"issueKey":"Edf
","scheduleID":18,"comment":"asdf"},{"summary":"asdf","executedOn":"10/Oct/12 
1:20 PM","cycleName":"asdf","cycleID":15,"label":"1, 
2","issueId":10011,"versionName":"asdf","issueID":10011,"defects":[{"key":"asdf"
,"status":"Closed","summary":"asdf"},{"key":"asdf","status":"Closed","summary":"
asdf - 
asdf"}],"executedByDisplay":"asdf","executionStatus":"2","htmlComment":"asdf","p
rojectID":10002,"executedBy":"asdf","component":"","versionID":10001,"issueKey":
"asdf","scheduleID":17,"comment":"asdf"},{"summary":"asdfasdf","executedOn":"10/
Oct/12 1:26 
PM","cycleName":"asdf","cycleID":15,"label":"1,2","issueId":10010,"versionName":
"asdf","issueID":10010,"defects":[{"key":"asdf","status":"Closed","summary":"asd
fa"},{"key":"asdf","status":"Closed","summary":"asdf"}],"executedByDisplay":"asd
fasf","executionStatus":"2","htmlComment":"asdfafd","projectID":10002,"executedB
y":"asdf","component":"","versionID":10001,"issueKey":"afgaf","scheduleID":16,"c
omment":"asdf"}]}

Original comment by [email protected] on 12 Jun 2014 at 9:22

from vba-json.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024
[deleted comment]

from vba-json.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024
Sorry the actual error is Object Required see attached.

Original comment by [email protected] on 12 Jun 2014 at 9:25

Attachments:

from vba-json.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024
Hello,

I am getting the error "Run-time error '424': Object Required".

How to fix this?

Original comment by [email protected] on 27 Aug 2014 at 10:27

from vba-json.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024
[deleted comment]

from vba-json.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024
i'm getting this error: type mismatch at this line: CopyMemory ByVal 
UnsignedAdd(StrPtr(m_sString), m_iPos), ByVal StrPtr(sThis), lLen
i added already the PtrSafe to the function decleration

Original comment by [email protected] on 12 Nov 2014 at 9:01

Attachments:

from vba-json.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024
use UnsignedAdd(CLng(StrPtr(m_sString)) instead of 
UnsignedAdd(StrPtr(m_sString).

Jorge Sequeira

Original comment by [email protected] on 23 Dec 2014 at 5:18

from vba-json.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024
I am getting the error "Run-time error '424': Object Required".

How to fix this?

Basically JSON.parse(jsonText) is returning null. How to fix this ?

Original comment by [email protected] on 5 Jan 2015 at 4:25

from vba-json.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 27, 2024
Thanks to comment by #8
I could applied for my core application at 64Bit Flatform.


Original comment by [email protected] on 9 Jan 2015 at 8:31

from vba-json.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.