101

(7 replies, posted in General)

Thank you  Brain. If the situation  is same as you described then what is the best solution

102

(2 replies, posted in Script)

Thank you Jean

103

(7 replies, posted in General)

This is database application without images. Only one image of logo which stored in separate folder. There is windows seven on system.

104

(7 replies, posted in General)

I have design an application. It works ok but due to increasing records, it creating problem to slow load. Some time Not responding appears and some time out of memory message aprpears. My system has 4gb ram. Any solution of this kind of issue.

105

(2 replies, posted in Script)

How can we make search using script for specific field.

106

(0 replies, posted in Script)

Any one can help about an error and how can we remove this kind of error.. This kind of error occur when there is empty currency field. How can we solve it?

107

(72 replies, posted in General)

Thank you CDB. What is #13#13? Would you like to explain?

108

(72 replies, posted in General)

Thank you FEB to reply. Actually I want to add a button which reset table/tables which delete all records of table. Would you like to attach a project for example?

109

(72 replies, posted in General)

Hi Friends,
         I am sure all of you will be fine. Today I was to know how to add a button on a form which delete all records of all tables or selected table but before deleting a message box should appear for confirmation and after deleting"all records have been deleted" message appears. Can anyone help?
Thanks

110

(3 replies, posted in FAQ)

Thank you tcoton. Do you like to add a project as example? Before deletion a messagebox appear which confirms deletion

111

(3 replies, posted in FAQ)

How to delete data from fields of a table to refresh table and its fields?

112

(3 replies, posted in General)

Thank you brain. It means full stop stops procedure. Will it affect other procedures?

113

(3 replies, posted in General)

Can anyone tell why do you place dot after end instead of semi colon; just like below
begin
end.

114

(4 replies, posted in Script)

Thank you to reply CDB

115

(4 replies, posted in Script)

Hi CDB,
           This statement does not  work. In fact I want  to save a combobox text to another field of a table. In this statement books is a field and sal is a table. How it can be? Thanks.

116

(4 replies, posted in Script)

Anyone can mention error in following statement which is not executing and showing  error on Text;
     
          SQLExecute('INSERT INTO `Sal` (`books`)'):= form2.ComboBox2.Text;

117

(4 replies, posted in General)

Thank you CDB attaching project which guide me what I want to know. Thanks again.

118

(4 replies, posted in General)

Thanks CDB. I want to add data if it is not in combobox. Where do I type these codes on which event? On click event? Can you attached any project as example?

119

(4 replies, posted in General)

Hi everyone,
               I want to know that a combobox can be editable? If yes, how it can be?

120

(72 replies, posted in General)

Hi Brain and every one,
                on the attached income _ expenses 10, I want to get display as in attached pic. Is it possible? If we can get  (Select count(b.id_category) From sales b Where b.id_category = 2 and b.sdate = a.sdate), on form No_Sales_2, why we can't get  (Select (b.sitem) From sales b Where b.id_category = 1
  and b.sdate = a.sdate) on form No_Sales by pressing query button? as attached pic. Why it is creating problem by more than one entry?

121

(72 replies, posted in General)

Hi Brain and every one,
                on the attached income _ expenses 10, I want to get display as in attached pic. Is it possible? If we can get  (Select count(b.id_category) From sales b Where b.id_category = 2 and b.sdate = a.sdate), on form No_Sales_2, why we can't get  (Select (b.sitem) From sales b Where b.id_category = 1
  and b.sdate = a.sdate) on form No_Sales by pressing query button? as attached pic. Why it is creating problem by more than one entry?

122

(6 replies, posted in General)

Thank you brain. I was missing you. I am feeling sorrow about typhoon.

123

(6 replies, posted in General)

MVD, sql

124

(6 replies, posted in General)

How? can you give example? or syntax?

125

(6 replies, posted in General)

Hi friends,
             Any one has idea to save date of a field of a table to another fields of other table. How it will be?