Default Avatar

dayz

dayz

About

Username
dayz
Joined
Visits
0
Last Active
Roles
Members

Comments

  • 1) Will be the same like earlier = all data +mysep+all data 2) Yes it need 2 clear list on CheckListBox and fill with few data not all datas like on point 1) 3) If I hit another radiobutton it will do the same if do point 2 but it will fill with a…
  • Thx for another help i will try ur code. Now i need another help [img]style_emoticons/<#EMO_DIR#>/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> The next MISSION is to do something like that: i'm putting radio…
  • Query SELECT d.* FROM dbo.DokHan d Where Data >= (:Data1) and Data <=(:Data2) AND Typ IN (:TypDok) but when i choose on CheckListBox1 more than 1 data iv got error: Conversation failed when converting the varchar value '100|101|200' to…
  • ok scipts workds fine but i need to see 'state' and 'data' from databese in checklistbox, now it's only 'state' So it will need 2 looks something like: CheckListbox Dok1 2011.5.1 Dok2 2011.4.1 etc Earlier it was: (CheckListBox) Dok1 Dok2 …