Search:

Type: Posts; User: Max G.

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    2,028

    Re: Office COM call causes DF to exit

    Ah, sorry, I misunderstood.
  2. Replies
    9
    Views
    2,028

    Re: Office COM call causes DF to exit

    About the only thing I can think of is you said and

    I've run into a couple instances with COM controls where the wrapper classes are generated, but I've had to later modify specific methods (in...
  3. Replies
    8
    Views
    4,407

    Re: Learning Dataflex Site - Visibility

    Oh, thanks! You're welcome, I still need to pay more attention to the start center and other things around the forum. I'll check out the presentation.
  4. Replies
    8
    Views
    4,407

    Re: Learning Dataflex Site - Visibility

    Thanks Chip! I don't know that I'd run into FlexLinks either, I really need to do some more thorough examination of the site.

    Re: Clive:
    .... I actually have mine set to the Start Center and...
  5. Replies
    8
    Views
    4,407

    Learning Dataflex Site - Visibility

    Maybe I'm just behind, but I only today discovered this (!!!!!):
    https://learning.dataaccess.com/courses/

    A bit of searching and it appears to have been set up at some point in 2017? (I'm not...
  6. Replies
    10
    Views
    2,246

    Re: Convert String to UChar[] in VDF 15.1

    I'm not sure if this will work, but you might give it a shot:

    Try moving your uChar[] into a Variant, and passing the variant back to the .NET control.
    You might also need to fiddle with your...
  7. Replies
    0
    Views
    809

    String literal truncation

    I ran into an odd thing yesterday while testing something in the middle of working on it. I was attempting to load a cCJGrid with data returned from a SQL query, and the CK was returning an...
  8. Replies
    2
    Views
    23,041

    Re: I'd just like to confirm I'm doing this right

    All right, thanks. I appreciate the help.
  9. Replies
    2
    Views
    23,041

    I'd just like to confirm I'm doing this right

    I'm using a cImageContainer to display an image from memory, in a regular DF dialog.
    Everything seems to work, but I'm not quite clear if I have the stream functions working so as to avoid memory...
  10. Re: I'm not sure if this is a bug: Scrolling Container/Client Area and Mouse Wheel odd interaction in 17.1

    Thanks. The view that was going to require that kind of interaction went away (yaaaay), but I can still see this possibly causing issues down the line. Wow, somehow a year passed since then...
  11. Re: Hopefully a quick simple suggestion for the debugger

    Oh. Thanks!
  12. Hopefully a quick simple suggestion for the debugger

    I'm not sure if anyone else has had this happen before, but I confess it's happened to me.
    At times while debugging something complex, before I step over the next line, I'll look through other code...
  13. Replies
    30
    Views
    7,168

    Re: Varaint 'array' to string

    Okay, I kind of thought so but wondered if there might be another reason I didn't know about. Thanks!
  14. Replies
    30
    Views
    7,168

    Re: Varaint 'array' to string

    Huh. I didn't think of trying to just move the variant directly to the UChar array without sizing the array first. I just assumed it'd need to be the correct size first. Nice to know, thanks.

    Yes,...
  15. Replies
    30
    Views
    7,168

    Re: Varaint 'array' to string

    Focus, I can't tell: did you try something like below?
    Edit:Skip this bit, down to "Edit:" below


    //READ BELOW, THIS DOES NOT WORK
    Variant vRTFBody
    uchar[] ucRTFByte
    integer iLength
    handle...
  16. Replies
    0
    Views
    969

    Resizing objects at runtime and anchors

    First off, I am having the issue described here http://support.dataaccess.com/Forums/showthread.php?34011-Resizing-objects-at-runtime-and-anchors
    Edit:Ack. "Mostly the solution" as it almost works...
  17. I'm not sure if this is a bug: Scrolling Container/Client Area and Mouse Wheel odd interaction in 17.1

    I ran into an odd situation with Scrolling Containers and Scrolling Client areas earlier. As an example, the view below.

    If you create a view like that, run it, and adjust the size so that only...
  18. Re: WinApi Help please? NetRemoteTod for server time in VDF 17.1 on Win7 Pro to Windows Server 2008R2 and/or 2013

    We're testing the application this is in internally. This is much more reliable than my (crappy) previous solution, thanks!

    Did you ever figure out why it started acting funny in your Studio? ...
  19. Re: WinApi Help please? NetRemoteTod for server time in VDF 17.1 on Win7 Pro to Windows Server 2008R2 and/or 2013

    Yeah, once you said that I started looking back over it and thought,"Oh, crap. There too, dangit!"
    Thanks for the help, get some rest!
  20. Re: WinApi Help please? NetRemoteTod for server time in VDF 17.1 on Win7 Pro to Windows Server 2008R2 and/or 2013

    Ah. Okay. Thanks. That makes sense, in hindsight. I guess I assumed that if it was in the inner scope it'd *have* to have been created, but, you're right, I shouldn't assume it'll have taken the...
  21. Re: WinApi Help please? NetRemoteTod for server time in VDF 17.1 on Win7 Pro to Windows Server 2008R2 and/or 2013

    Oh. Huh. So... let me see if I understand.


    Move (OemToUtf16Buffer(AddressOf(sUNC),(CStringLength(sUNC)))) to pUNC
    Move 0 to pBuff
    Move (NetRemoteTOD(pUNC,(AddressOf(pBuff)))) to...
  22. Re: WinApi Help please? NetRemoteTod for server time in VDF 17.1 on Win7 Pro to Windows Server 2008R2 and/or 2013

    Ah, true. */self"Duh."/* That's probably the other half of the issue.
  23. Re: WinApi Help please? NetRemoteTod for server time in VDF 17.1 on Win7 Pro to Windows Server 2008R2 and/or 2013

    Thanks!
    Okay, now it's going to drive me insane because I know it worked last week and it *is* working like that on one machine.....
    Oh well. Chalking it up to "One of those days."
    Removing old...
  24. Re: WinApi Help please? NetRemoteTod for server time in VDF 17.1 on Win7 Pro to Windows Server 2008R2 and/or 2013

    No problem, give me ten or fifteen minutes.

    Edit: My dev machine has gone insane and decided that this code isn't going to work now (NetRemoteTOD itself is returning 2184, "The service has not...
  25. Re: WinApi Help please? NetRemoteTod for server time in VDF 17.1 on Win7 Pro to Windows Server 2008R2 and/or 2013

    Thanks Bob! I'd been doing something like that initially, but (as I found out the hard way) that requires the correct user permissions to use, something that some IT companies aren't always happy...
Results 1 to 25 of 29
Page 1 of 2 1 2