Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MajklPan

    Empty page

    Problem solved. The error was in the condition that read the absolute value being evaluated.
  2. MajklPan

    Empty page

    Hello experts, Last time I had to solve the problem of printing a document on a new page, which I solved here on the forum (here: https://www.tek-tips.com/viewthread.cfm?qid=1820073 ) The problem is that when I generate the pdf file, I get pages that are not needed. (see picture) It's by setting...
  3. MajklPan

    FoxPro 9.0 - splitting the data into a new page for printing

    Oh, I didn't think of that. So I changed it for each element, but that page is still displayed. (see image) I also need to have 0 elements displayed in the "zdvih trol.vodice" field thank you for the advice
  4. MajklPan

    FoxPro 9.0 - splitting the data into a new page for printing

    Thanks Mike Lewis: I have a "Blank if zero" setting here, but I didn't find it here. (So if I'm right where I want to change it)
  5. MajklPan

    FoxPro 9.0 - splitting the data into a new page for printing

    Hello experts, I would like to respond to this topic again. In the past, I addressed the issue of printing to a new page, and you gave me perfect advice that works. However, there is still a problem: if I change the "Evaluated Value" field (marked in the picture) and print the protocol, it...
  6. MajklPan

    FoxPro - Termination for windows?

    Thank you for your response. I understand that running unsupported software may still be possible, but it's important to weigh the potential risks and costs associated with such a decision. In the case of a business-critical application, the potential consequences of security breaches or...
  7. MajklPan

    FoxPro - Termination for windows?

    I understand, but these things are not within my competence to solve, this is the responsibility of IT, I am dedicated to editing these programs... I was asking if the ability to use these programs on windows will end soon, not how to come up with an alternative solution...
  8. MajklPan

    FoxPro - Termination for windows?

    Corporate computers do not have these options, they are centrally controlled and managed for security, and it would be difficult for the user. Anyway, I wanted to make sure, or I read somewhere that soon these applications might not work, if Microsoft releases updates in the future that would...
  9. MajklPan

    FoxPro - Termination for windows?

    Okay, I just needed to make sure [bigsmile] Thanks for the article, hopefully it will be like this for a while.
  10. MajklPan

    FoxPro - Termination for windows?

    Microsoft FoxPro was officially discontinued in 2007, when it was declared a 'legacy technology' and was no longer supported. This means that Microsoft stopped providing updates and bug fixes for FoxPro and no longer offered any technical support for this platform. I would like to ask what is...
  11. MajklPan

    Inno Setup - Read-Only

    Thank you for the warning and the commands in my language. I will definitely save this for future work. Have a nice day
  12. MajklPan

    Inno Setup - Read-Only

    mJindrova: Yes, I tried it now and it works [dazed] This is exactly what I was looking for, I didn't know that this is a rather complicated procedure compared to other programming languages. Thank you very much for the explanation and your time, I wouldn't have come up with this myself [dazed]...
  13. MajklPan

    Inno Setup - Read-Only

    Chris Miller, Thanks for the detailed explanation, I followed your procedure exactly. Yes, the declared variables were displayed, however there is still the question of how to change these variables, it must be set by default somewhere and this is what I am looking for. Is it possible to...
  14. MajklPan

    Inno Setup - Read-Only

    Thank you for answer. I found them where they are declared, but the point is that a certain value is already set at startup, I would need to change it, where can I find it and change it? It's in the variables: MezKlik=MemoDefOstTrKlik MezRozdVys=MemoDefOstTrRozdVysek...
  15. MajklPan

    Inno Setup - Read-Only

    I have one more question, so I don't create a thread unnecessarily, do you know where I could find the defined values in the field? Such as, for example, MVD, MVH, MK. I would need to change these values, but I went through the whole project and I can't find these values anywhere, aren't they...
  16. MajklPan

    Inno Setup - Read-Only

    Great, thanks for the article, I will look into it. I would prefer to get rid of the FoxPro environment completely, since support ended in 2007, but for now we are developing this application in another environment, so it needs to be managed for some time, so I am ignorant in these matters.
  17. MajklPan

    Inno Setup - Read-Only

    Problem solved. I figured out that the file to be specified as gptinfo.dbf was included in the file compilation and I changed it to "Exclude", that fixed the problem and it now works loading those items without setting permissions. I don't understand the politics of these programs, but this is...
  18. MajklPan

    Inno Setup - Read-Only

    So you mean that I have to change the path to the gptinfo.dbf file in the code. When I took an older project, where I run just the .exe file from the project, it works there. Fixing the file, security and everything is identical compared to my file, I also tried the option of copying the dbf to...
  19. MajklPan

    Inno Setup - Read-Only

    Yes exactly, I added MESSAGEBOX(DBF()) before the DELETE statement. However, you write that I should not store data in "users" but install it in {commonappdata}, i.e. C:\ProgramData, which I did, but I don't see that anything has changed. I also tried installing it in the {commondocs} folder...
  20. MajklPan

    Inno Setup - Read-Only

    So I don't have that, unfortunately I don't have excellent English, so translation is difficult for me, and from a professional point of view, it's difficult to understand the meaning of sentences. Therefore, some of the plot lines are difficult to translate. Accesses the file where the...

Part and Inventory Search

Back
Top