Thursday, February 27, 2014

some useful RUN (Windows+r) commands in windows


                   To Access                                                       Run Command
  1. Add/Remove Programs                                              appwiz.cpl   
  2. Administrative Tools                                                  control admintools
  3. Command Prompt                                                     cmd
  4. Event Viewer                                                             eventvwr.msc
  5. Registry Editor                                                           regedit
  6. Remote Desktop                                                        mstsc
  7. Network Connections                                                ncpa.cpl
  8. Services                                                                     services.msc
  9. System Configuration Utility                                        msconfig
  10. Task Manager                                                            taskmgr
  11. System Properties                                                      sysdm.cpl
  12. Windows Firewall                                                      firewall.cpl
  13. Local Users and Groups                                             lusrmgr.msc
  14. Date and Time Properties                                           timedate.cpl
  15. Display Properties                                                      desk.cpl
  16. Notepad                                                                    notepad
  17. Calculator                                                                  calc
  18. Shuts Down Windows                                               shutdown
for more commands

Thursday, February 6, 2014

Warning: Field 'Group' must be filled in.

The above Warning message "Field 'Group' must be filled in" pops up.  But, there is no 'Group' field.

Solution: Group is nothing but a CustGroup or VendGroup field.
 go to table level find out CustGroup r VendGroup field and set mandatory field YES to NO  or find the control and fill in form level.

Enable/Disable form control based on multiple rows select

 class PurchTableFormEventHandler {      [FormDataSourceEventHandler(formDataSourceStr(PurchTable, PurchTable), FormDataSourceEventType::Act...