Search:

Type: Posts; User: Gregg Finney

Page 1 of 58 1 2 3 4

Search: Search took 0.03 seconds.

  1. Re: Get the value of the current element in a XMLNode?

    Hi Dittmar,
    Take a look at ChildNodeValue in the help. Whoop's read your post to fast. Doing XML stuff I always have to look at my code. I will get back with ya.
  2. Re: Open a SQL Table AS using a Connection String and using a Handle

    It's basically what the DF_FILE_LOGIN attribute returns.
    To open as you need the driver server and database.
    Search help for "Opening a Table without Using an Intermediate File"
  3. Replies
    8
    Views
    2,694

    Re: Exif Date & Time of JPG

    Anyways I looked around a little, there does not appear to be a windows API call for this. Please post back if you come up with something on this.
  4. Re: Open a SQL Table AS using a Connection String and using a Handle

    Function CreateOpenAsHandler Handle hTable Returns Handle
    Handle hoOpenAsHandler
    String sTable sDriver sConnection sServer sDatabase sSchema
    Boolean bIsDACDriver...
  5. Replies
    8
    Views
    2,694

    Re: Exif Date & Time of JPG

    Hi Peter,
    Try the cWinFileSystem.pkg. I use it in the Workspace Compiler.

    http://www.vdf-guidance.com/

    9050
  6. Re: Mertech V 10. Oracle "Invalid Month" on July 13.

    I would contact Marcello at Mertech.
  7. Re: Open a SQL Table AS using a Connection String and using a Handle

    Function MDSOpenAsString Returns String
    String sDriver sServer sDatabase sUser sTable sTableNameDrv

    Get psDriver to sDriver
    Get psServer to sServer
    Get psDataBase to...
  8. Replies
    14
    Views
    3,180

    Re: DAC vs Future

    I look back at some of my post's and wonder, what was I thinking :confused: . But then when I get a thanks Gregg that works, it's all worth it.
  9. Re: DataFlex 2015/18.1 Release Candidate is available!

    Peter,
    This is the splash I get when launching the Studio.

    9033
  10. Replies
    2
    Views
    1,637

    Re: SQLExecDirect

    Edgar,
    Take a look at SqlOpen in the help. That's what you are missing here.
  11. Re: For the Old Timers .... 2E Macros Question

    What I recall the most is that Enter could not handle many relationships and was just sort of a convenience, but then I got good with EnterGroup using Link tables and overlaps. We did some really...
  12. Replies
    22
    Views
    3,651

    Re: Field_Defaults

    If you launch dd_debug find your dd where you are looking for the defaults, then use the clear button If will see what columns have the default value loaded in the chg column there will be a 1 if...
  13. Replies
    22
    Views
    3,651

    Re: Field_Defaults

    Use Dd_debug.dg

    Send DoAutoSwitchPartial "DFWinClass" "DS2015 Wizard (MS-SQL - Pervasive - Oracle - MySQL - Postgres - ODBC)" "Build Wizard"

    Use cVDFD_DS2012SplashScreen.pkg

    Object...
  14. Replies
    22
    Views
    3,651

    Re: Field_Defaults

    Yes. Also what you can do is when activating your view use the dd_debug Ctrl+D and find your DD where you have the defaults. You will see a column that shows the columns changed state and the...
  15. Replies
    22
    Views
    3,651

    Re: Field_Defaults

    Field_Defaults are loaded after a clear operation. You can include DD_Debug.pkg in your application and press Ctrl+D to popup the Debug screen.
    Very handy when inspecting DD's.
  16. Re: Important omission from What's New? in Help

    I agree, I usually learn about these new things from you.;)
  17. Replies
    6
    Views
    2,235

    Re: How i know if i'm in debug mode

    Learn something new everyday.
  18. Re: Field_Entry_msg and Field_Exit_msg not being sent

    David,
    I would check to see if you have in Object code in (dbForms) that could be interfering because those will be fired first.
    Also I would double check and make sure your are not using an old...
  19. Thread: md5 hash

    by Gregg Finney
    Replies
    26
    Views
    5,890

    Re: md5 hash

    Hi Clive,
    I was wondering if you did anything with Evertjan's comment?
  20. Replies
    4
    Views
    1,599

    Re: DR(Data01,Data02...DataXX)

    Hi Edgar,

    Take a look at DF_FILELIST_NAME in the help.


    Get psSomeDataPath to sPath
    Get_Attribute DF_FILELIST_NAME to sCurrFilelist
    Set_Attribute DF_FILELIST_NAME to (sPath+ "\" +...
  21. Thread: md5 hash

    by Gregg Finney
    Replies
    26
    Views
    5,890

    Re: md5 hash

    Class cCryptographer is a cObject

    // Procedure : Construct_Object
    // Purpose : Object constructor
    Procedure Construct_Object
    Forward Send Construct_Object

    ...
  22. Re: Does FindByRowId actually find a row id!?

    There are situations where using a clear to the DDO would not be what is desired like clearing other attached DDO's I think it's safer to re-find the global buffer then Send find_By_Recnum. I do...
  23. Re: Does FindByRowId actually find a row id!?

    If that's the case I would move to the current recnum to a then clear the buffer.
    What happens in your situation if you use Request_Assign?

    Move iFile.Recnum to iRec
    Clear iFile
    Move iRec to...
  24. Re: Does FindByRowId actually find a row id!?

    Send Find_By_Recnum of Some_DDO SomeFile.File_Number SomeFile.Recnum it works. I have never encountered what you are describing here.
  25. Replies
    10
    Views
    2,397

    Re: Stopping a cDbCJGrid append

    I'm gonna added a procedure next in the last Column obj and send request_save.

    That will do it.
Results 1 to 25 of 1450
Page 1 of 58 1 2 3 4