CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: florivucu

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,072

    connection for running a crystal report

    Hi, everyone
    I have created an application in vb.net and I'm finnaly reach to use reports. I created the report using crystalreportviewer and ...
    We have a "services machine" where we are...
  2. Replies
    1
    Views
    1,191

    Question about combobox

    Hi
    I'm working and learning in the same time the vb.net. I'm using combobox. I have five item exc1 to exc5 which must be in the same range (same combobox values). Can I use only one combobox for all...
  3. Replies
    8
    Views
    1,140

    Re: I need help for an insert

    Many thanks. I've solved the problem. It was a "sintax" error: the telegrama parameter was added as pTLG instead of :ptelegrama. So, many thanks for your help.
  4. Replies
    8
    Views
    1,140

    Re: I need help for an insert

    The value for D is 'D' and it is written just like that. I will try with Access and then come back (I hope to find the error).
  5. Replies
    8
    Views
    1,140

    Re: I need help for an insert

    You might be right, but I don't have a boolean in insert statement. The error appear when the function reach the line "cmdInsert.ExecuteNonQuery()". I do have boolean function, but could that...
  6. Replies
    8
    Views
    1,140

    I need help for an insert

    Hi,
    I'm traying to run a function on server which is supposed to insert a record in a table. I'm having problems with this function
    Public Function InsertSirPlj(ByVal xCOD As Decimal, ByVal xDEN...
  7. Replies
    4
    Views
    594

    Re: select command

    Yes, the user can select one or many items. Depending on this I have to select the lines. Thanks. I'll try.
    Is there a way to combine the conditions in only one? I want to say: in the first select...
  8. Replies
    4
    Views
    594

    Re: select command

    Well it's not like that. I have to select and I want to combine them.
    first select:
    select ... from tablename where field1 = value1 (given the codition the user asked)
    and the second, if the user...
  9. Replies
    4
    Views
    594

    select command

    Hi,
    I'm new in VB so my question can be easy for you. I need to select some columns from a table and in where clause I might have a lot of columns. I created more than one select for this job but I...
  10. Replies
    2
    Views
    804

    Re: the address class pointer

    ok. my mistake. It's like that: I have a dialog class which is only to display a control list, called in another dialog class. like below:
    CTrenuriStatisticDlg Listedlg(this,...
  11. Replies
    2
    Views
    804

    the address class pointer

    Hi,

    It may be easy but I need to find out the address class in order to access some information from the class.
    I have created a dialog class using the dialog from another class. This dialog is...
  12. Replies
    36
    Views
    5,564

    Re: couldn't lock file

    Problem solved. Thanks to all. The problem has been solved by reinstalling the MS Office. I will keep in mind to apply all you said in the new release. Many thanks to all.
  13. Replies
    36
    Views
    5,564

    Re: couldn't lock file

    I assume the "lock" is about the mdb. On that computer only one user is working. I don't know to use semaphores or mutex.
  14. Replies
    36
    Views
    5,564

    Re: couldn't lock file

    The user needs to obtain some report these days. I do not have time to implement logging. I put some messages in the app and the app worked ok. But using the app without messages doesn't work any...
  15. Replies
    36
    Views
    5,564

    Re: couldn't lock file

    I cannot use debug - breakpoints - because on that computer we use only the exe file. The last solution is to reinstall Windows and Office, too.
  16. Replies
    36
    Views
    5,564

    Re: couldn't lock file

    I did open the mdb. It is ok. No problems.
  17. Replies
    36
    Views
    5,564

    Re: couldn't lock file

    no, I did not. What can I expect deleting this file? This file is deleted after closing the app. I asked the user to look aver it but there is no ldb.
  18. Replies
    36
    Views
    5,564

    Re: couldn't lock file

    no virus found
  19. Replies
    36
    Views
    5,564

    Re: couldn't lock file

    The function which give us the name looks like this:
    ........
    long codes = atol(sta_code);
    CString sta;
    if (codes == 0)
    return "";
    CStatiiSet RstStatii;...
  20. Replies
    36
    Views
    5,564

    Re: couldn't lock file

    The app is accesing the database with both ODBC and DAO. I'm at home now but I'm pretty sure I'm not using any of the try/catch block you mention. I have a feeling that - maybe - on that computer, on...
  21. Replies
    36
    Views
    5,564

    Re: couldn't lock file

    From my application there shouldn't be any difference.
    I load the codes from the txt the server gave, get the corresponding names using the mdb and print them onto the screen.
    I use:...
  22. Replies
    36
    Views
    5,564

    Re: couldn't lock file

    I've read about this. The user logged in has full control to the directory where the mdb is placed. If I try to open the mdb manually I can even see the ldb file. When I open my application I can't...
  23. Replies
    36
    Views
    5,564

    Re: couldn't lock file

    The thing is I receive from the server a list of codes and to deliver it to the user I search the names in the mdb. From the time te user places the request and before I get to deliver the entire...
  24. Replies
    36
    Views
    5,564

    Re: couldn't lock file

    Before posting this message on codeguru I searched the net for this error. The problem could be easily solved if the error appears all the time. But there are some path (routes) which do not give...
  25. Replies
    36
    Views
    5,564

    Re: couldn't lock file

    I'm using google but there is no connection between calipso and calypso. "Calipso" is the name of my app. What appears under the link you gave me is not helping me.
Results 1 to 25 of 41
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured