Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01471383
Message ID:
01471392
Views:
47
I have something similar where the information from the first Listbox determines the contents of the subsequent Listbox(s)
We use the InteractiveChange method of the first Listbox to build/select the relevant data:
create cursor curProcess2 (type c(1),freq c(1),desc c(35),last d(8),payroll c(15))

do case
case condition1....
      insert into curProcess2 values (.....)
case condition2....


etc


with thisform.cbo2
	if !empty(.displayvalue)
		.displayvalue =""
	endif
	.rowsourcetype=6
	.rowsource    ="curProcess2.desc,last"
	.columncount  =2
	.columnwidths ="200,60"
endwith
Kevin Delaney
Financial Systems Manager
CPL Solutions Ltd

83 Merrion Square, Dublin 2, Ireland.
e: kevin.delaney@cpl.ie w: www.cpl.ie
p: +353 1 482-5368
Previous
Reply
Map
View

Click here to load this message in the networking platform