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.
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)...
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...
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...
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!
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...
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...
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...
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]...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.