Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ox161xs

    dBase Code translation required

    Dennis, many thanks - all becomes crystal clear now. It was just those missing hints!! As you so rightly say, a typo crept into line 381 which should read ... NUM6 ... and not NUMB6 The "&" in line 383 I found misleading..... and what threw me in line 388 was the semi-colon, which I now...
  2. ox161xs

    dBase Code translation required

    Hi, I am re-writing a general program (coded in dBase for DOS)& would appreciate explanation of following two code segments please. First segment ....... 381 DO WHILE NUMB6 <= GEARQTY + 10 382 GEARNUM2 = "G" + STR(NUM6,2) 383 DN3 = &GEARNUM2 384 NUM6 = NUM6 + 1 Q. What does &GEARNUM2...
  3. ox161xs

    Dropdown Menu problem with frames

    Just designed set of dropdown menus along the bottom of a .png in Fireworks but when moved into DW (as the top frame of a two frame page), only the menu bar headers respond to a mouse-over, and the menu options do not appear. Will I have to re-do the menu bar at the top of each intended "main"...

Part and Inventory Search

Back
Top