76

(72 replies, posted in General)

These lines are executable? because I read  that after // are comments lines which are not executable.

77

(72 replies, posted in General)

Thank you brain zaballa. I could not understand highlighted lines in these two pics attached. Can you tell some detail about them? Are these executable?

78

(72 replies, posted in General)

Any one can tell how do we create trigger in attached project. In fact as data increase system takes time to load form have tablegrid. A trigger speeds up to load?

79

(8 replies, posted in General)

Hi sibprogsistem,
                          how are you? Can you attached any project with trigger that will make me understand about trigger? because your script display error message.

80

(8 replies, posted in General)

Thank you sibprogsistem. Next I want to know where trigger will be created. For example I have a project and a button is used to display records on  a form1 and tablegrid1 and procedure is click button. After line of  (procedure Form1_Button1_OnClick (Sender: TObject);
begin)    --------- so here we enter script for trigger?

81

(8 replies, posted in General)

Thank you again sibprogsistem. Some question about trigger. what is trigger and why is it created. Any page that help me  to understand trigger.
"my_log_insert" is trigger name or table name?

82

(8 replies, posted in General)

Thank you sibprogsistem. Would you like to explain this script? Especially ( '    INSERT INTO statistic(data, status) VALUES (datetime(''now'', ''localtime''),''New''); '+)

83

(8 replies, posted in General)

any one can tell about trigger and how it is created?

84

(29 replies, posted in General)

sparrow wrote:

Perhaps you talked about it.
The request is generated dynamically based on the number of returned values.

Can you explain your project, Sparrow?

85

(3 replies, posted in Script)

Thank you sparrow. In my attached screen short, there are three different tables name, class and grade and they have same columns name, class and grade. How would I get value from combobox and text box?. Can you write complete query?

86

(3 replies, posted in Script)

I have a form of which pic attached. It contains Text box and two combo box shown in pic. I want to save data which is textbox and combobox by clicking button save using query to another table.

87

(29 replies, posted in General)

Thank you Derek to guide. I want to ask about tables you have checked three tables as dictionary while one was unchecked. Why is it?

88

(29 replies, posted in General)

Thank you derek you have solved my difficulty on which I was working. Here is my one question. Your uploaded project has a limit to show records only 10, if it is unlimited then?

89

(29 replies, posted in General)

sparrow! can you upload sample of project as example?

90

(2 replies, posted in Script)

Thank you sibprogsistem

91

(29 replies, posted in General)

This is an interesting projects. I want to know which kind of changes will make if we replace years to subjects. For examples: Math, English, History etc etc

92

(2 replies, posted in Script)

Hi friends,
         How are you all? Today I am asking about how to create save button to save records of various tables using script?

93

(11 replies, posted in General)

Hi derek,
            Thank you to attached project. It is useful but I wank to know how it work if we type for example 10 in  Edit2 on form1. The result should be only first 10 records and next or previous 10 records by pressing next or previous button respectively. Second, I want to know how can make this project to show data just like forum page of this site just like page Previous, 1, 2. 3...... Next
Thank to send earlier response.

94

(11 replies, posted in General)

Thank you  lejoso. You have upload a useful project but I need some more. If we add a previous button then how it will work?

95

(1 replies, posted in General)

Any one can help? Is it possible to save records on a tablegrid to another table? How can it be?

96

(2 replies, posted in General)

Thank you derek. In attached project I would like to use on change event of tablegrid. How can it be if I delete cell on tablegrid it will delete text on ediitbox and how it will be if there are three or four editbox?

97

(11 replies, posted in General)

Why has project deleted? How can we use pagination?

98

(2 replies, posted in General)

Hi everyone
              Today I need help to know how can we get text of  a specific cell of tablegrid to editbox. Is it possible?
Thanks in advance.

99

(2 replies, posted in General)

Hi friend,
            How are you all? Today I want to know how can we use vertical scroll bar on a form?

100

(7 replies, posted in General)

Thank you brain and derek. Only one form takes the time to load that have data to display. What is Trigger? would you like to explain it with a detail?  I have made this project using attached project with some alteration in size and design not in codes. As transactions increase about thousand or more Sales_2 form take time to load.