Search:

Type: Posts; User: Kyle

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    437

    Re: Don't delete your default DB in MS SQL!

    Does that not still use SSMS to interact with the database?
  2. Replies
    11
    Views
    437

    Re: Don't delete your default DB in MS SQL!

    I learned this the terribly hard way once as well. You can also click options at the login screen and go to the connection tab. Switch the database you want to connect to. That should let you in...
  3. Thread: Sql Errors

    by Kyle
    Replies
    19
    Views
    1,486

    Re: Sql Errors

    Thanks Peter! I'm slightly not responsible for that portion of it (as far as maintaining what version we are on I'm the low man on the totem pole). I know we are on SQL 2019, and my research thus...
  4. Thread: Sql Errors

    by Kyle
    Replies
    19
    Views
    1,486

    Re: Sql Errors

    Thanks Martin,

    I will for sure give it a shot. However, it works fine for several users literally 100's of times a day... Just occasionally does it fail and cascade into errors on errors. ...
  5. Thread: Sql Errors

    by Kyle
    Replies
    19
    Views
    1,486

    Re: Sql Errors

    I wish the issue was that simple. The original code was that way (see below). It errors errors on some users either way but of course not always.




    Procedure OnTimer

    String ...
  6. Thread: Sql Errors

    by Kyle
    Replies
    19
    Views
    1,486

    Re: Sql Errors

    Hey Dennis,

    Hopefully soon "ish". I've seen a few complaints on the cSQLExecutor as I search through posts trying to fix my intermittent (Connectivity maybe) problem. Which seems to throw...
  7. Thread: Sql Errors

    by Kyle
    Replies
    19
    Views
    1,486

    Re: Sql Errors

    Well Bummer anyway. SqlConnectionConnect must have been released after 18.2.
  8. Thread: Sql Errors

    by Kyle
    Replies
    19
    Views
    1,486

    Re: Sql Errors

    Thanks Mike,

    I'm going to play with and try using SQLConnectionConnect and see if that changes anything. I didn't always have that object there. I for a long time used Get Create...
  9. Thread: Sql Errors

    by Kyle
    Replies
    19
    Views
    1,486

    Re: Sql Errors

    Thanks Sam, where can I look at those logs or how? I've somewhat dived off trying to look at logs via SSMS but I haven't ever really found anything.
  10. Thread: Sql Errors

    by Kyle
    Replies
    19
    Views
    1,486

    Sql Errors

    I have a timer in 18.2 fires every 10 seconds or so, and executes a select query using a cSQLHandleManager. I have several users that have this up and running. Occasionally they get several...
  11. Replies
    21
    Views
    5,573

    Re: New cCJGridColumnSuggestion class for DF 18.0

    I'm not really sure what I am asking, so I'll just explain my problem and see if anyone can tell me a brilliant way to utilize this control to my benefit or not.

    I am trying to build a grid...
  12. Replies
    5
    Views
    1,788

    Re: Can't export to desktop

    Thanks guys for the info, and sorry for the delayed response. I ended up taking a little un expected absence from work. I think the issue may actually lie in the antivirus software. Uninstalling...
  13. Replies
    5
    Views
    1,788

    Can't export to desktop

    Is anyone still running an old version of Crystal?

    Specifically, I am working with Crystal 8.5 and Dataflex 18.2. It seems now with my users that are using Windows 11 they can no longer export...
  14. Replies
    1
    Views
    562

    Cursor Position and cDbRichEdit

    Is there a way to position where the cursor lands when entering a rich edit?

    When you click into the control without onsetfocus augmented then it will place the cursor exactly where you click. ...
  15. Replies
    3
    Views
    851

    Re: cComWebBrowser as a drop target?

    Thanks Dennis,

    And no worries. As I am sure you won't be surprised by this statement. I am confined to 18.2 for now (and who knows how much longer). As far as support for the control, I am...
  16. Replies
    3
    Views
    851

    Re: cComWebBrowser as a drop target?

    Well if anyone ever tries to do this it can be done sort of.

    Best I could do was get it to do it after the fact. Using the procedure OnComNavigateComplete2. Get the URL of the browser, and...
  17. Replies
    3
    Views
    851

    cComWebBrowser as a drop target?

    I am using a cComWebBrowser to display jpeg images of user's as if they have a profile image( I guess in reality they do since that is what I am doing). In the event they do not have a profile...
  18. Replies
    46
    Views
    5,064

    Re: Sending and receiving SMS from Dataflex

    Wow Mike,

    I like the way yours looks a lot. I was really just trying to brain storm how I wanted it to look. I wasn't entirely sure what I even envisioned it looking like. Yours certainly...
  19. Replies
    46
    Views
    5,064

    Re: Sending and receiving SMS from Dataflex

    Sorry to rekindle an old thread, but does anyone want to maybe provide screen shots of how their interface looks when sending/receiving and viewing text conversations. I have Twilio's trial count...
  20. Thread: HTTP Transfer

    by Kyle
    Replies
    19
    Views
    2,929

    Re: HTTP Transfer

    Sam,

    I was switching between different parameters. Ultimately according to their documentation, you can pass multiple API type values by separating with a ",". I tried an array of different...
  21. Thread: HTTP Transfer

    by Kyle
    Replies
    19
    Views
    2,929

    Re: HTTP Transfer

    I got it to return what I need using cComChilkatRest. However, I was hoping to figure it out without using chillkat.


    Maybe I shouldn't be using the class cXmlHttpTransfer since I am not...
  22. Thread: HTTP Transfer

    by Kyle
    Replies
    19
    Views
    2,929

    Re: HTTP Transfer

    It is ok. I caught the easy stuff. Sadly my request hits them. Their customer service says they see my request, but it is missing the / before v3.0?. Sadly I get
    <!DOCTYPE HTML PUBLIC...
  23. Thread: HTTP Transfer

    by Kyle
    Replies
    19
    Views
    2,929

    Re: HTTP Transfer

    Thanks Sam,

    I caught the version typo. I some what assumed that it was added since I get a response from the API when I omit it in my string. I put in a help ticket with them since I get a...
  24. Thread: HTTP Transfer

    by Kyle
    Replies
    19
    Views
    2,929

    Re: HTTP Transfer

    Thanks guys! That certainly gets me to the next step. It certainly gets a connection now. However, there seems to be an issue that I don't fully understand. If I use the "/" as the API...
  25. Thread: HTTP Transfer

    by Kyle
    Replies
    19
    Views
    2,929

    HTTP Transfer

    I think I should be using something from the HTTP transfer class. However, I very well may be using the wrong class (though I have tried several.) It is likely I am just setting it up incorrectly. ...
Results 1 to 25 of 95
Page 1 of 4 1 2 3 4