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 SkipVought 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. RubensLott

    Retrieving windows version

    Good Morning all! I need a little help - how can I retrieve the windows version from power script? [ponder] I have a function that doesn't work on older versions of windows and I have check it so I can disable the funcion.... Thanks in advance.
  2. RubensLott

    Open a PDF file stored on a table

    Hi.... I found a way that worked ok... STRING LS_DOC ll_iddoc = dw_sheet.GetItemNumber(row,"nrseq") LS_DOC = "c:\temp_foto\" + string(ll_iddoc) + ".pdf" inet iinet_base GetContextService("Internet", iinet_base)...
  3. RubensLott

    Open a PDF file stored on a table

    Good morning all! I have an application that saves PDF files on a table - the attribute is image type. I need to see or view or open the documents that was saved. I am using an OLE_WEB object to open it but it's not working ok..... Any suggestions??? [hourglass] Thanks in advance...
  4. RubensLott

    HOW TO SET A PRINTER ON POWERBUILDER 5

    Good afternoon! I am working on a PB5 issue and I need some help if possible.[2thumbsup] I need to set a printer on a printing job and then reset the printer to the default after finishing it. On PB8 I can do it using PrintSetPrinter() command but it doens't work on PB5... [sad] ... STRING...
  5. RubensLott

    Search a word in a line result of a filtered field from a DataWindow

    Good morning..... I already found a way.... I used the following syntax: ll_found_row = dw_1.Find("Lower(#2) like '%" + Lower(is_filt) + "%'", 1, 99999) But thank you all anyway..... This issue can be closed!
  6. RubensLott

    Search a word in a line result of a filtered field from a DataWindow

    Good morning all! I have a complicated question here.... complicated to explain what I do need too.... I have a window to search for cities and the cities shown are result of a DataWindowChild filtered by region/state..... OK so far? Then I need a search script to find a city by writing a part...
  7. RubensLott

    Close All Windows at once....

    Hi all! I have a small question..... Suppose I have an application running about BANKS with some windows opened... When I first entered this application I opened a window to choose the BANK I wanted to work with, ok? So I set a global variable with this BANK number... Then I decided to change...
  8. RubensLott

    HOW TO CHECK IF A FILE EXISTS AND IS ALREADY FINISHED

    Thank You MBALENT for the tip.... But it closed the application.... Did not workout..... So I tried READ! instead and it worked! Thanks again!
  9. RubensLott

    HOW TO CHECK IF A FILE EXISTS AND IS ALREADY FINISHED

    Godd Morning!!![bigsmile] I have a simple situation but my solution is not working good.[bugeyed] The situation is that I'm recording a PDF file and I ave to check if it exists (FileExists works OK) AND if it's generation is already finished.... I tried to use FileOpen/FileRead/FileClose but...
  10. RubensLott

    Retrieve window name while in use

    Hi all! I need to retrieve the name of a running window using helps or hotkeys just to know where to go in case of correcting errors...[glasses] I know that the name is stored in some global variable but I don't know its name and how to get it's content...[sad] Can anyone help? Please? [ponder]...

Part and Inventory Search

Back
Top