Search results for query: *

  1. G

    Crystal Report login problem

    Hey there everyone. I have recently changed pc and so I changed and os from vista to win7. I have installed VS08 , mysql, odbc, .net connectors, created the dbs imported all the dumps. All my past projects are working fine. The only issue I am having which I cannot solve is that everytime I need...
  2. G

    Project issues

    Thanks for the reply. The thing is that I have already done that and it resolved all errors. The weird thing is that it debugs ok, connects to the db and the data transfer is fine. Only in designer mode the forms show the error. I can 'ignore it' and continue normally to the form but because the...
  3. G

    Project issues

    Hello guys and dolls. I am trying to open a past project of mine in studio 08. The project was created in 08. I have added the mysql.data/ imported my dump/ changed the user, pass in the connection strings and everything debugged succesfully and I could run my program. When I try to open a form...
  4. G

    Question Import Mysql Dump

    I have two databases with different credentials ( db name/user/pass). Can I still use the dump from one database to import it to the other even though they have different credentials? Thanks for your time
  5. G

    Question Logout user on Application crash

    I have developed a server-client application. The program has multiple users each uniquely login in with their credentials to the system. The problem arises when the application crashes, pc shuts/restarts, the user then cannot log in as it is showing is still logged in. This is true because the...
  6. G

    Question Group controls?

    thanks for all the replies.. found the solution with some help. Here is it for future reference: It selects whatever control in the form wherever that lies in(groupboxes, panels, etc).
  7. G

    Question Group controls?

    I am trying to group various controls (of the same type, eg. labels together, buttons together, etc. ) on a form using a tag or a name of some sort so I can identify all those that belong to tag 'A' and those in tag 'B'. In the end I will have on a form a number of labels grouped as tag 'A' and...
  8. G

    Insert just time in MySql column

    I am developing a portion of an application that deals with settings reminders and alarms for personal notes. I am trying to insert from a formatted datetimepicker( formatted to show time only ) the time a user wants to get a reminder of something he/she wants. The column in the MySql database...
  9. G

    Question Enter greek characters in MySql DB?

    I am trying to insert greek characters to my database and I keep getting and '?' question marks inserted. I am using VS 2008/MySQL server 5.0. I have googled it and everyone who had the same problem before were developing webpages and not software. The changes they did to resolve had to do with...
  10. G

    Question Barcodes scan problem

    Thanks mate for today. I have concluded that it was the width too short. I have altered the CR to have 3 labels per line, enough for the long 11 digit barcodes. Now I can scan them. Thanks a million. Now the only thing left is to tell CR where to start printing from. Cheers mate.
  11. G

    Question Barcodes scan problem

    thanks for all the replies. I want to use 11 characters. I am willing to change my labels to get bigger labels if that is what is needed. As soon as you told me about the width I created a new CR with larger widths. I managed to scan 8 characters but the stranger thing is that I could not read 4...
  12. G

    Question Barcodes scan problem

    The problem in making it wider is that I will not be able to print the whole barcode on the limited dimension the label gives me. Is there other fonts that can take long numbers and not grow so big on the sides? If not I am thinking of getting bigger labels? What you reccomend
  13. G

    Question Barcodes scan problem

    Furthemore I am using Crystal reports to generate label printing. I am inserting the dimensions of the labels in CR but it only allows me to print 4 labels per line even though the label paper is 5 per line. Also how can I use checkboxes to send CR the starting position to start printing and not...
  14. G

    Question Barcodes scan problem

    I manage max 7. What you get is correct. I ve attached the readable barcodes. Thanks for the good, fast replies
  15. G

    Question Barcodes scan problem

    Thanks for the reply. I have tried various lengths on the barcodes playing also with the font size. I manage to scan up to 6 characters. When increasing the font size I manage 5 when I decrease it does not scan anything. It does not need to calculate the check character. I am using the normal...
  16. G

    Question Barcodes scan problem

    I am using VS 08 , crystal reports, Mysql for a small inventory system. In my case I am going to print the barcodes and also generate them. I have used various fonts and I cannot get the scanner to scan them. It scans whatever barcode I test, other than the ones that I generate. I tried...
  17. G

    Question Parameter Input Form

    Hello to everyone and and all the best wishes for the new year. I am using VS 2008 with Mysql and crystal Reports to create a small invoicing application. I am trying to create dynamic reports for the end-user to have. All works rather ok but I am having a small(big) problem I could not find a...
  18. G

    Question Print Labels

    For barcode I am using datetime together with item names to generate unique, one off barcodes. How to print directly from VB? I have to program margins, orientation, where to place what? I was never good in using the .paint of VB. I could not print a single form and remove the huge margins. I...
  19. G

    Question Print Labels

    Hello to all. I am using VS 08 together with MySQL for the database. I am trying to print labels using an application I am developing. I found this template in word in which represents the label paper I have. I have attached the template. The template consists of a table with 13 rows and 5...
  20. G

    Question MySql query would not execute

    'name' is not a reserved word. Already checked it out. folow the link: MySQL :: MySQL 5.1 Reference Manual :: 8.3 Reserved Words
Back
Top