abu taher 34 Practically a Posting Shark

I add some data in a form by text box. a acsess file store it.then I close this form
and open another form . that data show in this from by datagird or msflexgrid. but my
problem is when I add some data and close that form this data not currently show in datagrid
or msflexgrid. when I close full project and open it again then show all data. how can I
show it currently.

abu taher 34 Practically a Posting Shark

I work in a project with 12 chekbox(12 monthname) and a textbox. when I check a box a month
name like "january" show in textbox. when I check another checkbox "February" show in that
textbox after january. like "January February" as like same 12 checkbox. but when I uncheck
any checkbox the textbox become blink. coz I write code
if check1.value = 1 then
text1.text = "january"
else
text1.text = ""
end if
if check1.value = 1 and check2.value = 1 then
text1.text = "january February"
end if
I write it with a module. but I want when I uncheck a checkbox it will erase that monthname
others monthname will show in textbox. if there is any other way to do this like listbox,
or other then help me please or help me with this project.

abu taher 34 Practically a Posting Shark

I need help. please help me with details.

abu taher 34 Practically a Posting Shark

I just modify thats line what I write above. and others line like attach project.

abu taher 34 Practically a Posting Shark

help me with this project.

abu taher 34 Practically a Posting Shark

when I made report I use adodc control by DSN. table select by code like
"select * from table1". I use adodc control in full project and connect with property
not by code.
so help me with details code. I didn't understand your code.

abu taher 34 Practically a Posting Shark

pls check it.

abu taher 34 Practically a Posting Shark

pls check it.

abu taher 34 Practically a Posting Shark

>> you need to frame the sql dynamically at runtime and pass the same to the report.

how can I pass to the report?

>>hi. you can write the query first. then i think you have to set the record source of your report
to the query you made.

How can I connect between the button and the report. I meant when I select date and press button then how the report show by code.

abu taher 34 Practically a Posting Shark

I made a datareport simple. just connect. but I want to make it with condition. I have 2
dtpicker for date. I want 1 day report or weekly or monthly report by dtpicker. example
I want 03/11/08 report or 01/11/08 to 03/11/08 report. But I dont know how make it. Where I write code or how I collect it. Help me. I want I select a date from dtpicker or form both dtpicker and click a button then the report show.

abu taher 34 Practically a Posting Shark

you can repair your windows.
press r for repair what show in second time. 1st time show r for repair not that press second time r .

abu taher 34 Practically a Posting Shark

I want to say as like debasis.
1st store todo list and then show it, by dtpicker.

abu taher 34 Practically a Posting Shark

I remove every thing. I did it again. now it work. thnaks every body.

regards
Taher

abu taher 34 Practically a Posting Shark

every thing is ok. I did it again. I remove every thing and did it againl. Now its work. No problem faced.

abu taher 34 Practically a Posting Shark

I only write "addnew" code. It worked but some day after now it not work. no other code I write. I start this and faced problem.

abu taher 34 Practically a Posting Shark

1. you can search with format .mp3
2. you can search with windows media player. go media libarary and click search with .mp3

abu taher 34 Practically a Posting Shark

help me please.

abu taher 34 Practically a Posting Shark

I attach a file what was send by Shaik Akthar. I work with it a new
access file. He use Table, I use querie. But it not work.I modify some
code like:
MSFlexGrid.FormatString = "<DATENOW|<NAME|<DIAGNOSIS|<REMARKS"
MSFlexGrid.FormatString = "<Student ID|<Student Name|<Jamal|<Roll No"

Con.Open "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;Data Source=" & App.Path & "\DB2.MDB"
Con.Open "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;Data Source=" & App.Path & "\student admin.MDB"

rst.Source = "profile2"
rst.Source = "Student"

MSFlexGrid.AddItem Format(rst!DATENOW, "DD/MMM/YYYY") & vbTab & rst!Name & vbTab & rst!DIAGNOSIS & vbTab & rst!REMARKS
MSFlexGrid.AddItem Student ID & vbTab & rst!Student Name & vbTab & rst!Jamal & vbTab & rst!Roll No

It not worked. I don't know what I did wrong. anybody can help me?

if I want to work it with datagrid then what I need to do?

abu taher 34 Practically a Posting Shark

label1 mean?

abu taher 34 Practically a Posting Shark

don't mind. If the remaining cells are not the adjacent to each other and I want click separatly each cell for each text then what I write. Please ........

abu taher 34 Practically a Posting Shark

sorry it works

abu taher 34 Practically a Posting Shark

its not work.

abu taher 34 Practically a Posting Shark

