Search:

Type: Posts; User: MisterM

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    763

    Re: Fedex return value

    Using this thread and some info I found elsewhere on here, I was able to get it parsing the data.

    It requires both the flag setting Frank posted above and adding this in the HTTP Reader header...
  2. Replies
    15
    Views
    1,931

    Re: FedEx REST Interface

    The same as before. I can send EXACTLY the same data to FedEx and get 3 different responses: an error 404, error 500, or an OK 200.
  3. Replies
    15
    Views
    1,931

    Re: FedEx REST Interface

    It sure says that to me, but that still doesn't help prove to the boss that everything will be fine if we release the code to live and I won't shut down the money-making operations of the company...
  4. Replies
    15
    Views
    1,931

    Re: FedEx REST Interface

    To those that are following this, I just wanted to give a quick update. The test web service is still being flaky, and no one seems to know why. The last tech support guy I talked to yesterday said...
  5. Replies
    15
    Views
    1,931

    Re: FedEx REST Interface

    As anyone who's ever worked with FedEx's APIs knows, it's the most maddening process. I think I've finally got it all working for generating a shipping label and address validation. The return...
  6. Replies
    15
    Views
    1,931

    Re: FedEx REST Interface

    The project got bumped down my priority list for the moment, so I'll let everyone know when I get it done. I think it's just a matter of going through all of the fields and figuring out what is and...
  7. Replies
    15
    Views
    1,931

    Re: FedEx REST Interface

    Thanks again. I'll parse through that and see how it'll help me. I have it at least somewhat working through Postman, so it's now to trying to get it working through DF...
  8. Replies
    15
    Views
    1,931

    Re: FedEx REST Interface

    Thanks, Michael. That's pretty much what I'd already figured out. I think the problem is with sending blank nodes, as that was a major headache with FedEx on the SOAP side. It's a matter of...
  9. Replies
    15
    Views
    1,931

    FedEx REST Interface

    Has anyone implemented FedEx's REST interface? We've been using their SOAP / WSDL interface, but FedEx is sunsetting at least parts of it in 2024 to go to OAuth2 and REST / JSON. You'd think it...
  10. Re: Open Position - In-House DF Developer - Springfield Armory (Geneseo, IL, US)

    Springfield Armory is again hiring for in-house development positions. We now have 2 in-house developers and still have more work than we (and our consultant team) can handle, so we're looking to...
  11. Re: Open Position - In-House DF Developer - Springfield Armory (Geneseo, IL, US)

    Message sent.
  12. Open Position - In-House DF Developer - Springfield Armory (Geneseo, IL, US)

    Springfield Armory is looking to hire an additional in-house developer. This position is for working in the offices at our facilities in Geneseo, IL and would require relocation here if you're not...
  13. Replies
    2
    Views
    1,345

    Re: Class: cDbTimeForm for TIME DEO Entry

    As promised, here's the DateTimePrompt I hacked together.

    I made sure all of our internal classes and stuff were removed by testing this in Order Entry under 19.1. It should work under other...
  14. Replies
    2
    Views
    1,345

    Re: Class: cDbTimeForm for TIME DEO Entry

    Thanks, Raveen! I'm working on making a Date Time Picker that will work like oMonthCalendarPrompt, but letting you select both date and time. I think I've got it working right now, but I'd rather...
  15. Replies
    11
    Views
    3,145

    Re: Date picker class

    Raveen, would you mind posting a copy of your TimeForm class? I'm needing something like that right now, and while I COULD make my own, if someone else has already done it...

    Please and thanks!
  16. Replies
    8
    Views
    2,065

    Re: Weight Scale Integeration

    We have a similar situation. We've got a bunch of scales of various ages from various manufacturers using various communication methods (COM, USB, Network). The way I communicate with them all is...
  17. Replies
    61
    Views
    27,281

    Re: MS Edge WebView2 ActiveX wrapper

    That's probably better, yeah. But it didn't show up in my Googling of "SXS manifest register OCX", so I used what I could find easily...
  18. Replies
    61
    Views
    27,281

    Re: MS Edge WebView2 ActiveX wrapper

    Speaking of Chuck's customer...

    If it's helpful for anyone, here's the file and class info for the .OCX control you can paste into your .exe.manifest files if you want to deploy using Side-By-Side...
  19. Replies
    1
    Views
    1,022

    Re: Is It Possible to Use an ActiveX Container?

    I finally had a chance to circle back around to this, but I still haven't had any success. I've tried coming at it from different directions, too, and looked at some of the options and mixins used...
  20. Replies
    7
    Views
    1,716

    Re: microsoft report builder

    In 2016 I gave a presentation about working with .Net code from DataFlex. If I remember right, though, my presentation used a simple demo DLL I put together (that just added 2 numbers that were...
  21. Replies
    1
    Views
    1,022

    Is It Possible to Use an ActiveX Container?

    Is it possible to use an ActiveX/COM object as a container? I'd like to add a container object to some views in our system that can be collapsed. Primarily I want to put selection criteria in it,...
  22. Re: Can You Check for Expected Parameters Before Calling a Proc?

    I was hoping there was something like "num_arguments_expected" so I could check that BEFORE making the call, as opposed to using "num_arguments" AFTER each call, to work around what's already been...
  23. Can You Check for Expected Parameters Before Calling a Proc?

    Is there a way to check to see if a procedure is expecting parameters before calling it?

    Here's the situation: I want to put something in our subclass of the CJ Grid to automatically fill the grid...
  24. Replies
    13
    Views
    4,900

    Re: Finding Unused Indexes

    Thanks, guys.

    Yes, we are looking at this in MSSQL, so we can run scripts to see what indexes were used. But as Michael said, that won't tell us what is possibly referenced in code but on views...
  25. Replies
    13
    Views
    4,900

    Finding Unused Indexes

    Does anyone have a good way to find unused table indexes?

    We're experiencing some SQL performance problems and are trying to dig into what's going on. As we've gone through this process, we're...
Results 1 to 25 of 98
Page 1 of 4 1 2 3 4