Home > database >  Each prawn introduce detailed code!!!!
Each prawn introduce detailed code!!!!

Time:09-21

The Integer li_Cnt
Dw_2. Reset ()
Dw_2. Dataobject='dw_lines_import2'
Dw_2. Importfile (" design. TXT ")
Dw_1. # parent_key=""
Dw_1. # check_key=""
Dw_1. Of_init (dw_2)
Dw_data [1]=dw_3
Dw_data [2]=dw_4
Dw_data [3]=dw_5
For li_Cnt=1 To 3
Dw_Data [li_Cnt] insertrow (0)
Dw_Data [li_Cnt] SetTransObject (sqlca)
Next

And:
The integer li_Cnt
For li_Cnt=1 To 3
If the string (Mid (dw_Data [li_Cnt] dataobject, 4, 6))=string (enclosing object. The key [al_id]) then
Dw_Data [li_Cnt]. Visible=true
Elseif string (Mid (dw_Data [li_Cnt] dataobject, 4, 6)) & lt;> String (enclosing object. The key [al_id]) then
Dw_Data [li_Cnt]. Visible=false
End the if
Next

CodePudding user response:

What do you want to ask/?

CodePudding user response:

Multiple dw dynamic assignment, no fuss

CodePudding user response:

  • Related