any one can help me please

abu taher 34 Practically a Posting Shark

Now my coputer start and display also show but after 5/6 minuite it was hang and after restart no display show. after long time when I again start it it show display but after 5/6 minuite it done the same thing.

abu taher 34 Practically a Posting Shark

whats your problem?

abu taher 34 Practically a Posting Shark

>>after turning on your computer have you heard a beep?
coz if you haven't heard a single beep the problem would probably be with the memory card.
is there a power in your monitor? try to check power connection.

No beep.

>>I've had something kind of like this happen to me before. When it doesn't shutdown/restart all the way. Try shutting down, letting it completely power down, and turning it back on.

how can I shuttdown coz no display show.

abu taher 34 Practically a Posting Shark

I have 4 text box in a form. when I click a button another Form show with a MSflexgrid. when I click in a msflexgrid the data show a text box of another form. I write code:
form1.Text1.Text = MSFlexGrid1.TextMatrix(MSFlexGrid1.RowSel, MSFlexGrid1.ColSel)

But I when I click msflexgrid the same data show all 4 textbox. But I want 4 item of data in msflexgrid show in 4 text box separetly . please help me.

abu taher 34 Practically a Posting Shark

I shutdown my pc normally. when I again start it , CPU was run but no display show in monitor. I disconnect all hardware connection and clean all hardware like AGP, RAM others. then again connect all hardware. start the pc and now display show in monitor. But when I again shutdown it the problem occured again and I checked all hardware connection. but no display show again. what can I do?

abu taher 34 Practically a Posting Shark

>>hi. are you using textbox? and are they bound?

Ya I use textbox.

>>please post your code so that we can easily understand the problem...

I only write "addnew" code. and face this problem.

abu taher 34 Practically a Posting Shark

as like debasis. or in daniweb you can get lot of web add by google. try it.

abu taher 34 Practically a Posting Shark

try it
dtpicker1.value = Date

abu taher 34 Practically a Posting Shark

what want to do? tell details. want to show data in flexgrid?

abu taher 34 Practically a Posting Shark

what kind of help you need. any code? please details.

abu taher 34 Practically a Posting Shark

I work with a student database project. when I click Add New button a massage show. I write code in add new button was "adodc1.recordset.addnew." massage was
"Multiple - step OLEDB operation generated errors. check each OLEDB status value, it avaiable. No works was done."
when I press ok another error show.
"Run time error'-2147217842(80040e-4e)': operation was canceled."
and now record save. please help me urgent.

abu taher 34 Practically a Posting Shark

right click on my computer, then click manage then click divce manager.

abu taher 34 Practically a Posting Shark

You have no document of motherboard, when you purchase it. you get details that paper.

abu taher 34 Practically a Posting Shark

Actually I don't understand what shall you do (Ahmad). whats your problem?

abu taher 34 Practically a Posting Shark

If you want to update your windows, I mean want service pack 3 then you easily download it from microsoft web site. its free.

abu taher 34 Practically a Posting Shark

1. try again.
2. check your all hardware connection.
3. If you have no problem use bootable disk for boot from ms dos. format your windows drive. then try again to setup. remember, before formatting drive back up you essential documents.
then no solve please reply.

abu taher 34 Practically a Posting Shark

I think different. Delete it from c:\Programs files. I think you have no problem if you delete it.

abu taher 34 Practically a Posting Shark

You can download it from microsoft web site. It think it is easy for you.

abu taher 34 Practically a Posting Shark

I think scan your computer with anti virus. if your problem will not solve then repair your windows with xp cd

zeroth commented: caperjack already told him about anti virus...windows repair is desperation fix! -2
abu taher 34 Practically a Posting Shark

You can use "Tiramishu" software for recover this. It work with fat32. and you strart it with ms dos mode. You can recover what you deleted.

abu taher 34 Practically a Posting Shark

Please tell your problem details. I don't understand what you said. please details.

abu taher 34 Practically a Posting Shark

You cann't recover them. I know so far, there is no software to recover them. If you do not any work after delete as like bob said then you can recover it. now you cann't recover it.

abu taher 34 Practically a Posting Shark

If you have no other question then please mark it solved.

abu taher 34 Practically a Posting Shark

have you any other question? If not then mark it solved.

abu taher 34 Practically a Posting Shark

>>you need to frame the query dynamically at truntime and execute the same as per user selection.

Please details.

abu taher 34 Practically a Posting Shark

I need help. anybody can help me urgent.

abu taher 34 Practically a Posting Shark

Sorry. please tell another way or details.