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

Search:

Type: Posts; User: Leite333

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    394

    Create directory with date

    Goodmorning
    I want little help


    AnsiString S=DateToStr(Date());

    char *test=S.c_str();

    CreateDirectory("c:\\Monday"+test, NULL);
  2. Replies
    1
    Views
    584

    Create backup database from button

    Goodmorning.
    I have an application and a database in C++ Builder 2007 and Access 2007. I want to create a button in my application that will check if the file of database today exist and will make...
  3. Replies
    1
    Views
    518

    StringGrid,delete last row

    Goodmorning
    I have a small problem with my application. I have an Edit1 from where i put values in StringGrid.
    I want to make a button where i will put the above code. with this button the user...
  4. Replies
    3
    Views
    551

    Re: StringGrid,Memo

    Hi
    you help little and thank you but still some little problems

    for this:

    int k=0;
    for (int rowint=0;rowint<StringGrid1->RowCount;rowint++)
    {
    for (int...
  5. Replies
    3
    Views
    551

    StringGrid,Memo

    Goodmorning
    I want some help. I have a stringgrid with some values inside.

    1 8,2
    2 8,3
    3 8,7
    4 10,1

    So my question is how i can take these fields to a memo component...any...
  6. Replies
    1
    Views
    467

    Update a record with ADODataset

    Goodmorning
    I am using a database in access 2007 and c++ builder 2007. I have a problem and i want some help. I have a dbgrid on my simple application and the user find a record and click on it....
  7. Replies
    0
    Views
    552

    Rave Report, count records

    Goodmorning.
    I am using C++ builder 2007 and Access 2007. I have made a simple report at rave reports designer.
    I have all my fields corectly but i want a new field to count every row and i dont...
  8. C++ builder 2007,Crystal Report XI, Component ?

    Hi
    I have a database on Access 2007 and i am using C++ Builder 2007. I want to know if someone help me if i have some crystal reports from crystal report XI for my databe is any way to run it from...
  9. Re: C++ builder 2007, scan in edit with barcode scanner

    if(Key == '\n' ||Key == '\r')
    MessageDlg("THANK YOU FOR USE SCANNER",mtInformation,TMsgDlgButtons()<<mbOK,0);

    else
    {
    MessageDlg("TRY SCANNER",mtInformation,TMsgDlgButtons()<<mbOK,0);...
  10. Re: C++ builder 2007, scan in edit with barcode scanner

    Goodmorning
    Here is some code i wrote. No much things. I want the user to use a scanner barcode and scan on edit. If he use scanner everything is ok. but if he use keyboard copy paste letters on...
  11. Replies
    1
    Views
    547

    Update a record with ADOTABLE

    Goodmorning

    I have a simpe application with 2 tables in a database in access 2007

    If i use an ADOTable and i want not to post a new record but to change one that already exist. How i move to...
  12. C++ builder 2007, scan in edit with barcode scanner

    Goodmorning

    I have a simple application with one edit inside. So the user in this edit use a barcode scanner and scan. I have the above code

    if(Key == '\n' ||Key == '\r')

    checkCustomer();...
  13. Re: c++ builder 2007, query count record from database

    Hi. Sorry i thought i was clear. On Edit14->Text there is date with function DateToStr(Date());. I have these fields on database table.

    A/A ->Automatic
    Ammount->Float
    Date->Date/Time with...
  14. c++ builder 2007, query count record from database

    Goodmorning

    I have a simple application on C++Builder2007 and access 2007. I want to make a query so when a user hits a button to count the records on a specifiec date. I wrote the above but its...
  15. Replies
    0
    Views
    367

    Code and create a new field

    Hi
    If i have a table with these fields in sql express

    Date Pay
    28/03/2012 100
    30/03/2012 300
    02/04/2012 1500

    Today lets say is...
  16. Replies
    0
    Views
    473

    Help create a dield with code

    Hi
    I would like some help to make some fields in Crystal Reports and print them in my form.

    I have a table with the above fields:

    Type
    Charge
    CustomName
Results 1 to 16 of 16



HTML5 Development Center

Click Here to Expand Forum to Full Width