It's on datagrid file
Notice: Undefined offset: 47 in C:\xampp\htdocs\OLGames\php_datagrid\datagrid.class.php on line 4990
Search found 11 matches
- Feb 17th, '15, 20:34
- Forum: Add/Edit/View Mode Templates Implementing
- Topic: Undefined Offset on 1st record
- Replies: 3
- Views: 1940
- Feb 17th, '15, 14:51
- Forum: Add/Edit/View Mode Templates Implementing
- Topic: Undefined Offset on 1st record
- Replies: 3
- Views: 1940
Undefined Offset on 1st record
Hi all. Need your advice on the following case, I tried to add new record, 1st record on the table but encounter the following error (attached pic). But after I refresh the page the error are gone, what is wrong with the array? Here are the code for the array. $record = mysql_query($sqlbank); $arrBa...
- Feb 17th, '15, 14:46
- Forum: Add/Edit/View Mode Templates Implementing
- Topic: Add/Edit 2 table in 1 grid
- Replies: 4
- Views: 1751
Re: Add/Edit 2 table in 1 grid
Thank you Admin. I will take a look the code again.
=sea=
=sea=
- Feb 3rd, '15, 12:30
- Forum: Add/Edit/View Mode Templates Implementing
- Topic: Add/Edit 2 table in 1 grid
- Replies: 4
- Views: 1751
Re: Add/Edit 2 table in 1 grid
If you use 2 DataGrids on one page you must firstly update values in the 2nd table and only then in the 1st one. So it's not possible for Edit MODE to update 2 table by only using 1 grid. I noticed that there is a setting for table and key like below ## +--------------------------------------------...
- Feb 1st, '15, 16:56
- Forum: Add/Edit/View Mode Templates Implementing
- Topic: Add/Edit 2 table in 1 grid
- Replies: 4
- Views: 1751
Add/Edit 2 table in 1 grid
Hi all, I need advice on the following scenario of my grid below. I have 1 grid (called it GridA) and I have 2 tables (tableA & tableB). Up to this moment I managed to use GridA to add both table in 1 form (ADD form) so during save the grid will save to tableA and tableB. But I encountered a cha...
- Jan 20th, '15, 23:37
- Forum: Calendar feature implementation [date/datetime fields]
- Topic: Formatting Date
- Replies: 2
- Views: 2786
Re: Formatting Date
Thank you very much Admin - sharp as shark 

- Jan 20th, '15, 15:11
- Forum: Calendar feature implementation [date/datetime fields]
- Topic: Formatting Date
- Replies: 2
- Views: 2786
Formatting Date
Hi. I'm new using ApPHP grid and it works beautifully for my site (internal one). But I encountered issue when displaying timestamp format data, I could not find suitable reference for this. For example I want to display format dd-mmm-yy hh:mm e.g 21-Oct-14 13:00, but still end up with timestamp for...
- Dec 11th, '14, 21:47
- Forum: ApPHP DataGrid
- Topic: Passing variable to default value
- Replies: 6
- Views: 2354
Re: Passing variable to default value
ok thanks for the help.
- Dec 10th, '14, 20:57
- Forum: ApPHP DataGrid
- Topic: Passing variable to default value
- Replies: 6
- Views: 2354
Re: Passing variable to default value
Sorry it didn't answer my question sir.
I have made it ready only but the most important is how to pass the variable into default value section.
For example I want to pass $strPlayerID with 'Player001' value.
I have made it ready only but the most important is how to pass the variable into default value section.
For example I want to pass $strPlayerID with 'Player001' value.
- Dec 10th, '14, 00:35
- Forum: ApPHP DataGrid
- Topic: Passing variable to default value
- Replies: 6
- Views: 2354
Re: Passing variable to default value
Sorry, but what I want is make the field / column on data grid becomes read-only and put default on it i.e. 'player001'. This will prevent user to key in other number for the field. Thank you - Sea