Search:

Type: Posts; User: Yannis

Page 1 of 12 1 2 3 4

Search: Search took 0.01 seconds.

  1. Re: Processing a table opened without the use of INT files

    Thank you Michael, I think that Get/Set FieldValue as you and Marco mentioned should be enough and do the trick for what I need.
  2. Re: Processing a table opened without the use of INT files

    Thank you Marco
  3. Processing a table opened without the use of INT files

    Hello,
    If I use the following syntax, and I open a table without the usage of filelist or INT files, is there a way to use 'Dataflex' code to handle the records?
    How am I supposed to address the...
  4. Re: 2 common tables shared with another company are constantly changing fields order

    Thank you Anna, I'll take a look at the queries, the information_schema didn't come in mind to retrieve info for the tables I need. I will see which path I'll take to do the tasks, probably getting...
  5. Re: 2 common tables shared with another company are constantly changing fields order

    :-)
    I think you're just expressing the same concerns many coders have.

    Thank you all very much
    Yannis
  6. Re: 2 common tables shared with another company are constantly changing fields order

    I am not sure why, they have told me that their entire workspace is under constant development, and from client to client, they use an automated process to create and handle their tables. And this...
  7. Re: 2 common tables shared with another company are constantly changing fields order

    Thank you Mike, that helps.
  8. Re: 2 common tables shared with another company are constantly changing fields order

    Peter,
    I haven't used DAW drivers either, I think I could use them for this particular need.
    I get your point about using the number of fields needed for the tasks I want to perform, and delete the...
  9. Re: 2 common tables shared with another company are constantly changing fields order

    Hi Michael,
    The view is not an option for the reason you mentioned, I am allowed to access these 2 tables only.
    SQL queries seem to be the way to go, but I think I tried a while ago to work...
  10. 2 common tables shared with another company are constantly changing fields order

    Hello,
    I have a weird situation where I need to find and eventually create records in 2 SQL tables which created and managed by another company.
    The base of the problem is that I am 'sharing' with...
  11. Replies
    20
    Views
    2,303

    Re: Button revealing user's password in a form

    Hello Clive,
    Truth is that from my side, I got stuck with the double forms' solution which works without any issues, and I didn't have the time to pursue the tests to sort out the problems I had,...
  12. Replies
    20
    Views
    2,303

    Re: Button revealing user's password in a form

    I must have messed up something because the value of the form is always used decrypted as you mentioned. It is then taken and encrypted, then compared to the table's field containing the encrypted...
  13. Replies
    20
    Views
    2,303

    Re: Button revealing user's password in a form

    Hello Nils,
    Your code worked as intended, but I also confirm what Frank said, using Page_Object False and then Page_Object True, does the trick as well, without using EM_SETPASSWORDCHAR.
    But here...
  14. Replies
    20
    Views
    2,303

    Re: Button revealing user's password in a form

    Thank you Michael, I have already implemented the 2 forms, but I like this suggestion better, so I will give it a try as well.
  15. Replies
    20
    Views
    2,303

    Re: Button revealing user's password in a form

    Makes sense Peter, you are correct, I missed it.
    I'll probably use 2 forms and handle the way they are visible or not.
    Thank you
  16. Replies
    20
    Views
    2,303

    Button revealing user's password in a form

    Hello,
    What is the "correct" way to refresh a form from a button?
    I have a form hosting a user's password, so Password_State is set to true, and I want to add a small sneaky peek button to show the...
  17. Replies
    25
    Views
    2,332

    Re: Application is "Not responding"

    Edgard,
    Actually I just mentioned the need to keep the focus of the app, and the user engaged, just by display a counter to show that 'something' is happening.
    But in that particular instance,...
  18. Replies
    25
    Views
    2,332

    Re: Application is "Not responding"

    Thank you Michael, I completely forgot the status panel.
    Going to use it for this purpose.
    Tks again.
  19. Replies
    25
    Views
    2,332

    Application is "Not responding"

    Hi,
    Probably an old topic, but I couldn't find any relative thread.
    More often than not, long processes that loop through files to perform different tasks, stop displaying for example a record...
  20. Replies
    9
    Views
    1,674

    Re: SQLExecDirect not inserting records

    Thank you all so very much for jumping in, always very appreciated.
    I got a message this morning from Mertech (thank you Marcello once again), and the code changes I would need to achieve what I...
  21. Replies
    9
    Views
    1,674

    Re: SQLExecDirect not inserting records

    I have a snapshot of the query from the watches window (I can read the Greek characters), which I just copy/paste inside SSMS, which as you can see, does execute successfully.
    So I guess the issue...
  22. Replies
    9
    Views
    1,674

    Re: SQLExecDirect not inserting records

    Hello Michael, yes, same user and same password. I did have an issue at first with a wrong user and password, but the code never went through pass the "Send SQLSetConnect of hoSQL "SQL_DRV"...
  23. Replies
    9
    Views
    1,674

    Re: SQLExecDirect not inserting records

    Hello Samuel,
    I am not aware of the auto-commit option. I took the sample from the help file related to SQLExecDirect et changed it to accommodate the insertion of the records.
    Where should I look...
  24. Replies
    9
    Views
    1,674

    SQLExecDirect not inserting records

    Hello,
    I have an app in VDF19.1 from which I have to create new records in a couple of tables (not in the filelist), and these tables are located in a different database, same server (SQLServer 2019...
  25. Re: Login modal dialog error when trying to use right-click to copy / paste

    Hello Samuel, thank you for jumping in, and apologize for the delay getting back to you.
    What you said seems definitely to be the case, since once the application is loaded and the menu bar appears,...
Results 1 to 25 of 292
Page 1 of 12 1 2 3 4