Search:

Type: Posts; User: unforgiven747

Page 1 of 4 1 2 3 4

Search: Search took 0.05 seconds.

  1. How to display text for while and Text disappears as fade out

    Hi All
    The scenario is such that the news is read from the database and each news is displayed for a few seconds and then fades out and the next news is displayed. just Like breaking news on news...
  2. Re: How to read and write combined data from/to the field

    Thank you for your answer, do you have an example for this?
  3. Re: How to read and write combined data from/to the field

    I was able to read the arrays with split, but I could not save the arrays in the field.

    Dim Data() As String
    Dim moni As New ADODB.Recordset

    If moni.state = adStateOpen Then
    moni.Close...
  4. Re: How to read and write combined data from/to the field

    In this example, for each control, I considered a column under the name of the control and a column to store its properties. Now the problem is how to read and save the properties of a control that...
  5. Re: How to read and write combined data from/to the field

    I don't have 255 properties for one control. Each control has about 10 properties, and I have 50 controls, which makes 500 properties for all controls. If I want to put one field for each control in...
  6. How to read and write combined data from/to the field

    Hi all,I need to save the properties about 50 controls form in Access 2003 data base, such as length, width and height, distance from the top, distance from the left, font color, background color,...
  7. Re: Write\ Read data to txt file as array

    thanks all for your guidance
    i could solved my issue as xml format .
  8. [RESOLVED] Write\ Read data to txt file as array

    Hi all
    I need to write and read data to txt file . i have a 8 textbox as array index . i could write data in file but i can load data to textbox array so that each data show in own textbox. for...
  9. Re: How can i handel adding data to vsflexgrid with additem method

    i passed it,solve
  10. [RESOLVED] How can i handel adding data to vsflexgrid with additem method

    Hi all
    I fill data to vsflexgrid by additem method , i want to control counts of grid's rows. for example if rows of grid getting to 10 row, adding turn to stop . if i use recordset to fill grid, i...
  11. Re: How can i change contain of fields

    Solved,good for you,thanks
  12. [RESOLVED] How can i change contain of fields

    Hi all
    in my database access i have a fields that call color to save kind of color. i want to change red color to blue color in this fields.there is kind of colors in this fields like green, black...
  13. Re: [RESOLVED] Read from database and show in form as checkbox

    never mind, it was just a sample. thanks for your remind.
  14. Re: Read from database and show in form as checkbox

    a million thanks for your hint and SamOscarBrown
    i use rs.move next and code works good as i want.
    thank all for your attention
  15. Re: Read from database and show in form as checkbox

    Hi again all
    None of above code dose not work.
    please run my source code to find my problem. my code work without any hang or ... . but for example if record number 7 status field has true(data...
  16. Re: Read from database and show in form as checkbox

    this is my code : if you can pls take a look at my source code that i attached .


    Option Explicit

    Public db As New ADODB.Connection
    Public rs As New ADODB.Recordset

    Sub...
  17. Re: Read from database and show in form as checkbox

    Dear DataMiser
    i try your code but it dose not works.
  18. Re: Read from database and show in form as checkbox

    Dear kamalkumar2023
    i changed data type to number ,but no effect happend.
    do you see my sample ?
  19. [RESOLVED] Read from database and show in form as checkbox

    Hi all
    i want to read data in database and show it in form.there are 3 column in my table: auto_id, num, status .also there are 10 chekbox as array in form.
    there are 10 records in table . some...
  20. Re: Related value of 2 updown numeric control to eachother

    i'm so sorry about $250 Donation , i can't pay .i attached again sample code without Bin Folder for whom to help me.
    anyhow, thank's
  21. Re: Related value of 2 updown numeric control to eachother

    Dear kebo
    i attached a sample source .please take a look at it and correct my code.
    thank's a lot
  22. Related value of 2 updown numeric control to eachother

    Hi all
    i have 2 updown numeric controls in my form .i want to make relate value between those controls,so that if i increase value of control1, control2 value like wise and inverse .
    i use this...
  23. Re: passing value of checkbox in datagrid to checkbox control

    Dar ddy9 , thank you so much, works good
  24. passing value of checkbox in datagrid to checkbox control

    Hi all
    how can i passing value of checkbox in datagrid to checkbox control when i click row of datagrid .

    i could send value of cell of datagrid to textbox, but i can't do it for checkbox

    ...
  25. Re: How can i control mass objects properties in Active report like barcodefield

    no one can help me?
    any idea?
  26. How can i control mass objects properties in Active report like barcodefield

    Hi all
    I need to have a control mass barcode field in active report. i have a 200 barcode label to control properties like visable and ... . cause this objects in active report has no index how can...
  27. Replies
    6
    Views
    1,193

    Re: how can i run this query in vb

    Dear Umfriend,thanks for your attention to my post
    unfortunately,your code dose not work,error shows "Query input must contain at least one table or query" ,you omit "From".
    but when i add "From"...
  28. Replies
    6
    Views
    1,193

    Re: how can i run this query in vb

    Finally, i do write this code to calculate and show balance of each rows.now
    i need to show previous balance according date .
    please help me to do that


    SELECT '' AS doc_num, '' AS c_date,...
  29. Replies
    6
    Views
    1,193

    Re: how can i run this query in vb

    hi
    this a query :


    SELECT
    '' AS docnum,
    '' AS c_date,
    'previous balance' AS narration,
    " " AS credit,
    " " AS debtor,
  30. Replies
    6
    Views
    1,193

    how can i run this query in vb

    Hi all
    i have a query in database and it works good .now i need to use this query in vb6 .
    any body can write this query in vb6 so that run this query in vb6?
    i attached access database(mdb)...
  31. Replies
    8
    Views
    1,041

    Re: play wav sound just 5 times

    thank's Bonnie West for your reply,it's works good , also thank's all for attention this post .
  32. Replies
    8
    Views
    1,041

    Re: play wav sound just 5 times

    It is important to me ,number of time that wav play .
    pls make a suggestion
  33. Replies
    8
    Views
    1,041

    Re: play wav sound just 5 times

    Dear Bonnie West
    I used this code and can play sound 1 time, but i need when sound played ,paly again 4 more times , not as loop .



    Declare Function sndPlaySound Lib "winmm.dll" Alias...
  34. Replies
    8
    Views
    1,041

    [RESOLVED] play wav sound just 5 times

    Hi all
    How can i play one wav file just 5 times ?
    i need to play short wav file for warning .
    thank's
  35. Replies
    0
    Views
    485

    How can i manage menu in IVR

    Hi all
    I 've made ivr prog and made some menu to play for caller.
    i have a menu1 as :
    welcome ==> menu1 : Please press 1 to Speak with Sales , Press 2 to speak to Support or Press 3 to price list...
  36. Guiding for making the process of implementing IVR

    Hi All
    i made ivr system and play some message voice based on select tone key's phone . it's work good .
    i did save path of voice file and key tone in database and show it in grid.
    do i work with...
  37. Re: Conflict between vb6 and microsoft word

    hi
    yes,you are right,finally i had to remarked Codejock's shortcut menu.
    now, i need to use some sortcut to run my codes, can you show me one way to make shortcut to run show form1 for example as...
  38. Re: Conflict between vb6 and microsoft word

    please guide me or make a suggestion, it's vital for me
  39. Conflict between vb6 and microsoft word

    Hi Folk

    I 'm coding vb6 and use Codejock commandbar' OCX to make menu and shortcut menu .it's work good ,but i need to add Microsoft word 10 reference to project for export data to Microsoft...
  40. Replies
    13
    Views
    2,155

    Re: please leading me to work with RFID

    Dear Doogle
    Sorry for my delay,i was too busy these days. your code work good but it return always 1 and 3 ,when i use RFID card for example in time attendant , RFID device should be ready always...
Results 1 to 40 of 131
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width