PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 4096 |
Units: | Pixels |
Comment: | The main order entry class, from which the order entry and order history forms will be based on. |
h File: | ..\include\tastrade.h |
Parent Class: | tsbaseform |
Class library: | tsbase.vcx |
Base Class: | form |
OLE Public: | ![]() |
Comment: | The main order entry class, from which the order entry and order history forms will be based on. |
Include: | ..\include\tastrade.h |
Scale: | Pixels |
A | P | H | I | Name | Initial value | Comment |
![]() |
![]() |
![]() |
![]() |
ashippers[1,0] | Array of shippers | |
![]() |
![]() |
![]() |
![]() |
Caption | "Order Entry" | |
![]() |
![]() |
![]() |
![]() |
DoCreate | .T. | |
![]() |
![]() |
![]() |
![]() |
Height | 367 | |
![]() |
![]() |
![]() |
![]() |
ScaleMode | 3 | |
![]() |
![]() |
![]() |
![]() |
Width | 620 |
P | H | I | Name | Comment |
![]() |
![]() |
![]() |
addnew | |
![]() |
![]() |
![]() |
datachanged | |
![]() |
![]() |
![]() |
delete | |
![]() |
![]() |
![]() |
first | |
![]() |
![]() |
![]() |
last | |
![]() |
![]() |
![]() |
moveoffgrid | Sets focus away from the grid when navigating the table. |
![]() |
![]() |
![]() |
next | |
![]() |
![]() |
![]() |
prior | |
![]() |
![]() |
![]() |
refreshcustomerinfo | Refreshes the customer ship to address, city, etc. Called when selecting a new customer. |
![]() |
![]() |
![]() |
restore | |
![]() |
![]() |
![]() |
restorewindowpos | |
![]() |
![]() |
![]() |
save | |
![]() |
![]() |
![]() |
savewindowpos |
P | NI | I | Name | Class |
![]() |
![]() |
![]() |
cboShipper_ID | tscombobox |
![]() |
![]() |
![]() |
cmdFocusControl | commandbutton |
![]() |
![]() |
![]() |
edtNotes | tseditbox |
![]() |
![]() |
![]() |
lblCustomer | tslabel |
![]() |
![]() |
![]() |
lblDeliveryInfo | tslabel |
![]() |
![]() |
![]() |
Ts3dshape1 | ts3dshape |
![]() |
![]() |
![]() |
Ts3dshape2 | ts3dshape |
![]() |
![]() |
![]() |
Tslabel10 | tslabel |
![]() |
![]() |
![]() |
Tslabel11 | tslabel |
![]() |
![]() |
![]() |
Tslabel12 | tslabel |
![]() |
![]() |
![]() |
Tslabel13 | tslabel |
![]() |
![]() |
![]() |
Tslabel14 | tslabel |
![]() |
![]() |
![]() |
Tslabel15 | tslabel |
![]() |
![]() |
![]() |
Tslabel16 | tslabel |
![]() |
![]() |
![]() |
Tslabel2 | tslabel |
![]() |
![]() |
![]() |
Tslabel3 | tslabel |
![]() |
![]() |
![]() |
Tslabel4 | tslabel |
![]() |
![]() |
![]() |
Tslabel5 | tslabel |
![]() |
![]() |
![]() |
Tslabel6 | tslabel |
![]() |
![]() |
![]() |
Tslabel8 | tslabel |
![]() |
![]() |
![]() |
Tslabel9 | tslabel |
![]() |
![]() |
![]() |
txtCountry | ordtextbox |
![]() |
![]() |
![]() |
txtDeliver_By | ordtextbox |
![]() |
![]() |
![]() |
txtDiscount | ordtextbox |
![]() |
![]() |
![]() |
txtDiscountPerc | ordtextbox |
![]() |
![]() |
![]() |
txtFreight | ordtextbox |
![]() |
![]() |
![]() |
txtOrder_Date | ordtextbox |
![]() |
![]() |
![]() |
txtOrder_Number | ordtextbox |
![]() |
![]() |
![]() |
txtShip_To_Address | ordtextbox |
![]() |
![]() |
![]() |
txtShip_To_City | ordtextbox |
![]() |
![]() |
![]() |
txtShip_To_Name | ordtextbox |
![]() |
![]() |
![]() |
txtShip_To_Postal_Code | ordtextbox |
![]() |
![]() |
![]() |
txtShip_To_Region | ordtextbox |
![]() |
![]() |
![]() |
txtSubTotal | ordtextbox |
![]() |
![]() |
![]() |
txtTotal | ordtextbox |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.cboShipper_ID |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | tscombobox |
Class library: | tsbase.vcx |
Base Class: | combobox |
Name | Initial value |
BoundColumn | 2 |
ColorSource | 0 |
DisabledBackColor | 255,255,255 |
Height | 21 |
Left | 444 |
RowSource | "" |
RowSourceType | 3 |
Style | 2 |
TabIndex | 10 |
Top | 81 |
Width | 156 |
ZOrderSet | 15 |
Name |
Destroy |
Refresh |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.cmdFocusControl |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | commandbutton |
Base Class: | commandbutton |
Name | Initial value |
Caption | "Focus Control" |
Height | 36 |
Left | 506 |
TabIndex | 18 |
Top | 165 |
Width | 100 |
ZOrderSet | 0 |
Name |
GotFocus |
Init |
Refresh |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.edtNotes |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | tseditbox |
Class library: | tsbase.vcx |
Base Class: | editbox |
Name | Initial value |
DisabledBackColor | 255,255,255 |
Height | 81 |
Left | 15 |
TabIndex | 15 |
Top | 275 |
Width | 246 |
ZOrderSet | 33 |
Name |
Refresh |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.lblCustomer |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | tslabel |
Class library: | tsbase.vcx |
Base Class: | label |
Name | Initial value |
Caption | "\<Customer" |
Height | 22 |
Left | 16 |
TabIndex | 1 |
Top | 8 |
Width | 77 |
ZOrderSet | 4 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.lblDeliveryInfo |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | tslabel |
Class library: | tsbase.vcx |
Base Class: | label |
Name | Initial value |
Alignment | 0 |
Caption | "\<Delivery Information" |
Height | 22 |
Left | 445 |
TabIndex | 9 |
Top | 67 |
Width | 156 |
ZOrderSet | 9 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.Ts3dshape1 |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | ts3dshape |
Class library: | tsbase.vcx |
Base Class: | shape |
Name | Initial value |
Height | 76 |
Left | 435 |
Top | 62 |
Width | 170 |
ZOrderSet | 1 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.Ts3dshape2 |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | ts3dshape |
Class library: | tsbase.vcx |
Base Class: | shape |
Name | Initial value |
Height | 110 |
Left | 12 |
Top | 28 |
Width | 399 |
ZOrderSet | 3 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.Tslabel10 |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | tslabel |
Class library: | tsbase.vcx |
Base Class: | label |
Name | Initial value |
Caption | "Postal Code" |
Height | 22 |
Left | 204 |
TabIndex | 14 |
Top | 84 |
Width | 98 |
ZOrderSet | 18 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.Tslabel11 |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | tslabel |
Class library: | tsbase.vcx |
Base Class: | label |
Name | Initial value |
Caption | "Country" |
Height | 22 |
Left | 204 |
TabIndex | 19 |
Top | 107 |
Width | 97 |
ZOrderSet | 19 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.Tslabel12 |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | tslabel |
Class library: | tsbase.vcx |
Base Class: | label |
Name | Initial value |
Alignment | 0 |
Caption | "Notes" |
Height | 14 |
Left | 15 |
TabIndex | 21 |
Top | 260 |
Width | 81 |
ZOrderSet | 34 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.Tslabel13 |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | tslabel |
Class library: | tsbase.vcx |
Base Class: | label |
Name | Initial value |
Caption | "Item Subtotal" |
Height | 22 |
Left | 420 |
TabIndex | 26 |
Top | 260 |
Width | 77 |
ZOrderSet | 28 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.Tslabel14 |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | tslabel |
Class library: | tsbase.vcx |
Base Class: | label |
Name | Initial value |
Caption | "% Discount" |
Height | 22 |
Left | 420 |
TabIndex | 27 |
Top | 285 |
Width | 77 |
ZOrderSet | 29 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.Tslabel15 |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | tslabel |
Class library: | tsbase.vcx |
Base Class: | label |
Name | Initial value |
Caption | "Freight" |
Height | 22 |
Left | 420 |
TabIndex | 28 |
Top | 310 |
Width | 77 |
ZOrderSet | 30 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.Tslabel16 |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | tslabel |
Class library: | tsbase.vcx |
Base Class: | label |
Name | Initial value |
Caption | "Invoice Total" |
Height | 22 |
Left | 420 |
TabIndex | 31 |
Top | 335 |
Width | 77 |
ZOrderSet | 31 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.Tslabel2 |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | tslabel |
Class library: | tsbase.vcx |
Base Class: | label |
Name | Initial value |
Caption | "Ship To" |
Height | 22 |
Left | 16 |
TabIndex | 16 |
Top | 32 |
Width | 77 |
ZOrderSet | 5 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.Tslabel3 |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | tslabel |
Class library: | tsbase.vcx |
Base Class: | label |
Name | Initial value |
Caption | "Address" |
Height | 22 |
Left | 16 |
TabIndex | 17 |
Top | 58 |
Width | 77 |
ZOrderSet | 6 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.Tslabel4 |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | tslabel |
Class library: | tsbase.vcx |
Base Class: | label |
Name | Initial value |
Caption | "Due By" |
Height | 22 |
Left | 445 |
TabIndex | 24 |
Top | 111 |
Width | 77 |
ZOrderSet | 35 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.Tslabel5 |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | tslabel |
Class library: | tsbase.vcx |
Base Class: | label |
Name | Initial value |
Alignment | 1 |
Caption | "Order #" |
Height | 22 |
Left | 445 |
TabIndex | 22 |
Top | 10 |
Width | 77 |
ZOrderSet | 7 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.Tslabel6 |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | tslabel |
Class library: | tsbase.vcx |
Base Class: | label |
Name | Initial value |
Alignment | 1 |
Caption | "Order Date" |
Height | 22 |
Left | 444 |
TabIndex | 25 |
Top | 35 |
Width | 77 |
ZOrderSet | 8 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.Tslabel8 |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | tslabel |
Class library: | tsbase.vcx |
Base Class: | label |
Name | Initial value |
Caption | "City" |
Height | 22 |
Left | 16 |
TabIndex | 11 |
Top | 84 |
Width | 77 |
ZOrderSet | 16 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.Tslabel9 |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | tslabel |
Class library: | tsbase.vcx |
Base Class: | label |
Name | Initial value |
BackColor | 0,0,0 |
Caption | "Region" |
Height | 22 |
Left | 17 |
TabIndex | 13 |
Top | 107 |
Width | 77 |
ZOrderSet | 17 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.txtCountry |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | ordtextbox |
Class library: | orders.vcx |
Base Class: | textbox |
Name | Initial value |
Left | 306 |
TabIndex | 8 |
Top | 107 |
ZOrderSet | 22 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.txtDeliver_By |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | ordtextbox |
Class library: | orders.vcx |
Base Class: | textbox |
Name | Initial value |
Alignment | 1 |
Height | 22 |
Left | 530 |
TabIndex | 12 |
Top | 111 |
Width | 69 |
ZOrderSet | 2 |
Name |
Refresh |
Valid |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.txtDiscount |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | ordtextbox |
Class library: | orders.vcx |
Base Class: | textbox |
Name | Initial value |
Alignment | 1 |
DisabledBackColor | 255,255,255 |
Enabled | .F. |
InputMask | "$99,999,999.99" |
ldynamicenable | .F. |
Left | 504 |
TabIndex | 33 |
Top | 288 |
Value | 0.00 |
ZOrderSet | 25 |
Name |
ProgrammaticChange |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.txtDiscountPerc |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | ordtextbox |
Class library: | orders.vcx |
Base Class: | textbox |
Name | Initial value |
Alignment | 1 |
ControlSource | "" |
Height | 22 |
InputMask | "99" |
Left | 405 |
TabIndex | 20 |
Top | 280 |
Value | 0.00 |
Width | 29 |
ZOrderSet | 32 |
Name |
LostFocus |
ProgrammaticChange |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.txtFreight |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | ordtextbox |
Class library: | orders.vcx |
Base Class: | textbox |
Name | Initial value |
Alignment | 1 |
InputMask | "$99,999,999.99" |
Left | 505 |
TabIndex | 23 |
Top | 310 |
Value | 0.00 |
ZOrderSet | 27 |
Name |
LostFocus |
ProgrammaticChange |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.txtOrder_Date |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | ordtextbox |
Class library: | orders.vcx |
Base Class: | textbox |
Name | Initial value |
Alignment | 1 |
Enabled | .F. |
Height | 22 |
ldynamicenable | .F. |
Left | 530 |
TabIndex | 30 |
Top | 35 |
Width | 69 |
ZOrderSet | 14 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.txtOrder_Number |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | ordtextbox |
Class library: | orders.vcx |
Base Class: | textbox |
Name | Initial value |
Alignment | 1 |
Enabled | .F. |
Height | 22 |
ldynamicenable | .F. |
Left | 530 |
TabIndex | 29 |
Top | 10 |
Width | 69 |
ZOrderSet | 13 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.txtShip_To_Address |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | ordtextbox |
Class library: | orders.vcx |
Base Class: | textbox |
Name | Initial value |
Height | 24 |
Left | 100 |
TabIndex | 4 |
Top | 58 |
Width | 306 |
ZOrderSet | 11 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.txtShip_To_City |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | ordtextbox |
Class library: | orders.vcx |
Base Class: | textbox |
Name | Initial value |
Left | 100 |
TabIndex | 5 |
Top | 84 |
ZOrderSet | 12 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.txtShip_To_Name |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | ordtextbox |
Class library: | orders.vcx |
Base Class: | textbox |
Name | Initial value |
Height | 24 |
Left | 100 |
TabIndex | 3 |
Top | 32 |
Width | 306 |
ZOrderSet | 10 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.txtShip_To_Postal_Code |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | ordtextbox |
Class library: | orders.vcx |
Base Class: | textbox |
Name | Initial value |
Left | 306 |
TabIndex | 7 |
Top | 84 |
ZOrderSet | 21 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.txtShip_To_Region |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | ordtextbox |
Class library: | orders.vcx |
Base Class: | textbox |
Name | Initial value |
Left | 100 |
TabIndex | 6 |
Top | 107 |
ZOrderSet | 20 |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.txtSubTotal |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | ordtextbox |
Class library: | orders.vcx |
Base Class: | textbox |
Name | Initial value |
Alignment | 1 |
DisabledBackColor | 255,255,255 |
Enabled | .F. |
InputMask | "$99,999,999.99" |
ldynamicenable | .F. |
Left | 505 |
TabIndex | 32 |
Top | 260 |
Value | 0.00 |
ZOrderSet | 24 |
Name |
ProgrammaticChange |
PlugIn Class: | _diac_pdm |
PlugIn ID: | 2000 |
PlugIn Group: | DIAC |
Class: | orderentry.txtTotal |
Source file: | C:\PROGRAM FILES\DEVSTUDIO\VFP\SAMPLES\TASTRADE\LIBS\ORDERS.VCX |
Current Group: | DIAC |
File Group: | 524288 |
Units: | |
Comment: | |
h File: |
Parent object: | orderentry |
Class: | ordtextbox |
Class library: | orders.vcx |
Base Class: | textbox |
Name | Initial value |
Alignment | 1 |
DisabledBackColor | 255,255,255 |
Enabled | .F. |
InputMask | "99,999,999.99" |
ldynamicenable | .F. |
Left | 505 |
TabIndex | 34 |
Top | 335 |
Value | 0.00 |
ZOrderSet | 26 |