Posts by Jose Silveira • 60 points
6 posts
-
1
votes2
answers1204
viewsA: Problem with installing libraries in Delphi XE8
It seems that the component is not compatible with XE8 version and cannot find the directory containing the VCL. Check this. If it is the 3DeLite’s component, according to their website the…
-
-1
votes2
answers415
viewsA: Label printing skipping 2 by 2
Your problem is with setting the label. Once you are not informed the printer follows a preset pattern. Try to configure the format (Height x width, sheet size, etc.) in the printer setup, or…
delphianswered Jose Silveira 60 -
0
votes1
answer143
viewsA: CNAME note
If I understand well inside your X domain you have several sub-domains for your customers, right? Then you need to redirect your X domain to the Y domain address and you may have to do the same for…
-
-1
votes2
answers415
viewsA: Label printing skipping 2 by 2
I think Voce needs to define the height of the label and the vertical space between them, if any. Depending on the version of Delphi you are using, you may have the Quick report. If this is your…
delphianswered Jose Silveira 60 -
-1
votes1
answer32
viewsA: Implementing a system on the server
Usually your hosting provider already automatically installs Mysql for you and provides a control panel for your domain where you can create the database. After creating the database you inform the…
mysqlanswered Jose Silveira 60 -
4
votes1
answer668
viewsQ: Calculation of hotel nights in MVC application
I recently started programming in MVC and I am full of doubts. I’m developing a hotel reservation system and after spending 3 days trying to calculate the total cost of a reservation unsuccessfully,…