Posts by user3434888 • 129 points
7 posts
-
1
votes1
answer1642
viewsA: Import: cannot import name Patterns on Django
Probably when I built the setup it updated the version of Django and the version I was using before should be less than 1.8. From version 1.8 the url is as follows:…
-
3
votes1
answer1642
viewsQ: Import: cannot import name Patterns on Django
The application on Django was working normally until I went to put Django-comments, first I installed it with the setup.py that came along, I believe that is what is causing the problem, then I put…
-
0
votes1
answer28
viewsQ: Insert multiples ids to a table
Hello, I have the following problem: I have the PERSON table and COURSE table, each person can choose more than one course, the id of the chosen courses need to be saved within the person table,…
mysqlasked user3434888 129 -
5
votes1
answer633
viewsQ: Error executing Databasefactory.Createdatabase() method
I’m getting the following error while performing the function DatabaseFactory.CreateDatabase(): "Configuration system failed to boot" The app.config is as follows: <?xml version="1.0"?>…
-
2
votes1
answer149
viewsQ: Remove C# Webbrowser Details Print
Just like in the image, I need to remove these details in the corner of the page and put a description in the bottom corner of the page will be possible? I’m making an impression like this:…
c#asked user3434888 129 -
0
votes4
answers362
viewsA: C# e.Hasmorepage is in Eternal Loop
So the for is working normally, but one thing I realized is that after finishing the for it starts printDocument1_PrintPage again. So get in the for again. I’m calling it that way:…
-
1
votes4
answers362
viewsQ: C# e.Hasmorepage is in Eternal Loop
I am creating a system for printing labels as follows the code: private void printDocument1_PrintPage(object sender, PrintPageEventArgs e) { Image newImage; Point ulCorner; int x = 0; int xn = 0;…