Search:

Type: Posts; User: Jose

Page 1 of 35 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    31
    Views
    6,098

    Re: VDF program setting ERRORLEVEL on exit

    it seems that near every 7 years this come to live hehe (opened in 2009, updated in 2016 and now 2024).

    While I can try suggested code... is there any official news on this by DAW?

    My need is...
  2. Replies
    1
    Views
    161

    Return value from a DF EXE to its caller

    Hello,

    We are launching a DataFlex executable from a MSI installer and we need to return a value to the MSI.

    For now, as we don't know how to return a value from DF, we are using an...
  3. Replies
    10
    Views
    480

    Re: Is there somewhat a partial password_state?

    Hello Samuel,

    "So, the same end-user that is "viewing" the record on screen, that should not be seeing it's full content, will be the same exact end-user that will process it ?"

    Yes.

    I will...
  4. Replies
    10
    Views
    480

    Re: Is there somewhat a partial password_state?

    Hello Peter,

    In our case we augmented (Set/Get) Field_Current_Value to do the work of (de)encrypt.

    However, in our current need, we just need a technique at display time. As far as I know, at...
  5. Replies
    10
    Views
    480

    Re: Is there somewhat a partial password_state?

    Hello Garret,

    We have a similar approach to another needs.

    For this need I don't see much difference in show all fields with "******" that with "fdffsjf76fsf3r4sf".

    I am searching something...
  6. Replies
    10
    Views
    480

    Re: Is there somewhat a partial password_state?

    Hello Samuel,

    Interesting, but in this case I always need the full content to do processes, just mask what it is displayed on forms (that also can participate in process).

    Regards.
  7. Replies
    10
    Views
    480

    Re: Is there somewhat a partial password_state?

    Hello Allan,

    Having the some characters hidden is not the normal or expected behaviour of the application, so I would try to implement something that doesn't imply much changes in the application....
  8. Replies
    10
    Views
    480

    Is there somewhat a partial password_state?

    Hello,

    I have a form where I want to hide some characters, but not all.
    Also, I want to maintain the full functionality of the field (or at least that it can be edited).

    I would use...
  9. Replies
    7
    Views
    941

    Re: Macro buffer exceeded

    Hello Wil,

    You are right, I thought about this. Also put an arbitrary limit of... let's say... 10 parameters has no sense.

    Regards.
  10. Replies
    7
    Views
    941

    Re: Macro buffer exceeded

    Hello Vincet,

    Glad to see that we agree that it is a limitation. I am not going to discuss the seriousness of the limitation.

    At least, the message could be more self explanatory. "Macro buffer...
  11. Replies
    7
    Views
    941

    Re: Macro buffer exceeded

    Thanks for the suggestions.

    I am wondering if this should figure in the help under General Reference -> DataFlex Specifications -> Application / Coding (DataFlex 2023 Help (dataaccess.com))
    ...
  12. Replies
    7
    Views
    941

    Macro buffer exceeded

    Hello,

    We have been bitten by this. We saw that there is some post in the forum about this.

    In our case we had the error in a procedure with 32 parameters, after spending a some time we have...
  13. Re: Issue - piUpdateColumn not Restored in OnRestoreDefaults of cDbCjGridPromptList

    Hello,

    I have been bitten by this.

    OnStoreDefaults - cCJGridPromptList: DataFlex 2023 Help (dataaccess.com)
    OnStoreDefaults - cDbCJGridPromptList: DataFlex 2023 Help (dataaccess.com)

    Help...
  14. Replies
    5
    Views
    654

    Re: GetRowID of a record from SQL script

    Hello Mke,

    Well, after 14 years, I got approved! (I must admit that translator are of great help) I am ready to the next step :p

    This post will not make sense in the future, so, select below...
  15. Replies
    5
    Views
    654

    Re: GetRowID of a record from SQL script

    Hello Samuel,

    Interesting.

    Taking a look I am reading that htonl works with 32-bit number. This means that with a recnum that deson't fit in a 32-bit number it will fail (will need to have...
  16. Replies
    5
    Views
    654

    GetRowID of a record from SQL script

    Hello,

    I have multiple process that feed an end process.

    End process is not aware how the other process gather the data, it just want RowIDs.

    Until now, all the process that gather the data...
  17. Re: [EVENT] Join the Discover DataFlex 2023 livestream on July 6th!

    Hello,

    Someone that attended this livestream should attend also DFLC Lesson - Introduction (dataaccess.com) and DataFlex Learning Center (dataaccess.com) or could be considered "duplicated"?
    ...
  18. Thread: Odd...

    by Jose
    Replies
    10
    Views
    2,645

    Re: Odd...

    Hello Dennis,

    Will it be available to see later?

    Regards..
  19. Replies
    16
    Views
    2,192

    Re: Combo list not opening under the combo

    Thanks for the update Harm.
  20. DFRefactor 3.2.1.0: End comments & trailing spaces

    Hello,

    "End comments" tool removes the comment, but leave the space. For example: "End_Object // test" -> "End_Object ".

    The user has the option to launch "Trailing spaces" tool after.

    Just...
  21. DFRefactor 3.2.1.0: End comments & CD_End_Object

    Hello,

    Comments after "CD_End_Object" doesn't get deleted, which is fine as it is not listed on the tooltip that explain what this tool does.
    However, I think it can be added to the list (and...
  22. Re: DFRefactor 3.2.1.0: Unused local variables, also delete line?

    Thanks Wil,

    Just to give more insight.

    If the new tool gets developed (Blank lines deletion after/before some keywords), I would leave the unused local variables tool as it is. The user would...
  23. Re: DFRefactor 3.2.1.0: Unused local variables & commented code

    Thanks Wil,

    I would not put much effort on this.

    Regards.
  24. Replies
    2
    Views
    1,035

    Re: DFRefactor 3.2.1.0: Unused local variables, line breaks

    Oops, it seems that I my mind ("hard disk") has some "sectors damaged". ;)
  25. DFRefactor 3.2.1.0: Unused local variables & commented code

    Hello,



    Procedure DoAsk
    Integer iResponse

    // Move (YesNo_Box("I ask if...", "", MB_DEFBUTTON2)) to iResponse
    // If (iResponse = "MBR_YES") Begin
    If (YesNo_Box("I ask if...",...
Results 1 to 25 of 864
Page 1 of 35 1 2 3 4