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 Mike Lewis 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. santango

    mgsbos input per line?

    Sorry for my terrible english, this is about what i need on the 2 if i need the input box so i can inter manualy the weight of this parts cr11 sqlbase(gupta 8.1) win2000 server. If NOT IsNull({PART.WEIGHT}) Then formula = {PART.WEIGHT}*{@BACK_ORDER} If IsNull ({PART.WEIGHT}) Then...
  2. santango

    mgsbos input per line?

    have a report that indicates all the products to be ship (between 20 to 100 lines of products normally) every time I need to manually enter the final weight of each packed product I need the sintax in vbs for crystal I reported xi that I would have to use. Thanks
  3. santango

    Unable to connect: incorrect log on parameters.

    when I bring a report, created with CR11 , I can run it without problems. If I start the report a 3 time, I get the following error: "Unable to connect: incorrect log on parameters". I have to restart CE to run the report a 2nd time. As I read, the report should be saved without data. It didn't...
  4. santango

    "the database table "(tablename)" can not be found.

    All of the reports I set up using my company's database return the error message "the database table "(tablename)" can not be found. Proceed to remove this table from the report?". I then click no for all of the tables that I am querying (it shows up for every table). The thing is, the...
  5. santango

    Int Funtion

    please help cal = -10.00 i need 10 (bolt) abs is working ok but int is not if {PART.QTY_ON_HAND}-{@calculo de qty} >0 then formula = "Qty OK" else dim cal as Number 'cal = Int({PART.QTY_ON_HAND}) - Int({@calculo de qty}) cal = {PART.QTY_ON_HAND} - {@calculo de qty}...
  6. santango

    Failed to open the connection

    Win Server 2003 SqlBase 8.1 conection obdc(user dns) Northon corporative 9.0.3.1 crystal server XI all this is now on my test maching p3 950mhz 1gig mem thank you
  7. santango

    Failed to open the connection

    Failed to open the connection Has anyone run into this problem before? Any ideal why I get this error? Mick
  8. santango

    Failed to open the connection

    Failed to open the connection Has anyone run into this problem before? Any ideal why I get this error? Mick
  9. santango

    Compile crystal 11

    who to make .exe report with cr 11?
  10. santango

    syntax help on dates

    ok finaly works thanks to all of you this last formula works very good
  11. santango

    syntax help on dates

    i fild that i am close with this but i dont know where or who to use Minimum({VENDOR_QUOTE.QUOTE_DATE}, {CURRENCY_EXCHANGE.EFFECTIVE_DATE}) if i do new formula erro massage there must be a group that matches this field
  12. santango

    syntax help on dates

    IF {VENDOR.CURRENCY_ID} = "CAN ($)" THEN FORMULA = {VENDOR_QUOTE.DEFAULT_UNIT_PRICE} ELSE IF {VENDOR.CURRENCY_ID} = "US ($)" THEN dim x x = datediff("d",{VENDOR_QUOTE.QUOTE_DATE},{CURRENCY_EXCHANGE.EFFECTIVE_DATE}) FORMULA = x END IF END IF this formula...
  13. santango

    syntax help on dates

    i cannot advance on this well may be if onyone know who to select the first smoll date Rem Basic syntax Dim d1, d2, total,x d1 = {VENDOR_QUOTE.QUOTE_DATE} d2 = {CURRENCY_EXCHANGE.EFFECTIVE_DATE} total = DateDiff ("d", d1, d2) formula = total <= 1 'Here i need the first < only
  14. santango

    syntax help on dates

    IF {VENDOR.CURRENCY_ID} = "US ($)" THEN DIM DATE_DIF DATE_DIF = DateDiff ("d", {VENDOR_QUOTE.QUOTE_DATE}, {CURRENCY_EXCHANGE.EFFECTIVE_DATE}) if DATE_DIF < 0 then formula = {VENDOR_QUOTE.DEFAULT_UNIT_PRICE}/{CURRENCY_EXCHANGE.SELL_RATE} end if there 10 firerent date on te table currency date i...
  15. santango

    syntax help on dates

    hepls please i need to comper two dates and have the clouser one what will be the basic sintax for this. thanks sam
  16. santango

    Do While

    I have 2 dates one is my currency($) and the other one is my quote_date y need to compare the date_quote on the table of effective_date end take the more close date to the effective_date i dont know the basic syntax to do while to the end of the table Dim quote_date As Date Dim...
  17. santango

    Crystal Report 9 & SQLbase (Gupta)8.1(inner join)

    who can i change query manualy on cristal report? Cesar

Part and Inventory Search

Back
Top