-
Jeff Martin
- PowerBuilder
- Thursday, 5 June 2025 11:55 AM UTC
This is the first few lines of the window source. I don't want to share the entire source for obvious reasons. I can't figure out what is wrong with this one, even after comparing to others. w_inventory_order_entry regenerates fine. many other windows have datawindows inherited from u_dw_control without issue. Any help or suggestions would be appreciated.
---------- Compiler: Warnings (9:21:12 AM)
...\w_associate_customer_quick_entry.srw(3,1): w_associate_customer_quick_entry.Forward Declarations(2,1): Warning C0209: Function or event 'itemchanged' must be declared before it can be compiled.
...\w_associate_customer_quick_entry.srw(3,1): w_associate_customer_quick_entry.Forward Declarations(2,1): Warning C0209: Function or event 'itemfocuschanged' must be declared before it can be compiled.
...\w_associate_customer_quick_entry.srw(3,1): w_associate_customer_quick_entry.Forward Declarations(2,1): Warning C0209: Function or event 'losefocus' must be declared before it can be compiled.
...\w_associate_customer_quick_entry.srw(3,1): w_associate_customer_quick_entry.Forward Declarations(2,1): Warning C0209: Function or event 'getfocus' must be declared before it can be compiled.
---------- Finished Warnings (9:21:12 AM)
---------- Elapsed: 00:00.008
forward
global type w_associate_customer_quick_entry from w_inventory_order_entry
end type
type dw_4 from u_dw_control within w_associate_customer_quick_entry
end type
end forward
global type w_associate_customer_quick_entry from w_inventory_order_entry
string title = "Associate Customer Quick Entry"
boolean controlmenu = false
dw_4 dw_4
end type
global w_associate_customer_quick_entry w_associate_customer_quick_entry
type variables
string ass_oc, city, prov_st, country, area_code, post_zip
string prefix, default_phone, assoc_class, credit_flag, is_prev_cust
decimal credit_limit
window iw_parent
boolean ib_postal_change, ib_modified_flag = false
end variables
forward prototypes
public subroutine wf_set_phone_number (string column_changed, string phone_number_column, string phone_type, string location)
end prototypes
.....
.....
.....
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.