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 Mike Lewis 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: *

  1. omarben

    store NULL date in Oracle DB using CAPI.EXEC

    Thank you for your help I built a smart SQL as you said and it's working just the way I was expecting it to work Thank you for your help Omar.
  2. omarben

    store NULL date in Oracle DB using CAPI.EXEC

    First i would like to thank you for your fast answer, Actually I am passing my date as a bind parameter but instead of using date.Now() I would like to pass a the date that the user types it in the UI if he puts a date it works fine but if he leave the date field empty i want to store a null...
  3. omarben

    store NULL date in Oracle DB using CAPI.EXEC

    Hi, I would like to know if it's possible to store a NULL date into a table (Oracle database) using CAPI.EXEC because I have tried doing these instructions but none of them worked for me knowing that it's allowed to store null date in the table. if(myJsonData.eventDate.value != ')...
  4. omarben

    WebNode to Json RequestHandler

    Thank you it's okay i solved my problem :) by doing this string tmp = 'Action-Create2' webnode.(tmp)(data) because when i do webnode.Action-Create2(data) i didn't want to compile and by just calling Create2 it was throwing that error Thank you !
  5. omarben

    WebNode to Json RequestHandler

    Thank you for your answer i tried using Object webnode webNode = $WebNode.WebNodes.GetItem( 144 ) but when i try to call one my scripts i get "Can only call Scripts or External API functions" is there any way to fix this ? PS: I'm new to LiveLink
  6. omarben

    WebNode to Json RequestHandler

    Hi, In our company we are changing all the RequestHandlers to JSon RequestHandlers because we're using AngularJS which is working fine, but we want to keep some of the WebNodes, unfortunately they're not really friendly with AngularJS. That's why I'm wondering if there is a way to call a...

Part and Inventory Search

Back
Top