• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
put cdb_list(tTable,tTarget,tKeys) into tOutputA
#1
I am having trouble using the cdb_list with the target "local"
The target "Cloud" works perfectly.

code tested:
on mouseUp pButtonNumber
local tMyVenueList
getVenueList1
put tMyVenueList into field "sourceList"
end mouseUp

command getVenueList1
local tTable, tTarget, tKeys, tOutputA, tMyVenueList
--local tMyVenueList
cdb_loadTable "venues"
put "venues" into tTable
put "local" into tTarget
put "VenueName" into tKeys
put cdb_list (tTable,tTarget,tKeys) into tMyVenueList
-- put "Not Assigned" & return before tMyVenueList
-- put "All Venues" & return before tMyVenueList
--answer gMyVenueList
end getVenueList1

I even did a reload of a table to make sure the table was loaded.
  Reply


Messages In This Thread
put cdb_list(tTable,tTarget,tKeys) into tOutputA - by clarencemartin - 08-29-2019, 03:52 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)