7 Unanswered Topics

Remove Filter
Member Avatar for abu taher

all connection is ok. but when I want to play curseder game (in two pc connection)in multiplayer function the both pc are not connect. I mean One pc select host and the another pc select join but no ip show. Now what can I do for it.

0
69
Member Avatar for abu taher

when i want to link a child command with parent command (in data environment) then show this massage. but i make a relation with same field. then why show this massage. nb: i write sql in command.

0
54
Member Avatar for abu taher

in data environment I write code[CODE]SELECT AccountInfo.incategory, Sum(AccountInfo.InAmount) AS SumOfInAmount FROM AccountInfo where Date and Date between DTFr.value and DTTo.vlaue GROUP BY AccountInfo.incategory;[/CODE] in form I write code in a command button like:[CODE]Private Sub Command2_Click() Load DataEnvironment1 With DataEnvironment1 If .Command3.State <> 0 Then .Command3.Clos .Command3 Format(DTFr.Value, "dd/mm/yyyy"), Format(DTTo.Value, "dd/mm/yyyy") …

0
95
Member Avatar for abu taher
0
65
Member Avatar for abu taher

a msflexgrid show my data. I write code in msflexgrid_click():[QUOTE]txt1.Text = MSFlexGrid1.TextMatrix(MSFlexGrid1.RowSel, 0) txt2.Text = MSFlexGrid1.TextMatrix(MSFlexGrid1.RowSel, 1)[/QUOTE] for show data in textbox. but one error msg show: "run time error 381 subscript out of range" what I do now?

0
55
Member Avatar for abu taher

I want to make a data report. I write a name (like: taher) in a text box then press a button and then (taher's) all data will show. how it possible? I want it many ways. like name, ID, date. I mean I write name or ID or date and …

0
57
Member Avatar for abu taher

I want when I write some text in a textbox it direct pass in data report. I mean generally a data report connect a database and show data from it. but here I want I write and it pass that time data report.

0
74

The End.